https://github.com/azlux/mymonitor
Personnal monitor used on raspberry
https://github.com/azlux/mymonitor
bash-script monitoring-server personal php7
Last synced: 2 months ago
JSON representation
Personnal monitor used on raspberry
- Host: GitHub
- URL: https://github.com/azlux/mymonitor
- Owner: azlux
- License: mit
- Archived: true
- Created: 2017-05-23T18:31:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T22:19:28.000Z (almost 8 years ago)
- Last Synced: 2024-08-14T10:15:19.023Z (about 1 year ago)
- Topics: bash-script, monitoring-server, personal, php7
- Language: PHP
- Size: 81.1 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mymonitor
Personnal monitor used on raspberrySensors -> MySQL -> php page
I log one ping, the temperature of my CPU and the 5min load.
This project can be customized, but you will need to changes variables liked to the data. Some code are hard coded.## MySQL
I use a database named "sensors", MySQL command to create it are in the BDD file## Crontab
*/10 * * * * /home//mymonitor/sensors.sh