Nagios: add a check for rpm.sign message (warning : 1h, alert: 1h30)
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
9ef75bdb24
commit
34b9935c8e
3 changed files with 8 additions and 0 deletions
|
@ -40,6 +40,7 @@ command[check_datanommer_planet]={{libdir}}/nagios/plugins/check_datanommer_time
|
||||||
command[check_datanommer_resultsdb]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py resultsdb 172800 172800
|
command[check_datanommer_resultsdb]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py resultsdb 172800 172800
|
||||||
command[check_datanommer_trac]={{libdir}}/nagios/plugins/check_datanommer_timesince.py trac 86400 259200
|
command[check_datanommer_trac]={{libdir}}/nagios/plugins/check_datanommer_timesince.py trac 86400 259200
|
||||||
command[check_datanommer_twoweekatomic]={{libdir}}/nagios/plugins/check_datanommer_timesince.py org.fedoraproject.prod.releng.atomic.twoweek.complete 1296000 1382400
|
command[check_datanommer_twoweekatomic]={{libdir}}/nagios/plugins/check_datanommer_timesince.py org.fedoraproject.prod.releng.atomic.twoweek.complete 1296000 1382400
|
||||||
|
command[check_datanommer_rpmsign]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py org.fedoraproject.prod.buildsys.rpm.sign 5400 3600
|
||||||
command[check_datanommer_wiki]={{libdir}}/nagios/plugins/check_datanommer_timesince.py wiki 259200 1814400
|
command[check_datanommer_wiki]={{libdir}}/nagios/plugins/check_datanommer_timesince.py wiki 259200 1814400
|
||||||
|
|
||||||
# This one is retired since it times out all the time. Too few messages.
|
# This one is retired since it times out all the time. Too few messages.
|
||||||
|
|
|
@ -287,6 +287,12 @@ define service {
|
||||||
check_command check_by_nrpe!check_datanommer_twoweekatomic
|
check_command check_by_nrpe!check_datanommer_twoweekatomic
|
||||||
use defaulttemplate
|
use defaulttemplate
|
||||||
}
|
}
|
||||||
|
define service {
|
||||||
|
host_name busgateway01.phx2.fedoraproject.org
|
||||||
|
service_description Check datanommer for recent rpm sign messages
|
||||||
|
check_command check_by_nrpe!check_datanommer_rpmsign
|
||||||
|
use defaulttemplate
|
||||||
|
}
|
||||||
define service {
|
define service {
|
||||||
host_name busgateway01.phx2.fedoraproject.org
|
host_name busgateway01.phx2.fedoraproject.org
|
||||||
service_description Check datanommer for recent mdapi messages
|
service_description Check datanommer for recent mdapi messages
|
||||||
|
|
|
@ -382,6 +382,7 @@ command[check_datanommer_planet]=/usr/lib64/nagios/plugins/check_datanommer_time
|
||||||
command[check_datanommer_resultsdb]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py resultsdb 172800 172800
|
command[check_datanommer_resultsdb]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py resultsdb 172800 172800
|
||||||
command[check_datanommer_trac]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py trac 86400 259200
|
command[check_datanommer_trac]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py trac 86400 259200
|
||||||
command[check_datanommer_twoweekatomic]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py org.fedoraproject.prod.releng.atomic.twoweek.complete 1296000 1382400
|
command[check_datanommer_twoweekatomic]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py org.fedoraproject.prod.releng.atomic.twoweek.complete 1296000 1382400
|
||||||
|
command[check_datanommer_rpmsign]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py org.fedoraproject.prod.buildsys.rpm.sign 5400 3600
|
||||||
command[check_datanommer_wiki]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py wiki 259200 1814400
|
command[check_datanommer_wiki]=/usr/lib64/nagios/plugins/check_datanommer_timesince.py wiki 259200 1814400
|
||||||
|
|
||||||
# Fedmsg checks for consumers and producers
|
# Fedmsg checks for consumers and producers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue