Add a datanommer+nagios check for the new faf/abrt messages.
This commit is contained in:
parent
5b04ce917b
commit
3d5296bb4f
2 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,7 @@ command[check_datanommer_fmn]={{libdir}}/nagios/plugins/check_datanommer_timesin
|
|||
command[check_datanommer_anitya]={{libdir}}/nagios/plugins/check_datanommer_timesince.py anitya 604800 1814400
|
||||
command[check_datanommer_fedimg]={{libdir}}/nagios/plugins/check_datanommer_timesince.py fedimg 259200 604800
|
||||
command[check_datanommer_hotness]={{libdir}}/nagios/plugins/check_datanommer_timesince.py hotness 604800 1814400
|
||||
command[check_datanommer_faf]={{libdir}}/nagios/plugins/check_datanommer_timesince.py faf 86400 259200
|
||||
|
||||
# This one is retired since it times out all the time. Too few messages.
|
||||
#command[check_datanommer_nuancier]={{libdir}}/nagios/plugins/check_datanommer_timesince.py nuancier 23652000 31536000
|
||||
|
|
|
@ -212,6 +212,12 @@ define service {
|
|||
check_command check_by_nrpe!check_datanommer_hotness
|
||||
use defaulttemplate
|
||||
}
|
||||
define service {
|
||||
host_name busgateway01
|
||||
service_description Check datanommer for recent faf messages
|
||||
check_command check_by_nrpe!check_datanommer_faf
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
# This one is retired since it times out all the time. Too few messages.
|
||||
#define service {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue