dashman
dashman copied to clipboard
crontab entry for sentinel
After the update I got SENTINEL_PING_EXPIRED
This is from the readme from the sentinel repo:
-
-
-
-
- cd /home/YOURUSERNAME/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1
-
-
-
Whereas in dashman
-
-
-
-
- cd $INSTALL_DIR/sentinel && venv/bin/python bin/sentinel.py 2>&1 >> sentinel-cron.log
-
-
-
Note the missing ./ before venv
Not sure if that was the problem, but after editing my crontab and adding ./ it went back to ENABLED straight away.
I don't see how that's related. Both invocations should be equivalent.
What platform/shell are you on?