Elukey has uploaded a new change for review.

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

Change subject: Remove old wikistats cron script causing cron-spam
......................................................................

Remove old wikistats cron script causing cron-spam

After a chat with Erik Zachte it was decided to deprecate this cron
script since not useful anymore. It is also causing regular cronspam
to root@ for various failures.

Bug: T145606
Change-Id: Ib73a14a2f1d8bd376208c4ca0e7f646b1f9056fd
---
M modules/statistics/manifests/wikistats.pp
1 file changed, 0 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/01/315101/1

diff --git a/modules/statistics/manifests/wikistats.pp 
b/modules/statistics/manifests/wikistats.pp
index 5146e7d..b026068 100644
--- a/modules/statistics/manifests/wikistats.pp
+++ b/modules/statistics/manifests/wikistats.pp
@@ -19,14 +19,4 @@
     package { 'pigz':
         ensure => 'installed',
     }
-
-    # generates the new mobile pageviews report
-    # and syncs the file PageViewsPerMonthAll.csv to stat1002
-    cron { 'new mobile pageviews report':
-        command  => "/bin/bash 
${::statistics::working_path}/wikistats_git/pageviews_reports/bin/stat1-cron-script.sh",
-        user     => 'stats',
-        monthday => 1,
-        hour     => 7,
-        minute   => 20,
-    }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib73a14a2f1d8bd376208c4ca0e7f646b1f9056fd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Elukey <ltosc...@wikimedia.org>

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

Reply via email to