Initial Koschei Nagios checks

This commit is contained in:
Mikolaj Izdebski 2015-06-26 16:56:44 +00:00
parent d48f11172a
commit bcdb9533a4
3 changed files with 16 additions and 0 deletions

View file

@ -38,6 +38,7 @@ command[check_datanommer_anitya]={{libdir}}/nagios/plugins/check_datanommer_time
command[check_datanommer_fedimg]={{libdir}}/nagios/plugins/check_datanommer_timesince.py fedimg 259200 604800 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_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 command[check_datanommer_faf]={{libdir}}/nagios/plugins/check_datanommer_timesince.py faf 86400 259200
command[check_datanommer_koschei]={{libdir}}/nagios/plugins/check_datanommer_timesince.py koschei 86400 604800
# 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.
#command[check_datanommer_nuancier]={{libdir}}/nagios/plugins/check_datanommer_timesince.py nuancier 23652000 31536000 #command[check_datanommer_nuancier]={{libdir}}/nagios/plugins/check_datanommer_timesince.py nuancier 23652000 31536000

View file

@ -0,0 +1,7 @@
define host {
host_name koschei01
alias koschei01.phx2.fedoraproject.org
use defaulttemplate
address koschei01.phx2.fedoraproject.org
parents bvirthost09
}

View file

@ -278,3 +278,11 @@ define service {
check_command check_website!localhost!/!møte check_command check_website!localhost!/!møte
use websitetemplate use websitetemplate
} }
define service {
host_name koschei01
service_description koschei-internal
check_command check_website!localhost!/koschei/!Packages from 1 to 100
max_check_attempts 8
use internalwebsitetemplate
}