We can actually check for fedimg activity now that it's running smoothly.
This commit is contained in:
parent
850ef5a5cb
commit
9fdd4b8be9
1 changed files with 7 additions and 8 deletions
|
@ -200,6 +200,12 @@ define service {
|
|||
check_command check_by_nrpe!check_datanommer_anitya
|
||||
use defaulttemplate
|
||||
}
|
||||
define service {
|
||||
host_name busgateway01
|
||||
service_description Check datanommer for recent fedimg messages
|
||||
check_command check_by_nrpe!check_datanommer_fedimg
|
||||
use defaulttemplate
|
||||
}
|
||||
define service {
|
||||
host_name busgateway01
|
||||
service_description Check datanommer for recent hotness messages
|
||||
|
@ -225,12 +231,6 @@ define service {
|
|||
#}
|
||||
#define service {
|
||||
# host_name busgateway01
|
||||
# service_description Check datanommer for recent fedimg messages
|
||||
# check_command check_by_nrpe!check_datanommer_fedimg
|
||||
# use defaulttemplate
|
||||
#}
|
||||
#define service {
|
||||
# host_name busgateway01
|
||||
# service_description Check datanommer for recent bugzilla messages
|
||||
# check_command check_by_nrpe!check_datanommer_bugzilla
|
||||
# use defaulttemplate
|
||||
|
@ -268,8 +268,7 @@ define service {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
# BEGIN, check consumers and producers
|
||||
define service {
|
||||
host_name busgateway01
|
||||
service_description Check fedmsg consumers and producers hub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue