温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

nagios监控

发布时间:2020-07-19 11:08:48 来源:网络 阅读:486 作者:sxingxing 栏目:移动开发

139  yum install gd-devel-2.0.35-11.el6.x86_64.rpm  -y

  140  ls

  142  tar jxf  nagios-cn-3.2.3.tar.bz2  

  143  cd nagios-cn-3.2.3

  144  ls

  145  vim INSTALLING.zh_CN.UTF8

  149  yum search Chinese

  150  yum install cjkuni-ukai-fonts.noarch  cjkuni-uming-fonts.noarch -y

  151  useradd nagios

  152  id nagios

  153  echo nagios:westos|chpasswd

  154  groupadd nagcmd

  155  usermod -G nagcmd nagios

  156  usermod -G nagcmd apache

  157  id apache

  158  rpm -q httpd

  159  ./configure --with-command-group=nagcmd

  160  yum install gcc -y

  161  ./configure --with-command-group=nagcmd

  162  make all

  163  make install

  164  make install-init

  165  make install-commandmode

  166  make install-config

  167  make install-webconf

  168  chkconfig  nagios on

  169  /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg ##检查文件配置

  170  vim /usr/local/nagios/etc/htpasswd.users

  171  cat  /usr/local/nagios/etc/htpasswd.users

  172  htpasswd  -m /usr/local/nagios/etc/htpasswd.users  nagiosadmin

  173  cat /etc/httpd/conf.d/nagios.conf

  174  /etc/init.d/httpd restart

  175  /etc/init.d/nagios  start

  176  cd

  177  ls

  179  tar zxf  nagios-plugins-2.1.1.tar.gz

  180  cd nagios-plugins-2.1.1

  181  ls

  182  vim INSTALL

  183  ./configure --help

  184  ./configure --with-nagios-user=nagios --with-nagios-group=nagios

  185  ./configure --with-nagios-user=nagios --with-nagios-group=nagios --enable-perl-modules --enable-libtap

  186  make

  187  yum install perl-ExtUtils-MakeMaker -y

  188  make

  189  make install

  190  /etc/init.d/nagios  reload

 

  198  cd /usr/local/nagios/

  199  ls

  200  cd bin/

  201  ls

  202  cd nagios

  203  cd ..

  204  cd etc/

  205  ls

  207  vim nagios.cfg

cfg_file=/usr/local/nagios/etc/objects/hosts.cfg

cfg_file=/usr/local/nagios/etc/objects/services.cfg

 

# Definitions for monitoring the local (Linux) host

# cfg_file=/usr/local/nagios/etc/objects/localhost.cfg

  208  cd objects/

  209  ls

  210  cp localhost.cfg   hosts.cfg

  211  vim hosts.cfg

define host{

        use                     linux-server

        host_name               server1.example.com

        alias                   Manager

#       parents                 MainSwitch

        address                 172.25.41.1

        icon_p_w_picpath              server.gif

        statusmap_p_w_picpath         server.gd2

        2d_coords               500,200

        3d_coords               500,200,100

        }

#####################################

define hostgroup{

        hostgroup_name  linux-servers ; The name of the hostgroup

        alias           Linux Servers ; Long name of the group

        members         *     ; Comma separated list of hosts that belong to this group

        }

 

  212  cp localhost.cfg  services.cfg

  213  vim services.cfg

define servicegroup{

        servicegroup_name 系统负荷检查

        alias 负荷检查

        members server1.example.com,进程总数,server1.example.com,登录用户数,server1.example.com,根分区,server1.example.com,交换空间利用率

        }     ##***全文替换%s//server1.example.com/g

 

  214  /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

  215  vim services.cfg

  216  cp localhost.cfg  services.cfg

  217  vim services.cfg

  218  /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

  219  /etc/init.d/nagios  restart

  220  /etc/init.d/httpd restart

  221  echo www.westos.org > /var/www/html/index.html

  222  /etc/init.d/httpd restart

  223  cd

  224  ls

  225  rpm -ivh  rrdtool-perl-1.3.8-6.el6.x86_64.rpm  

  226  tail -f /var/log/httpd/error_log

  227  yum install perl-CGI

  228  /etc/init.d/nagios  reload

  229  /etc/init.d/httpd restart

  230  /etc/init.d/nagios  restart

  231  /etc/init.d/httpd restart 


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI