2017-08-13 19:18:19 +01:00
|
|
|
source: Extensions/Metric-Storage.md
|
|
|
|
hide_toc: true
|
|
|
|
|
|
|
|
### Metric storage
|
|
|
|
By default we ship all metrics to RRD files, either directly or via [RRDCached](RRDCached.md). On top of this
|
2018-04-13 10:46:19 -04:00
|
|
|
you can ship metrics to Graphite, InfluxDB, OpenTSDB or Prometheus. At present you can't use these
|
|
|
|
backends to display graphs within LibreNMS and will need to use something like [Grafana](https://grafana.com/).
|
2017-08-13 19:18:19 +01:00
|
|
|
|
|
|
|
For further information on configuring LibreNMS to ship data to one of the other backends then please see
|
|
|
|
the documentation below.
|
|
|
|
|
|
|
|
> - [Graphite](metrics/Graphite.md)
|
2018-04-13 10:46:19 -04:00
|
|
|
> - [InfluxDB](metrics/InfluxDB.md)
|
2017-08-13 19:18:19 +01:00
|
|
|
> - [OpenTSDB](metrics/OpenTSDB.md)
|
2018-04-13 10:46:19 -04:00
|
|
|
> - [Prometheus](metrics/Prometheus.md)
|