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:
Kevin Fenzi 2018-02-06 23:12:14 +00:00
parent 4d411ec36d
commit 1cb897a769
3 changed files with 9 additions and 27 deletions

View 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
}