Adjust the External Command Check Interval

Nagios will check for external commands as often as possible.

The number of passive checks have been significantly increased and
Nagios can be the bottleneck with 10s interval with large deployments.

Change-Id: Ic7b38203d6641497f5c8d50076903bd7226ed679
This commit is contained in:
Swann Croiset 2017-02-13 17:37:19 +01:00
parent c243368d62
commit 859ed811b4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class lma_infra_alerting::params {
# We must enable external command and and its frequency must be coherent with
# the service status forwarded by the LMA collector.
$nagios_check_external_commands = true
$nagios_command_check_interval = '10s'
$nagios_command_check_interval = '-1'
# The 'time unit' for all check_interval and check_retry (service and host).
$nagios_interval_length = '60'
$nagios_check_service_freshness = true