三月阳光 发表于 2018-10-1 13:28:36

在nagios上部署check_mysql_health

define service {  host_name      linux-test
  service_description   check_mysql_health
  check_period          24x7
  max_check_attempts    4
  normal_check_interval 3
  retry_check_interval2
  contact_groups      sagroup
  notification_interval   10
  notification_period   24x7
  notification_options    w,u,c,r
  check_command         check_mysql_health!127.0.0.1!root!123321!threads-connected
  }

页: [1]
查看完整版本: 在nagios上部署check_mysql_health