Alexandros Kosiaris has uploaded a new change for review. https://gerrit.wikimedia.org/r/242184
Change subject: Add the new OTRS scheduler watchdog cron entry ...................................................................... Add the new OTRS scheduler watchdog cron entry OTRS since 3.3.6 needs a cron entry for the otrs.Scheduler to work as a watchdog Change-Id: If68bd98cb6d4ecfed7c50d375d6a360130419ab5 --- M modules/otrs/files/crontab.otrs 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/84/242184/1 diff --git a/modules/otrs/files/crontab.otrs b/modules/otrs/files/crontab.otrs index abf5255..8234d39 100644 --- a/modules/otrs/files/crontab.otrs +++ b/modules/otrs/files/crontab.otrs @@ -26,3 +26,6 @@ # unlock old locked tickets hourly 35 * * * * otrs /opt/otrs/bin/otrs.UnlockTickets.pl --timeout > /dev/null 2>&1 + +# check scheduler status +*/5 * * * * otrs /opt/bin/otrs.Scheduler.pl -w 1 > /dev/null 2>&1 -- To view, visit https://gerrit.wikimedia.org/r/242184 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If68bd98cb6d4ecfed7c50d375d6a360130419ab5 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Alexandros Kosiaris <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
