Fixed rabbitmq Nagios service checks for FMN

This commit is contained in:
Lee Keitel 2018-02-13 02:45:45 +00:00
parent 86d5272115
commit 40879a4fa8

View file

@ -1,7 +1,14 @@
define service {
host_name notifs-backend01.phx2.fedoraproject.org
service_description Check backend queue size
check_command check_by_nrpe!check_fmn_backend_queue
service_description Check backend irc queue size
check_command check_by_nrpe!check_fmn_backend_irc_queue
use defaulttemplate
}
define service {
host_name notifs-backend01.phx2.fedoraproject.org
service_description Check backend email queue size
check_command check_by_nrpe!check_fmn_backend_email_queue
use defaulttemplate
}