Ottomata has submitted this change and it was merged. Change subject: Turn off geowiki monitoring ......................................................................
Turn off geowiki monitoring Due to taking the data repository off-line, the files were no longer available on http://gp.wmflabs.org/ , and monitoring screamed at us. We're restructuring the data repositories and bring them back online, which requires monitoring changes. Afterwards, we'll turn monitoring back on. Change-Id: I2651cdc0d753c0315dbb466f5c6253c5620e1255 --- M manifests/misc/statistics.pp 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Ottomata: Verified; Looks good to me, approved diff --git a/manifests/misc/statistics.pp b/manifests/misc/statistics.pp index 4f258c5..4e3ab58 100644 --- a/manifests/misc/statistics.pp +++ b/manifests/misc/statistics.pp @@ -955,6 +955,8 @@ # Checks if the geowiki files served throuh http://gp.wmflabs.org are # up to date. # +# Disabled for now due to restructuring of geowiki. +# class misc::statistics::geowiki::jobs::monitoring { require misc::statistics::geowiki @@ -969,5 +971,7 @@ hour => 21, user => $geowiki_user, command => "${geowiki_path}/scripts/check_web_page.sh", + # Disabled for now due to restructuring of geowiki + ensure => absent, } } -- To view, visit https://gerrit.wikimedia.org/r/94290 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2651cdc0d753c0315dbb466f5c6253c5620e1255 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: QChris <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
