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 {
|
#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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue