From 12529ddf0aa5a37051c9bdd51ad0d672d206839b Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Mon, 4 Feb 2019 14:21:15 -0600 Subject: [PATCH] Nagios: Update default workers back to 4 This moves the default workers defined for Nagios back to 4, as reducing the number to one has made Nagios deployments in our jobs inconsistent Change-Id: I288554c4f9d57714b3d70a241942b2e4fd334500 --- nagios/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios/values.yaml b/nagios/values.yaml index 839dcb826..cd9401e02 100644 --- a/nagios/values.yaml +++ b/nagios/values.yaml @@ -1138,7 +1138,7 @@ conf: retained_contact_host_attribute_mask: 0 retained_contact_service_attribute_mask: 0 interval_length: 1 - check_workers: 1 + check_workers: 4 check_for_updates: 1 bare_update_check: 0 use_aggressive_host_checking: 0