John F. Lewis has uploaded a new change for review.
https://gerrit.wikimedia.org/r/247472
Change subject: mailman: add cron to gather queue data
......................................................................
mailman: add cron to gather queue data
Bug: T114861
Change-Id: I4618114137e7be35f811fff5954c81fca5b4fa7c
---
M modules/mailman/manifests/cron.pp
1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/72/247472/1
diff --git a/modules/mailman/manifests/cron.pp
b/modules/mailman/manifests/cron.pp
index af6605b..8a3e5b0 100644
--- a/modules/mailman/manifests/cron.pp
+++ b/modules/mailman/manifests/cron.pp
@@ -9,5 +9,13 @@
minute => '0',
}
+ # temporary cron for statistics on queue data
+ cron { 'queue_data':
+ ensure => 'present',
+ command => "/usr/local/sbin/queue_data -a >> /var/www/qdata.html",
+ user => 'root',
+ minute => '2',
+ }
+
}
--
To view, visit https://gerrit.wikimedia.org/r/247472
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4618114137e7be35f811fff5954c81fca5b4fa7c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: John F. Lewis <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits