missed some hosted services checks
This commit is contained in:
parent
e1fb240daa
commit
bc106c673f
2 changed files with 26 additions and 26 deletions
|
@ -1,16 +1,16 @@
|
|||
define service {
|
||||
hostgroup hosted
|
||||
service_description BZR
|
||||
check_command check_bzr
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
hostgroup hosted
|
||||
service_description GIT
|
||||
check_command check_git
|
||||
use defaulttemplate
|
||||
}
|
||||
#define service {
|
||||
# hostgroup hosted
|
||||
# service_description BZR
|
||||
# check_command check_bzr
|
||||
# use defaulttemplate
|
||||
#}
|
||||
#
|
||||
#define service {
|
||||
# hostgroup hosted
|
||||
# service_description GIT
|
||||
# check_command check_git
|
||||
# use defaulttemplate
|
||||
#}
|
||||
|
||||
#define service {
|
||||
# hostgroup hosted
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
define service {
|
||||
hostgroup hosted
|
||||
service_description BZR
|
||||
check_command check_bzr
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
hostgroup hosted
|
||||
service_description GIT
|
||||
check_command check_git
|
||||
use defaulttemplate
|
||||
}
|
||||
#define service {
|
||||
# hostgroup hosted
|
||||
# service_description BZR
|
||||
# check_command check_bzr
|
||||
# use defaulttemplate
|
||||
#}
|
||||
#
|
||||
#define service {
|
||||
# hostgroup hosted
|
||||
# service_description GIT
|
||||
# check_command check_git
|
||||
# use defaulttemplate
|
||||
#}
|
||||
|
||||
#define service {
|
||||
# hostgroup hosted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue