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

@ -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
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
}