nagios_server: Remove koschei backend services
This commit is contained in:
parent
91bcaf4b43
commit
87896586da
2 changed files with 1 additions and 39 deletions
|
@ -1,34 +1 @@
|
|||
define service {
|
||||
host_name koschei-backend01.phx2.fedoraproject.org
|
||||
service_description koschei-polling process
|
||||
check_command check_by_nrpe!check_koschei_polling_proc
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name koschei-backend01.phx2.fedoraproject.org
|
||||
service_description koschei-build-resolver process
|
||||
check_command check_by_nrpe!check_koschei_build_resolver_proc
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name koschei-backend01.phx2.fedoraproject.org
|
||||
service_description koschei-repo-resolver process
|
||||
check_command check_by_nrpe!check_koschei_repo_resolver_proc
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name koschei-backend01.phx2.fedoraproject.org
|
||||
service_description koschei-scheduler process
|
||||
check_command check_by_nrpe!check_koschei_scheduler_proc
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name koschei-backend01.phx2.fedoraproject.org
|
||||
service_description koschei-watcher process
|
||||
check_command check_by_nrpe!check_koschei_watcher_proc
|
||||
use defaulttemplate
|
||||
}
|
||||
# TODO: define Koschei backend services here
|
||||
|
|
|
@ -340,11 +340,6 @@ command[check_autocloud_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'p
|
|||
command[check_openvpn_link]=/usr/lib64/nagios/plugins/check_ping -H 192.168.1.41 -w 375.0,20% -c 500,60%
|
||||
command[check_memcache]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -a '/usr/bin/memcached' -u memcached
|
||||
command[check_memcache_connect]=/usr/lib64/nagios/plugins/check_memcache_connect
|
||||
command[check_koschei_polling_proc]=/usr/lib64/nagios/plugins/check_procs -s RSD -u koschei -C koschei-polling -c 1:1
|
||||
command[check_koschei_build_resolver_proc]=/usr/lib64/nagios/plugins/check_procs -s RSD -u koschei -C koschei-build-r -c 1:1
|
||||
command[check_koschei_repo_resolver_proc]=/usr/lib64/nagios/plugins/check_procs -s RSD -u koschei -C koschei-repo-re -c 1:1
|
||||
command[check_koschei_scheduler_proc]=/usr/lib64/nagios/plugins/check_procs -s RSD -u koschei -C koschei-schedul -c 1:1
|
||||
command[check_koschei_watcher_proc]=/usr/lib64/nagios/plugins/check_procs -s RSD -u koschei -C koschei-watcher -c 1:1
|
||||
command[check_mirrorlist_docker_proxy]=/usr/lib64/nagios/plugins/check_tcp -H localhost -p 18081
|
||||
command[check_mailman_api]=/usr/lib64/nagios/plugins/check_http -H localhost -p 8001 -u /3.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue