nagios监控流量 unknown,求解决哦
在define service{
notification_interval 5
notification_period 24x7
check_command check_snmp_int!eth0 //
}.
command的几个定义文件
# 'check_snmp_int' command definition //1
define command{
command_name check_snmp_int_new_v
command_line $USER1$/check_snmp_int_new.pl -H $HOSTADDRESS$ -2 -C public -g -n $ARG1$ $ARG2$
}
# 'check_snmp_int' command definition //2
define command{
command_name check_snmp_int
command_line $USER1$/check_snmp_int.pl -H $HOSTADDRESS$ -2 -C public -n eth[0,1] -k B G -w400,600 -c2600,8000
}
使用过上面的命令文件,重新加载nagios,结果流量还是unknown
命令1 check_snmp_int!eth0 结果 eth0:UP No usable data on file (42 rows) , eth1:UP No usable data on file (3 rows) 2 UP): UNKNOWN
命令2 check_snmp_int_new_v!10125!-k -B -w 10000,250000 -c 50000,280000
结果 GigabitEthernet1/0/25:UP No usable data on file (201 rows) 1 UP): UNKNOWN
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自己顶哦 ,观察段时间了,多种可能排除,还有可能监控机器太多,压力大,