drg0nz0 / simplestatcollector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simplestatcollector

simplestatcollector made with python writes system statistic data to an influxdb which can easily be visualized with grafana.

i wanted a dead simple and ultra lightweight system monitoring for my rpi4 docker swarm.

please check the configuration from line 9 - 18 in the collector.py before installing. the standart interval for is 5min

/etc/crontab

*/5 *    * * *  ubuntu   /usr/bin/python3 /home/ubuntu/collector.py

About


Languages

Language:Python 70.1%Language:Shell 29.9%