ansible/roles/nagios_server/files/nagios/services/procs.cfg
2021-02-12 11:34:57 +00:00

66 lines
1.7 KiB
INI

define service {
hostgroup virtservers
service_description Total Processes
check_command check_by_nrpe!check_total_procs
use defaulttemplate
}
define service {
hostgroup virtservers
service_description Zombie Processes
check_command check_by_nrpe!check_zombie_procs
use defaulttemplate
}
define service {
hostgroup virtservers
service_description Cron Daemon
check_command check_by_nrpe!check_cron
use defaulttemplate
}
define service {
hostgroup proxies
service_description Varnish Process
check_command check_by_nrpe!check_varnish_proc
use defaulttemplate
}
define service {
hostgroup unbound
service_description Unbound Process
check_command check_by_nrpe!check_unbound_proc
use defaulttemplate
}
# TODO: uncomment when retrace is moved
#define service {
# hostgroup retrace
# service_description Total Processes
# check_command check_by_nrpe!check_total_procs
# use retracetemplate
#}
define service {
hostgroup sign_bridge
service_description Sigul bridge Process
check_command check_by_nrpe!check_sigul_bridge_proc
use defaulttemplate
}
define service {
hostgroup all, !mincheckgrp
service_description Rsyslogd Process
check_command check_by_nrpe!check_rsyslogd_proc
use defaulttemplate
}
define service {
hostgroup pagure
service_description Systemd Units
check_command check_by_nrpe!check_systemd_units
use defaulttemplate
}