From 859ed811b4dfe19609946cef31014c4b6b58dde2 Mon Sep 17 00:00:00 2001 From: Swann Croiset Date: Mon, 13 Feb 2017 17:37:19 +0100 Subject: [PATCH] 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 --- .../puppet/modules/lma_infra_alerting/manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment_scripts/puppet/modules/lma_infra_alerting/manifests/params.pp b/deployment_scripts/puppet/modules/lma_infra_alerting/manifests/params.pp index 9b7c197..c39fc49 100644 --- a/deployment_scripts/puppet/modules/lma_infra_alerting/manifests/params.pp +++ b/deployment_scripts/puppet/modules/lma_infra_alerting/manifests/params.pp @@ -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