Koschei: split resolver into build-resolver and repo-resolver
This commit is contained in:
parent
5d02ce0e63
commit
b77f5736b4
15 changed files with 44 additions and 24 deletions
|
@ -7,8 +7,15 @@ define service {
|
|||
|
||||
define service {
|
||||
host_name koschei-backend01.phx2.fedoraproject.org
|
||||
service_description koschei-resolver process
|
||||
check_command check_by_nrpe!check_koschei_resolver_proc
|
||||
service_description koschei-build-resolver process
|
||||
check_command check_by_nrpe!check_koschei_build_resolver_proc
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name koschei-backend01.phx2.fedoraproject.org
|
||||
service_description koschei-repo-resolver process
|
||||
check_command check_by_nrpe!check_koschei_repo_resolver_proc
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue