blob: b6baeedf25dbff666a0f461e2a03b802604594d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
define service {
host_name db-koji01.phx2.fedoraproject.org
service_description Check Koji DB
check_command check_pgsql!koji
use criticaltemplate
}
define service {
host_name db01.phx2.fedoraproject.org
service_description Check PackageDB DB
check_command check_pgsql!pkgdb
use criticaltemplate
}
define service {
host_name db-fas01.phx2.fedoraproject.org
service_description Check FAS DB
check_command check_pgsql!fas2
use criticaltemplate
}
|