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 { #define service {
hostgroup hosted # hostgroup hosted
service_description BZR # service_description BZR
check_command check_bzr # check_command check_bzr
use defaulttemplate # use defaulttemplate
} #}
#
define service { #define service {
hostgroup hosted # hostgroup hosted
service_description GIT # service_description GIT
check_command check_git # check_command check_git
use defaulttemplate # use defaulttemplate
} #}
#define service { #define service {
# hostgroup hosted # hostgroup hosted

View file

@ -1,16 +1,16 @@
define service { #define service {
hostgroup hosted # hostgroup hosted
service_description BZR # service_description BZR
check_command check_bzr # check_command check_bzr
use defaulttemplate # use defaulttemplate
} #}
#
define service { #define service {
hostgroup hosted # hostgroup hosted
service_description GIT # service_description GIT
check_command check_git # check_command check_git
use defaulttemplate # use defaulttemplate
} #}
#define service { #define service {
# hostgroup hosted # hostgroup hosted