MaxSem has uploaded a new change for review.

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

Change subject: Fix Wikiquote check to check the real domain
......................................................................

Fix Wikiquote check to check the real domain

Change-Id: Icb65ddeff9f54cfa34e16fcf52d77f1d7031cd1b
---
M modules/icinga/manifests/gsbmonitoring.pp
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/61/247761/1

diff --git a/modules/icinga/manifests/gsbmonitoring.pp 
b/modules/icinga/manifests/gsbmonitoring.pp
index 52a68f1..510d42f 100644
--- a/modules/icinga/manifests/gsbmonitoring.pp
+++ b/modules/icinga/manifests/gsbmonitoring.pp
@@ -28,9 +28,9 @@
         check_command => 
'check_https_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikipedia.org/!\'Safe
 Browsing has not recently seen malicious content\'',
         host          => 'google',
     }
-    @monitoring::service { 'GSB_wikiquotes':
-        description   => 'check google safe browsing for wikiquotes.org',
-        check_command => 
'check_https_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikiquotes.org/!\'Safe
 Browsing has not recently seen malicious content\'',
+    @monitoring::service { 'GSB_wikiquote':
+        description   => 'check google safe browsing for wikiquote.org',
+        check_command => 
'check_https_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikiquote.org/!\'Safe
 Browsing has not recently seen malicious content\'',
         host          => 'google',
     }
     @monitoring::service { 'GSB_wikisource':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb65ddeff9f54cfa34e16fcf52d77f1d7031cd1b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: MaxSem <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to