Comment on Any recommendations for monitoring my servers?
Mellow12@lemmy.world 11 months agoInfluxdb is a “time series” database for storing metrics. Temperatures, ram usage, cpu usage with time stamps. Telegraf is the client side agent that sends those metrics to the database in json format. Prometheus does pretty much the same thing but is a bit too bloated for my liking, so I went back to Influx.
foobaz@lemmy.world 11 months ago
prometheus is bloated?