nagios监控流量 unknown,求解决哦

发布于 2022-08-31 13:53:03 字数 1729 浏览 14 评论 1

在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哎呦我呸! 2022-09-04 05:30:20

自己顶哦 ,观察段时间了,多种可能排除,还有可能监控机器太多,压力大,

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文