Redhat配置nagios-配置交换机被监控机
创始人
2024-07-24 21:00:26
0

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

        本文讲述的是: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的安装配置记录

相关内容

热门资讯

如何允许远程连接到MySQL数... [[277004]]【51CTO.com快译】默认情况下,MySQL服务器仅侦听来自localhos...
如何利用交换机和端口设置来管理... 在网络管理中,总是有些人让管理员头疼。下面我们就将介绍一下一个网管员利用交换机以及端口设置等来进行D...
施耐德电气数据中心整体解决方案... 近日,全球能效管理专家施耐德电气正式启动大型体验活动“能效中国行——2012卡车巡展”,作为该活动的...
Windows恶意软件20年“... 在Windows的早期年代,病毒游走于系统之间,偶尔删除文件(但被删除的文件几乎都是可恢复的),并弹...
20个非常棒的扁平设计免费资源 Apple设备的平面图标PSD免费平板UI 平板UI套件24平图标Freen平板UI套件PSD径向平...
德国电信门户网站可实时显示全球... 德国电信周三推出一个门户网站,直观地实时提供其安装在全球各地的传感器网络检测到的网络攻击状况。该网站...
为啥国人偏爱 Mybatis,... 关于 SQL 和 ORM 的争论,永远都不会终止,我也一直在思考这个问题。昨天又跟群里的小伙伴进行...
《非诚勿扰》红人闫凤娇被曝厕所... 【51CTO.com 综合消息360安全专家提醒说,“闫凤娇”、“非诚勿扰”已经被黑客盯上成为了“木...