friht 发表于 2018-6-16 14:31:13

Nagios中NSClient++监控Windows主机

define host{  
      name                  windows-servers
  
      check_period            24x7
  
      check_interval          5
  
      retry_interval          1
  
      max_check_attempts      4
  
      check_command         check-host-alive
  
      notification_period   24x7
  
      notification_interval   30
  
      notification_options    d,r
  
      contact_groups          admins
  
      register                0
  
      }
  
define service{
  
      name                            windows-servers
  
      max_check_attempts            4
  
      normal_check_interval         3
  
      retry_check_interval            1
  
      register                        0
  
      check_period                  24x7
  
      process_perf_data               1
  
      }
页: [1]
查看完整版本: Nagios中NSClient++监控Windows主机