92 lines
2.3 KiB
INI
92 lines
2.3 KiB
INI
#define service {
|
|
# hostgroup puppetservers
|
|
# service_description Puppetmaster
|
|
# check_command check_by_nrpe!check_puppetmaster
|
|
# use defaulttemplate
|
|
#}
|
|
|
|
define service {
|
|
hostgroup servers
|
|
service_description Total Processes
|
|
check_command check_by_nrpe!check_total_procs
|
|
use defaulttemplate
|
|
}
|
|
|
|
define service {
|
|
hostgroup servers
|
|
service_description Zombie Processes
|
|
check_command check_by_nrpe!check_zombie_procs
|
|
use defaulttemplate
|
|
}
|
|
|
|
#define service {
|
|
# hostgroup buildservers
|
|
# service_description Total Processes
|
|
# check_command check_by_nrpe!check_total_procs
|
|
# use defaulttemplate
|
|
# retry_check_interval 5
|
|
# max_check_attempts 12
|
|
#}
|
|
|
|
|
|
#define service {
|
|
# hostgroup buildservers
|
|
# service_description Zombie Processes
|
|
# check_command check_by_nrpe!check_zombie_procs
|
|
# use defaulttemplate
|
|
# retry_check_interval 5
|
|
# max_check_attempts 12
|
|
#}
|
|
|
|
#define service {
|
|
# hostgroup servers
|
|
# service_description Audit Daemon
|
|
# check_command check_by_nrpe!check_auditd
|
|
# use defaulttemplate
|
|
#}
|
|
|
|
#define service {
|
|
# hostgroup buildservers
|
|
# service_description Audit Daemon
|
|
# check_command check_by_nrpe!check_auditd
|
|
# use defaulttemplate
|
|
# retry_check_interval 5
|
|
# max_check_attempts 12
|
|
#}
|
|
|
|
define service {
|
|
hostgroup servers
|
|
service_description Cron Daemon
|
|
check_command check_by_nrpe!check_cron
|
|
use defaulttemplate
|
|
}
|
|
|
|
#define service {
|
|
# hostgroup buildservers
|
|
# service_description Cron Daemon
|
|
# check_command check_by_nrpe!check_cron
|
|
# use defaulttemplate
|
|
# retry_check_interval 5
|
|
# max_check_attempts 12
|
|
#}
|
|
|
|
define service {
|
|
hostgroup proxies
|
|
service_description Varnish Process
|
|
check_command check_by_nrpe!check_varnish_proc
|
|
use defaulttemplate
|
|
}
|
|
|
|
define service {
|
|
hostgroup unboundservers
|
|
service_description Unbound Process
|
|
check_command check_by_nrpe!check_unbound_proc
|
|
use defaulttemplate
|
|
}
|
|
|
|
define service {
|
|
hostgroup retrace
|
|
service_description Total Processes
|
|
check_command check_by_nrpe!check_total_procs
|
|
use retracetemplate
|
|
}
|