hti 发表于 2019-1-17 07:57:24

nagios nrpe

##################################################################  ######## The nrpe plugin
  ##################################################################
  define service{
  use         local-service
  host_name         lvs191,lvs203,189
  service_description         nrpe_disk
  check_command         check_nrpe!check_/
  notifications_enabled         0
  }
  define service{
  use         local-service
  host_name         lvs191,lvs203,189
  service_description         nrpe_users
  check_command         check_nrpe!check_users
  notifications_enabled         0
  }
  define service{
  use         local-service
  host_name         lvs191,lvs203,189
  service_description         nrpe_load
  check_command         check_nrpe!check_load
  notifications_enabled         0
  }
  define service{
  use         local-service
  host_name         lvs191,lvs203,189
  service_description         nrpe_zombie_procs
  check_command         check_nrpe!check_zombie_procs
  notifications_enabled         0
  }
  define service{
  use         local-service
  host_name         lvs191,lvs203,189
  service_description         nrpe_total_procs
  check_command         check_nrpe!check_total_procs
  notifications_enabled         0
  }

页: [1]
查看完整版本: nagios nrpe