Ottomata has submitted this change and it was merged.

Change subject: Added cronjob for new mobile pageviews
......................................................................


Added cronjob for new mobile pageviews

Change-Id: Ibb9165941a8895d81f087ef60c796a6679c82f26
---
M manifests/misc/statistics.pp
1 file changed, 11 insertions(+), 0 deletions(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/misc/statistics.pp b/manifests/misc/statistics.pp
index e3f8b8f..33cdbd2 100644
--- a/manifests/misc/statistics.pp
+++ b/manifests/misc/statistics.pp
@@ -167,6 +167,17 @@
        ]:
                ensure => 'installed',
        }
+
+        # generates the new mobile pageviews report
+        # and syncs the file PageViewsPerMonthAll.csv to stat1002
+       cron { 'new mobile pageviews report':
+               command => '/bin/bash 
/a/wikistats_git/pageviews_reports/bin/stat1-cron-script.sh',
+               user    => 'stats',
+                day     => 1,
+               hour    => 7,
+               minute  => 20,
+       }
+
 }
 
 # RT-2163

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibb9165941a8895d81f087ef60c796a6679c82f26
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Stefan.petrea <[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

Reply via email to