Comment on Monitoring Raspberry Pi Devices Using Telegraf, InfluxDB and GrafanaparentComments−mhall1195yTelegraf can do this too, in a more limited capacity. It keeps an in-memory buffer of collected data points so if a write to an output fails it'll try again on the next interval without losing the data it has already collected.
Comments
Telegraf can do this too, in a more limited capacity. It keeps an in-memory buffer of collected data points so if a write to an output fails it'll try again on the next interval without losing the data it has already collected.