From fceba5f05654ff8baa20579d6d26f0b39d291371 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 19 Aug 2013 14:43:32 -0400 Subject: [PATCH] [manual] puppet: Move rabbitmq cron jobs into puppet. When we deploy this, we should remove the relevant jobs from root's crontab on our app servers. (imported from commit 749be952d504f5a4d243cf59f6430acc689fc821) --- bots/rabbitmq-numconsumners-crontab | 4 ---- bots/rabbitmq-queuesize-crontab | 25 ------------------------- 2 files changed, 29 deletions(-) delete mode 100644 bots/rabbitmq-numconsumners-crontab delete mode 100644 bots/rabbitmq-queuesize-crontab diff --git a/bots/rabbitmq-numconsumners-crontab b/bots/rabbitmq-numconsumners-crontab deleted file mode 100644 index 667d383..0000000 --- a/bots/rabbitmq-numconsumners-crontab +++ /dev/null @@ -1,4 +0,0 @@ -* * * * * /home/humbug/humbug-deployments/current/bots/check-rabbitmq-consumers --queue=notify_tornado &> /var/run/nagios/check-rabbitmq-consumers-tornado-tmp; mv /var/run/nagios/check-rabbitmq-consumers-tornado-tmp /var/run/nagios/check-rabbitmq-consumers-tornado -* * * * * /home/humbug/humbug-deployments/current/bots/check-rabbitmq-consumers --queue=user_activity &> /var/run/nagios/check-rabbitmq-consumers-useractivity-tmp; mv /var/run/nagios/check-rabbitmq-consumers-useractivity-tmp /var/run/nagios/check-rabbitmq-consumers-useractivity -* * * * * /home/humbug/humbug-deployments/current/bots/check-rabbitmq-consumers --queue=invites &> /var/run/nagios/check-rabbitmq-consumers-invites-tmp; mv /var/run/nagios/check-rabbitmq-consumers-invites-tmp /var/run/nagios/check-rabbitmq-consumers-invites -* * * * * /home/humbug/humbug-deployments/current/bots/check-rabbitmq-consumers --queue=signups &> /var/run/nagios/check-rabbitmq-consumers-signups-tmp; mv /var/run/nagios/check-rabbitmq-consumers-signups-tmp /var/run/nagios/check-rabbitmq-consumers-signups diff --git a/bots/rabbitmq-queuesize-crontab b/bots/rabbitmq-queuesize-crontab deleted file mode 100644 index c6af81e..0000000 --- a/bots/rabbitmq-queuesize-crontab +++ /dev/null @@ -1,25 +0,0 @@ -# Edit this file to introduce tasks to be run by cron. -# -# Each task to run has to be defined through a single line -# indicating with different fields when the task will be run -# and what command to run for the task -# -# To define the time you can provide concrete values for -# minute (m), hour (h), day of month (dom), month (mon), -# and day of week (dow) or use '*' in these fields (for 'any').# -# Notice that tasks will be started based on the cron's system -# daemon's notion of time and timezones. -# -# Output of the crontab jobs (including errors) is sent through -# email to the user the crontab file belongs to (unless redirected). -# -# For example, you can run a backup of all your user accounts -# at 5 a.m every week with: -# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/ -# -# For more information see the manual pages of crontab(5) and cron(8) -# -# m h dom mon dow command -SHELL=/bin/bash - -* * * * * /home/humbug/humbug-deployments/current/bots/check-rabbitmq-queue &> /var/run/nagios/check-rabbitmq-results-tmp; mv /var/run/nagios/check-rabbitmq-results-tmp /var/run/nagios/check-rabbitmq-results