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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue