missed some hosted services checks

This commit is contained in:
Kevin Fenzi 2017-03-02 22:35:02 +00:00
parent e1fb240daa
commit bc106c673f
2 changed files with 26 additions and 26 deletions

View file

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

View file

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