With this simple python program you can monitor your Pi-Star / WPSD / AllStarLink health using APRS metrics.
You can see an example of the metrics logged by my Pi-Star node 9W4GPA-2.
The metrics are:-
- CPU Temperature
- CPU load average per 5 min
- Memory used
- Disk usage
git clone https://github.com/HafiziRuslan/RasPiAPRS.git ./raspiaprs
cd raspiaprsCopy the file .env.SAMPLE into .env, and edit the informations using your favorite editor.
cp default.env .env
nano .envchmod a+x *.sh
./main.shCopy/Paste this into last line of /etc/crontab or any other cron program that you're using.
@reboot pi-star cd /home/pi-star/raspiaprs && ./main.sh > /tmp/raspiaprs.log 2>&1edit the pi-star username into your username
Use this command to update:-
git pull --autostashThis is the screenshoot from aprs.fi, of CPU temperature, CPU load average and Memory free from an Pi-Star node.
