Files
librenms-librenms/doc/Extensions/metrics/OpenTSDB.md
Neil Lathwood 778c83797d Updated WebUI config options in docs to support direct linking to installs (#15009)
* Updated WebUI config options in docs to support direct linking to installs

* Reverted distributed polling config for hostname
2023-05-10 19:05:12 -05:00

799 B

Enabling support for OpenTSDB

This module sends all metrics to OpenTSDB server. You need something like Grafana for graphing.

Requirements

  • OpenTSDB
  • Grafana

What you don't get

Pretty graphs, this is why at present you need Grafana. You need to build your own graphs within Grafana.

RRD will continue to function normally so LibreNMS itself should continue to function normally.

You can add the following to your config:

Configuration

!!! setting "poller/opentsdb" bash lnms config:set opentsdb.enable true lnms config:set opentsdb.host '127.0.0.1' lnms config:set opentsdb.port 4242

The same data than the one stored within rrd will be sent to OpenTSDB and recorded. You can then create graphs within Grafana to display the information you need.