Redhat配置nagios-配置交换机被监控机

系统 Linux
Redhat配置nagios:Nagios是监控系统,Nagios能监控所指定的本地或远程主机以及服务,同时提供异常通知功能等。这篇文章讲述的是Redhat配置nagios,配置交换机被监控机

  配置交换机被监控机(客户端)

        本文讲述的是:Redhat配置nagios。返回大纲。

  这里的switch.cfg是交换机的一个监控模板,我保留这个cfg,复制为switch31.cfg编辑

  1.   [root@localhost objects]# vi /usr/local/nagios/etc/nagios.cfg  
  2.  
  3.   # Definitions for monitoring a router/switch  
  4.  
  5.   #cfg_file=/usr/local/nagios/etc/objects/switch.cfg  
  6.  
  7.   cfg_file=/usr/local/nagios/etc/objects/switch31.cfg  
  8.  

  几乎不用改,把host name和address改了,最后一个mrtg我没用网络里没有注释掉了

  1.   [root@localhost objects]# vi switch31.cfg  
  2.  
  3.   define host{  
  4.  
  5.   use generic-switch ; Inherit default values from a template  
  6.  
  7.   host_name g13a-dell5424-31 ; The name we're giving to this switch  
  8.  
  9.   alias Linksys SRW224P Switch ; A longer name associated with the switch  
  10.  
  11.   address 10.155.0.31 ; IP address of the switch  
  12.  
  13.   hostgroups switches ; Host groups this switch is associated with  
  14.  
  15.   }  
  16.  
  17.   define hostgroup{  
  18.  
  19.   hostgroup_name switches ; The name of the hostgroup  
  20.  
  21.   alias Network Switches ; Long name of the group  
  22.  
  23.   }  
  24.  
  25.   define service{  
  26.  
  27.   use generic-service ; Inherit values from a template  
  28.  
  29.   host_name g13a-dell5424-31 ; The name of the host the service is associated with  
  30.  
  31.   service_description PING ; The service description  
  32.  
  33.   check_command check_ping!200.0,20%!600.0,60% ; The command used to monitor the service  
  34.  
  35.   normal_check_interval 5 ; Check the service every 5 minutes under normal conditions  
  36.  
  37.   retry_check_interval 1 ; Re-check the service every minute until its final/hard state is determined  
  38.  
  39.   }  
  40.  
  41.   # Monitor uptime via SNMP  
  42.  
  43.   define service{  
  44.  
  45.   use generic-service ; Inherit values from a template  
  46.  
  47.   host_name g13a-dell5424-31  
  48.  
  49.   service_description Uptime  
  50.  
  51.   check_command check_snmp!-C chrswitch -o sysUpTime.0  
  52.  
  53.   }  
  54.  
  55.   # Monitor Port 1 status via SNMP  
  56.  
  57.   define service{  
  58.  
  59.   use generic-service ; Inherit values from a template  
  60.  
  61.   host_name g13a-dell5424-31  
  62.  
  63.   service_description Port 1 Link Status  
  64.  
  65.   check_command check_snmp!-C chrswitch -o ifOperStatus.1 -r 1 -m RFC1213-MIB  
  66.  
  67.   }  
  68.  
  69.   # Monitor bandwidth via MRTG logs  
  70.  
  71.   #define service{  
  72.  
  73.   # use generic-service ; Inherit values from a template  
  74.  
  75.   # host_name linksys-srw224p  
  76.  
  77.   # service_description Port 1 Bandwidth Usage  
  78.  
  79.   # check_command check_local_mrtgtraf!/var/lib/mrtg/192.168.1.253_1.log!AVG!1000000,1000000!5000000,5000000!10  
  80.  
  81.   # }  
  82.  

  Switch就完成,红色见问题3(图4)

 

Redhat/配置/nagios

 【编辑推荐】

Nagios使用飞信Robot发送报警短信

配置nagios客户端

Nagios的安装配置记录

责任编辑:zhaolei 来源: csdn
相关推荐

2011-03-31 16:11:22

Redhat配置nagios

2011-03-31 16:10:47

Redhat配置nagios

2011-03-31 16:11:23

Redhat配置nagios

2011-03-31 16:05:18

Redhat配置nagios

2011-03-31 15:31:05

Redhat配置nagios

2011-03-31 16:09:21

Redhat配置nagios

2011-03-31 16:05:18

Redhat配置nagios

2011-03-31 16:45:39

Redhat配置nagios

2011-03-31 15:31:06

Redhat配置nagios

2011-03-24 14:05:14

Nagios监控

2011-03-23 13:44:31

配置NDOUtils系统

2011-03-31 16:05:15

Redhat配置nagios

2011-03-08 10:58:38

VLANIP

2010-01-14 10:43:18

交换机配置交换机种类

2013-12-11 13:30:20

交换机技术交换机配置

2011-03-09 14:00:21

trunkVLAN

2011-08-16 13:12:19

交换机配置

2010-01-05 10:14:39

交换机配置TRUNK

2010-01-14 10:00:08

交换机VLAN应用

2011-04-02 17:29:12

vlan
点赞
收藏

51CTO技术栈公众号