Dzahn has submitted this change and it was merged.

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(-)

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



diff --git a/modules/mailman/manifests/cron.pp 
b/modules/mailman/manifests/cron.pp
index af6605b..4ff494e 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: merged
Gerrit-Change-Id: I4618114137e7be35f811fff5954c81fca5b4fa7c
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: John F. Lewis <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to