Back to home page

EIC code displayed by LXR

 
 

    


Warning, /swf-monitor/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 /opt/swf-monitor/current/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 # /opt/swf-monitor/shared/alarms-venv and the config lives at
0007 # /opt/swf-monitor/config/alarms/config.toml
0008 
0009 # Run every 5 minutes.
0010 */5 * * * * /opt/swf-monitor/shared/alarms-venv/bin/swf-alarms-run --config /opt/swf-monitor/config/alarms/config.toml >> /opt/swf-monitor/shared/logs/swf-alarms/cron.log 2>&1