tko@tkohhh.socialtoSelfhosted@lemmy.world•What are your favorite tools for monitoring Linux and individual docker containers?English
11·
9 months agoCPU/RAM/Disk/Network etc. get written to Influxdb via Telegraf, and visualized with Grafana.
Logging and errors go to Graylog stack (Mongodb, Opensearch, Graylog).
Definitely… you can write custom scripts that Telegraf will run and write that data to Influx. For instance, I have one that writes the Gateway status information from pfSense so I can track and graph any internet downtime.