nagios-snmp-plugins 控windows主机的网卡流量
利用nagios-snmp-plugins.1.1.1.tgz 监控windows主机的网卡流量
步骤:
1、nagios-snmp-plugins安装
下载地址:http://sourceforge.net/projects/ ... .1.1.1.tgz/download
# tar zxvf nagios-snmp-plugins.1.1.1.tgz
安装nagios-snmp-plugins先得安装 install Net::SNMP perl module
# perl -MCPAN -e shell
cpan> install Net::SNMP
# cd nagios-snmp-plugins.1.1.1
# ./install
注:默认会安装在/usr/local/nagios/libexec目录
2、配置
2.1、添加以下内容到/usr/local/nagios/etc/objects/commands.cfg
define command{
command_name check_snmp_int
command_line $USER1$/check_snmp_int.pl -H $HOSTADDRESS$ -C $ARG1$ -n $ARG2$ -f -kB -Y -w$ARG3$,$ARG4$ -c $ARG5$,$ARG6$
}
2.2、在相应主机服务配置文件中添加以下内容
define service{
use generic-service
host_name winserver
service_description Bandwidth
check_command check_snmp_int!public!Broadcom NetXtreme Gigabit Ethernet!2!50!10!60
is_volatile 0
max_check_attempts 3
check_interval 1
retry_interval 1
check_period 24x7
notification_interval 5
notification_period 24x7
notification_options w,u,c,r
contact_groups admins
register 1
}
注: check_snmp_int!public!Broadcom NetXtreme Gigabit Ethernet!2!50!10!60
Broadcom NetXtreme Gigabit Ethernet 为网卡名称
public 为snmp的团体名称
2,50 是input/output 警告报警
10,60是inout/putput 严重报警
3、监控
重启nagios服务
# /etc/init.d/nagios restart
如下图所示:
步骤:
1、nagios-snmp-plugins安装
下载地址:http://sourceforge.net/projects/ ... .1.1.1.tgz/download
# tar zxvf nagios-snmp-plugins.1.1.1.tgz
安装nagios-snmp-plugins先得安装 install Net::SNMP perl module
# perl -MCPAN -e shell
cpan> install Net::SNMP
# cd nagios-snmp-plugins.1.1.1
# ./install
注:默认会安装在/usr/local/nagios/libexec目录
2、配置
2.1、添加以下内容到/usr/local/nagios/etc/objects/commands.cfg
define command{
command_name check_snmp_int
command_line $USER1$/check_snmp_int.pl -H $HOSTADDRESS$ -C $ARG1$ -n $ARG2$ -f -kB -Y -w$ARG3$,$ARG4$ -c $ARG5$,$ARG6$
}
2.2、在相应主机服务配置文件中添加以下内容
define service{
use generic-service
host_name winserver
service_description Bandwidth
check_command check_snmp_int!public!Broadcom NetXtreme Gigabit Ethernet!2!50!10!60
is_volatile 0
max_check_attempts 3
check_interval 1
retry_interval 1
check_period 24x7
notification_interval 5
notification_period 24x7
notification_options w,u,c,r
contact_groups admins
register 1
}
注: check_snmp_int!public!Broadcom NetXtreme Gigabit Ethernet!2!50!10!60
Broadcom NetXtreme Gigabit Ethernet 为网卡名称
public 为snmp的团体名称
2,50 是input/output 警告报警
10,60是inout/putput 严重报警
3、监控
重启nagios服务
# /etc/init.d/nagios restart
如下图所示:
bbs.linuxtone.org__3814402728.jpg (66.04 KB, 下载次数: 6)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请问可有基于TCP协议的流量查看工具,因为机房是封闭UDP的,所以只能用tcp的方式获取