-
Notifications
You must be signed in to change notification settings - Fork 37
crontab entry for sentinel #42
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels