mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
parent
06e381ceea
commit
6df6f72a35
@ -818,6 +818,10 @@ This mode will force the Icinga 2 node to execute commands remotely on a specifi
|
|||||||
The host/service object configuration is located on the master/satellite and the client only
|
The host/service object configuration is located on the master/satellite and the client only
|
||||||
needs the CheckCommand object definitions being used there.
|
needs the CheckCommand object definitions being used there.
|
||||||
|
|
||||||
|
Every endpoint has its own remote check queue. The amount of checks executed simultaneously
|
||||||
|
can be limited on the endpoint with the `MaxConcurrentChecks` constant defined in [constants.conf](04-configuring-icinga-2.md#constants-conf). Icinga 2 may discard check requests,
|
||||||
|
if the remote check queue is full.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Advantages:
|
Advantages:
|
||||||
|
@ -247,8 +247,6 @@ This configuration object is available as [checker feature](11-cli-commands.md#c
|
|||||||
Example:
|
Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
library "checker"
|
|
||||||
|
|
||||||
object CheckerComponent "checker" { }
|
object CheckerComponent "checker" { }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user