Clean up nagios client for old stuff that no longer matters.
Add a mailman api check. It gets a 401 now, but at least that tells us it's working.
This commit is contained in:
parent
4d411ec36d
commit
1cb897a769
3 changed files with 9 additions and 27 deletions
7
roles/nagios_server/files/nagios/services/mailman.cfg
Normal file
7
roles/nagios_server/files/nagios/services/mailman.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
define service {
|
||||
host_name mailman01.phx2.fedoraproject.org
|
||||
service_description check mailman api
|
||||
check_command check_mailman_api
|
||||
max_check_attempts 5
|
||||
use defaulttemplate
|
||||
}
|
|
@ -344,6 +344,7 @@ command[check_koschei_repo_resolver_proc]=/usr/lib64/nagios/plugins/check_procs
|
|||
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
|
||||
command[check_odcs_backend_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'odcs-bakend' -u odcs
|
||||
|
||||
# The following are fedmsg/datanommer checks to be run on busgateway01.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue