Fixed rabbitmq Nagios service checks for FMN
This commit is contained in:
parent
86d5272115
commit
40879a4fa8
1 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,14 @@
|
||||||
define service {
|
define service {
|
||||||
host_name notifs-backend01.phx2.fedoraproject.org
|
host_name notifs-backend01.phx2.fedoraproject.org
|
||||||
service_description Check backend queue size
|
service_description Check backend irc queue size
|
||||||
check_command check_by_nrpe!check_fmn_backend_queue
|
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
|
use defaulttemplate
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue