Alexandros Kosiaris has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/349603 )

Change subject: icinga: Adjust the frequency of sync-icinga-state
......................................................................

icinga: Adjust the frequency of sync-icinga-state

sync-icinga-state does not need to run every ten minutes. Decrease the
frequency to once per hour. Also set it to a more random point in time
like 33 minutes after the hour to minimize the chance results are coming
in thus hopefully sidestepping the zombie behavior of nsca describe in
T163286

Bug: T163286
Change-Id: I48b559e8d7bea83119ecf55038d8f950f563e085
---
M modules/role/manifests/icinga.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/03/349603/1

diff --git a/modules/role/manifests/icinga.pp b/modules/role/manifests/icinga.pp
index 7dce3f2..b1d0fbe 100644
--- a/modules/role/manifests/icinga.pp
+++ b/modules/role/manifests/icinga.pp
@@ -99,7 +99,7 @@
     }
     cron { 'sync-icinga-state':
         ensure  => $cron_presence,
-        minute  => '*/10',
+        minute  => '33',
         command => '/usr/local/sbin/run-no-puppet 
/usr/local/sbin/sync_icinga_state >/dev/null 2>&1',
     }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/349603
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I48b559e8d7bea83119ecf55038d8f950f563e085
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to