MaxSem has uploaded a new change for review.

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

Change subject: Switch safe browsing checks to HTTPS
......................................................................

Switch safe browsing checks to HTTPS

Bug: T116099
Change-Id: I73479e8d91dc370c8da3f393d34c16b3b2573334
---
M modules/icinga/manifests/gsbmonitoring.pp
1 file changed, 9 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/60/247760/1

diff --git a/modules/icinga/manifests/gsbmonitoring.pp 
b/modules/icinga/manifests/gsbmonitoring.pp
index 9a104a5..52a68f1 100644
--- a/modules/icinga/manifests/gsbmonitoring.pp
+++ b/modules/icinga/manifests/gsbmonitoring.pp
@@ -5,47 +5,47 @@
 
     @monitoring::service { 'GSB_mediawiki':
         description   => 'check google safe browsing for mediawiki.org',
-        check_command => 
'check_http_url_for_string!www.google.com!/safebrowsing/diagnostic?site=mediawiki.org/!\'Safe
 Browsing has not recently seen malicious content\'',
+        check_command => 
'check_https_url_for_string!www.google.com!/safebrowsing/diagnostic?site=mediawiki.org/!\'Safe
 Browsing has not recently seen malicious content\'',
         host          => 'google',
     }
     @monitoring::service { 'GSB_wikibooks':
         description   => 'check google safe browsing for wikibooks.org',
-        check_command => 
'check_http_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikibooks.org/!\'Safe
 Browsing has not recently seen malicious content\'',
+        check_command => 
'check_https_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikibooks.org/!\'Safe
 Browsing has not recently seen malicious content\'',
         host          => 'google',
     }
     @monitoring::service { 'GSB_wikimedia':
         description   => 'check google safe browsing for wikimedia.org',
-        check_command => 
'check_http_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikimedia.org/!\'Safe
 Browsing has not recently seen malicious content\'',
+        check_command => 
'check_https_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikimedia.org/!\'Safe
 Browsing has not recently seen malicious content\'',
         host          => 'google',
     }
     @monitoring::service { 'GSB_wikinews':
         description   => 'check google safe browsing for wikinews.org',
-        check_command => 
'check_http_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikinews.org/!\'Safe
 Browsing has not recently seen malicious content\'',
+        check_command => 
'check_https_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikinews.org/!\'Safe
 Browsing has not recently seen malicious content\'',
         host          => 'google',
     }
     @monitoring::service { 'GSB_wikipedia':
         description   => 'check google safe browsing for wikipedia.org',
-        check_command => 
'check_http_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikipedia.org/!\'Safe
 Browsing has not recently seen malicious content\'',
+        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_http_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikiquotes.org/!\'Safe
 Browsing has not recently seen malicious content\'',
+        check_command => 
'check_https_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikiquotes.org/!\'Safe
 Browsing has not recently seen malicious content\'',
         host          => 'google',
     }
     @monitoring::service { 'GSB_wikisource':
         description   => 'check google safe browsing for wikisource.org',
-        check_command => 
'check_http_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikisource.org/!\'Safe
 Browsing has not recently seen malicious content\'',
+        check_command => 
'check_https_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikisource.org/!\'Safe
 Browsing has not recently seen malicious content\'',
         host          => 'google',
     }
     @monitoring::service { 'GSB_wikiversity':
         description   => 'check google safe browsing for wikiversity.org',
-        check_command => 
'check_http_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikiversity.org/!\'Safe
 Browsing has not recently seen malicious content\'',
+        check_command => 
'check_https_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wikiversity.org/!\'Safe
 Browsing has not recently seen malicious content\'',
         host          => 'google',
     }
     @monitoring::service { 'GSB_wiktionary':
         description   => 'check google safe browsing for wiktionary.org',
-        check_command => 
'check_http_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wiktionary.org/!\'Safe
 Browsing has not recently seen malicious content\'',
+        check_command => 
'check_https_url_for_string!www.google.com!/safebrowsing/diagnostic?site=wiktionary.org/!\'Safe
 Browsing has not recently seen malicious content\'',
         host          => 'google',
     }
 }

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

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