[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)
This commit is contained in:
parent
97be689411
commit
fceba5f056
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue