Add two new nagios checks for the FMN "Producers"
This commit is contained in:
parent
ad9673cbae
commit
b3a97a1c91
5 changed files with 91 additions and 0 deletions
|
@ -410,3 +410,18 @@ define service {
|
|||
check_command check_by_nrpe!check_fedmsg_cbacklog_bugzilla2fedmsg
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
|
||||
define service {
|
||||
host_name notifs-backend01
|
||||
service_description Did the FMN digest producer run?
|
||||
check_command check_by_nrpe!check_fedmsg_fmn_digest_last_ran
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name notifs-backend01
|
||||
service_description Did the FMN confirmation producer run?
|
||||
check_command check_by_nrpe!check_fedmsg_fmn_confirm_last_ran
|
||||
use defaulttemplate
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue