Ottomata has submitted this change and it was merged.
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(-)
Approvals:
Ottomata: Verified; Looks good to me, approved
diff --git a/manifests/role/analytics/refinery.pp
b/manifests/role/analytics/refinery.pp
index 952fbe2..e0ed2a6 100644
--- a/manifests/role/analytics/refinery.pp
+++ b/manifests/role/analytics/refinery.pp
@@ -221,6 +221,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: merged
Gerrit-Change-Id: Ia4c2a017948e56aaba723003ef21375ee49334e6
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Milimetric <[email protected]>
Gerrit-Reviewer: Milimetric <[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