elixiat 发表于 2018-6-19 08:51:29

sing NAGIOS to Check the Physical Memory Available on a Windows Host-12283320

# Service definition  
# Add the service to the service definition
  
define service {
  
         service_description          Physical Memory
  
         check_command             CheckWindowsPhysicalMem!80!90
  
         host_name               << hostname >>
  
         event_handler_enabled         0
  
         active_checks_enabled         1
  
         passive_checks_enabled      0
  
         notifications_enabled         1
  
         check_freshness            0
  
         freshness_threshold          86400
  
         use                  << service template >>
  
}
页: [1]
查看完整版本: sing NAGIOS to Check the Physical Memory Available on a Windows Host-12283320