Andrew Bogott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/247863

Change subject: Allow wikitech-static to drift a bit more than two days away 
from wikitech.
......................................................................

Allow wikitech-static to drift a bit more than two days away from wikitech.

This means we won't get an alert unless the sync fails twice in a row.

Bug: T101803
Change-Id: I5548e2c6228d404251872c92106cc19c91a375c0
---
M modules/icinga/files/check_wikitech_static
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/63/247863/1

diff --git a/modules/icinga/files/check_wikitech_static 
b/modules/icinga/files/check_wikitech_static
index fc18a51..9630c92 100755
--- a/modules/icinga/files/check_wikitech_static
+++ b/modules/icinga/files/check_wikitech_static
@@ -7,7 +7,7 @@
 WIKITECHSTATIC="https://wikitech-static.wikimedia.org/w/api.php";
 API_QUERY="action=query&titles=Server_Admin_Log&list=recentchanges&format=xml"
 
-AGE_LIMIT=100000 # seconds
+AGE_LIMIT=200000 # seconds
 
 # MAIN
 TS_WIKITECH=$(curl $WIKITECH/?$API_QUERY 2> /dev/null | grep -o "timestamp.*" 
| cut -d\" -f2)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5548e2c6228d404251872c92106cc19c91a375c0
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