mirror of https://github.com/Icinga/icinga2.git
Fix a typo in one of the config examples
This commit is contained in:
parent
a20d168340
commit
7f20795a22
|
@ -413,7 +413,7 @@ Configuration example for host and service objects running commands on the remot
|
|||
|
||||
/* host specific check arguments */
|
||||
vars.users_wgreater = 10
|
||||
vars.users_wgreater = 20
|
||||
vars.users_cgreater = 20
|
||||
}
|
||||
|
||||
apply Service "users-remote" {
|
||||
|
|
Loading…
Reference in New Issue