Andrew Bogott has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/370472 )

Change subject: wikitech-static monitoring: check much less frequently
......................................................................

wikitech-static monitoring: check much less frequently

This was checking every minute, which was way too often;
syncs only happen once per day and versions are only
updated every few weeks.

Bug: T168962
Change-Id: I0f0c52c6a0f179e51076a3c6015759dbf572cbb7
---
M modules/role/manifests/labs/openstack/nova/manager.pp
1 file changed, 6 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/72/370472/1

diff --git a/modules/role/manifests/labs/openstack/nova/manager.pp 
b/modules/role/manifests/labs/openstack/nova/manager.pp
index fbcec2a..0957e27 100644
--- a/modules/role/manifests/labs/openstack/nova/manager.pp
+++ b/modules/role/manifests/labs/openstack/nova/manager.pp
@@ -61,14 +61,16 @@
 
     # T89323
     monitoring::service { 'wikitech-static-sync':
-        description   => 'are wikitech and wt-static in sync',
-        check_command => 'check_wikitech_static',
+        description    => 'are wikitech and wt-static in sync',
+        check_command  => 'check_wikitech_static',
+        check_interval => 120,
     }
 
     # T163721
     monitoring::service { 'wikitech-static-version':
-        description   => 'Does wikitech-static need a MW version upgrade?',
-        check_command => 'check_wikitech_static_version',
+        description    => 'Does wikitech-static need a MW version upgrade?',
+        check_command  => 'check_wikitech_static_version',
+        check_interval => 720,
     }
 
     # For Math extensions file (T126628)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0f0c52c6a0f179e51076a3c6015759dbf572cbb7
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <abog...@wikimedia.org>

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

Reply via email to