mirror of https://github.com/Icinga/icinga2.git
Docs: Add concurrent_checks example in CheckerComponent object type
fixes #13437 Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
This commit is contained in:
parent
8cb7a54b89
commit
6cdc396bf0
|
@ -199,7 +199,9 @@ Example:
|
|||
|
||||
library "checker"
|
||||
|
||||
object CheckerComponent "checker" { }
|
||||
object CheckerComponent "checker" {
|
||||
concurrent_checks = 512
|
||||
}
|
||||
|
||||
Configuration Attributes:
|
||||
|
||||
|
|
Loading…
Reference in New Issue