o2geao 发表于 2018-6-19 13:06:29

Nagios 监控windows网卡流量

# vi /usr/local/nagios/etc/objects/localhost.cfg  
define service{
  
      use                     linux-service         ; Name of service template to use
  
      host_name                   116.255.220.76
  
      service_description            Interface_traffic_media_69
  
      check_command                check_Interface!2c!cmh!182.118.46.69!11!23000,23000!25000,25000
  
      normal_check_interval         3
  
      notifications_enabled         1
  
      }
页: [1]
查看完整版本: Nagios 监控windows网卡流量