raspimonitor 0.0.2

Creator: railscoder56

Last updated:

Add to Cart

Description:

raspimonitor 0.0.2

raspimonitor
Monitoring and alerting to your Discord server for your RaspberryPi
Installation
You will need to set up a Discord server and webhook, see
how here.
After that, proceed to install the package in your raspberry:
pip3 install raspimonitor

Usage
Direct usage
# raspimonitor YOURHOOKHERE THRESHOLD_TEMP_IN_CELSIUS
# Example
raspimonitor http://your.web.hook.here 45
# Example temp as float:
raspimonitor http://your.web.hook.here 45.6

As a cron job
Add your cron job as a script from above:
# 1. Open cron file
crontab -e
# 2. Add a cron
# Example - run every minute:
* * * * * raspimonitor http://your.web.hook.here 45
# Example - run every 5 minutes
*/5 * * * * raspimonitor http://your.web.hook.here 45
# 3. Reload cron service
sudo service cron reload

Ref. https://superuser.com/questions/232144/how-to-stop-a-currently-running-cron-job
Contributing
Pull requests and issues are welcome.
License
MIT - License file
Obtained inspiration from

https://github.com/git-ogawa/raspi-statmon/blob/main/src/rstatmon/statdata.py
https://github.com/mityax/rpi-temperature-alert/tree/master
https://www.howtogeek.com/discord-slack-alert-raspberry-pi-too-hot/

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.