2004 发表于 2019-1-15 11:11:52

CentOS5.5X64安装配置Nagios监控

define service{  use                           local-service         ; Name of service template to use
  host_name                     localhost
  service_description             PING
  check_command                   check_ping!100.0,20%!500.0,60%
  action_url                      /pnp4nagios/index.php/graph?host=$HOSTNAME$&srv=$SERVICEDESC$'

页: [1]
查看完整版本: CentOS5.5X64安装配置Nagios监控