- 論壇徽章:
- 0
|
怎么用nagios監(jiān)控華為S3328的帶寬和流量啊。。!,F(xiàn)在只有check_ping檢測丟包情況
define service{
use generic-service ; Inherit values from a template
host_name LM3328
service_description Uptime
check_command check_snmp!-C public -o sysUpTime.0
}
define service{
use generic-service ; Inherit values from a template
host_name LM3328
service_description Port 1 Link Status
check_command check_snmp!-C public -o ifOperStatus.1 -r 1 -m RFC1213-MIB
}
define service{
use generic-service ; Inherit values from a template
host_name LM3328
service_description Port 1 Bandwidth Usage
check_command check_local_mrtgtraf!/var/lib/mrtg/10.254.2.253_1.log!AVG!1000000,1000000!5000000,5000000!5
}
剩下的這三個分別顯示UNKNOWN、CRITICAL、CRITICAL,交換機是正常的,是還需要配置什么嗎?在nagios上配置還是在交換機上做相應的設(shè)置? |
|