Program that scrapes logs for failures/errors/aborts etc.
-
Change script permissions to 755 and move to
/bin
-
Create a crontab that runs every 1-5 mins and executes the following, change to match your influxdb values.
sudo crontab -e
*/1 * * * * /bin/grafana_log_ripper_l /var/log/messages 192.168.1.10:8086 influxdb_dbname influxdb_username influxdb_password