add twoweek atomic compose check
This commit is contained in:
parent
8ebf1bed9d
commit
8f3a5a2015
2 changed files with 21 additions and 14 deletions
|
@ -316,6 +316,12 @@ define service {
|
|||
check_command check_by_nrpe!check_datanommer_autocloud
|
||||
use defaulttemplate
|
||||
}
|
||||
define service {
|
||||
host_name busgateway01
|
||||
service_description Check datanommer for recent compose
|
||||
check_command check_by_nrpe!check_datanommer_twoweekatomic
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
|
||||
# BEGIN, check consumers and producers
|
||||
|
|
|
@ -278,6 +278,7 @@ command[check_datanommer_fedocal]=/usr/lib64/nagios/plugins/check_datanommer_tim
|
|||
command[check_datanommer_ansible]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py ansible 432000 604800
|
||||
command[check_datanommer_anitya]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py anitya 604800 1814400
|
||||
command[check_datanommer_autocloud]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py autocloud 604800 1814400
|
||||
command[check_datanommer_twoweekatomic]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py org.fedoraproject.prod.releng.atomic.twoweek.complete 172800 345600
|
||||
|
||||
# These are not actually finished and deployed yet
|
||||
command[check_datanommer_mailman]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py mailman 14400 86400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue