Back to home page

EIC code displayed by LXR

 
 

    


Warning, /swf-remote/alarms/deploy/crontab.example is written in an unsupported language. File is not indexed.

0001 # swf-alarms cron entries. Install via:
0002 #   crontab -l > /tmp/ct.txt && cat /home/admin/github/swf-remote/alarms/deploy/crontab.example >> /tmp/ct.txt && crontab /tmp/ct.txt
0003 # or merge into your existing crontab manually.
0004 #
0005 # Assumes the engine is installed in its own venv at
0006 # /home/admin/github/swf-remote/alarms/.venv and the config lives at
0007 # /home/admin/github/swf-remote/alarms/config.toml
0008 
0009 # Run every 5 minutes.
0010 */5 * * * * /home/admin/github/swf-remote/alarms/.venv/bin/swf-alarms-run --config /home/admin/github/swf-remote/alarms/config.toml >> /var/log/swf-alarms/cron.log 2>&1