10月 252014
使用Cacti查看已监控的Juniper SRX接口的MIB信息
Data Query Debug Information
通过Nagios手动执行动态检测
[root@monitor libexec]# ./check_snmp -H 192.168.152.1 -C public -o ifOperStatus.510 -r 1 -m IF-MIB SNMP OK - up(1) | [root@monitor libexec]#
Nagios中默认监控交换机接口状态的配置
[harveymei@monitor objects]$ cat switch.cfg
# Monitor Port 1 status via SNMP define service{ use generic-service ; Inherit values from a template host_name linksys-srw224p service_description Port 1 Link Status check_command check_snmp!-C public -o ifOperStatus.1 -r 1 -m RFC1213-MIB }