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:
parent
8e551a9ffe
commit
dfbeeaaaef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user