mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Added support for sending metrics to OpenTSDB (#7022)
* Create OpenTSDB.md * Send collected data to OpenTSDB * Send collected data to OpenTSDB * Update build.sql * Send collected data to OpenTSDB * Delete 200.sql * Update db_schema.yaml * Update datastore.inc.php * Update OpenTSDB.md * Added OpenTSDB to mkdocs.yaml
This commit is contained in:
committed by
Neil Lathwood
parent
db84d3bfe9
commit
294ec4d73d
@@ -67,5 +67,6 @@ function data_update($device, $measurement, $tags, $fields)
|
||||
|
||||
rrdtool_data_update($device, $measurement, $tags, $fields);
|
||||
influx_update($device, $measurement, rrd_array_filter($tags), $fields);
|
||||
opentsdb_update($device, $measurement, rrd_array_filter($tags), $fields);
|
||||
graphite_update($device, $measurement, $tags, $fields);
|
||||
} // data_update
|
||||
|
Reference in New Issue
Block a user