Milimetric has uploaded a new change for review.

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

Change subject: Alert about the status of pageview and projectview
......................................................................

Alert about the status of pageview and projectview

Email problems with pageview and projectview the same way we currently
do for pagecounts.

Change-Id: Ia4c2a017948e56aaba723003ef21375ee49334e6
---
M manifests/role/analytics/refinery.pp
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/08/247608/1

diff --git a/manifests/role/analytics/refinery.pp 
b/manifests/role/analytics/refinery.pp
index 78283ed..258ab91 100644
--- a/manifests/role/analytics/refinery.pp
+++ b/manifests/role/analytics/refinery.pp
@@ -220,6 +220,14 @@
         hour        => 10,
         minute      => 5,
     }
+
+    cron { 'refinery data check pageviews':
+        command     => 
"${::role::analytics::refinery::path}/bin/refinery-dump-status-webrequest-partitions
 --hdfs-mount ${hdfs_mount_point} --datasets pageview,projectview --quiet",
+        environment => "MAILTO=${$mail_to}",
+        user        => 'hdfs', # See comment in first cron above
+        hour        => 10,
+        minute      => 10,
+    }
 }
 
 # == Class role::analytics::refinery::source

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

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

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

Reply via email to