mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 06:34:42 +02:00
Docs: Use of same endpoint names in examples for a better understanding
fixes #10057
This commit is contained in:
parent
209b06dda0
commit
d0d5bd9b0a
@ -616,7 +616,7 @@ defined endpoint. The check result is then received asynchronously through the c
|
|||||||
import "generic-service"
|
import "generic-service"
|
||||||
|
|
||||||
check_command = "users"
|
check_command = "users"
|
||||||
command_endpoint = "remote-client1"
|
command_endpoint = "icinga2-node2.localdomain"
|
||||||
|
|
||||||
vars.users_wgreater = 10
|
vars.users_wgreater = 10
|
||||||
vars.users_cgreater = 20
|
vars.users_cgreater = 20
|
||||||
@ -642,7 +642,7 @@ also easily inherit this from a host's custom attribute like shown in the exampl
|
|||||||
|
|
||||||
vars.os = "Linux"
|
vars.os = "Linux"
|
||||||
|
|
||||||
vars.remote_client = "remote-client1"
|
vars.remote_client = "icinga2-node2.localdomain"
|
||||||
|
|
||||||
/* host specific check arguments */
|
/* host specific check arguments */
|
||||||
vars.users_wgreater = 10
|
vars.users_wgreater = 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user