2017-08-13 19:18:19 +01:00
|
|
|
source: Extensions/Metric-Storage.md
|
2018-10-27 23:04:34 +01:00
|
|
|
path: blob/master/doc/
|
2017-08-13 19:18:19 +01:00
|
|
|
hide_toc: true
|
|
|
|
|
|
2019-09-09 05:48:35 -05:00
|
|
|
# Metric storage
|
2017-08-13 19:18:19 +01:00
|
|
|
|
2019-09-09 05:48:35 -05:00
|
|
|
By default we ship all metrics to RRD files, either directly or via
|
|
|
|
|
[RRDCached](RRDCached.md). On top of this 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
|
|
|
|
2019-09-09 05:48:35 -05: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)
|
|
|
|
|
- [InfluxDB](metrics/InfluxDB.md)
|
|
|
|
|
- [OpenTSDB](metrics/OpenTSDB.md)
|
|
|
|
|
- [Prometheus](metrics/Prometheus.md)
|