This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a change to the project's crontab. As soon as the rsump.py completes, take a brief snooze | |
(purely for good measure, so the file can be written), then invoke the Telegraf script. | |
# m h dom mon dow command | |
*/1 * * * * sudo /usr/local/bin/rsump.py && sleep 2s && sudo /home/pi/raspi-sump/telegraf-logger.sh | |