mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
More updates for influx
This commit is contained in:
@@ -66,6 +66,9 @@ if (count($vp_rows)) {
|
||||
|
||||
rrdtool_update($rrd, $fields);
|
||||
|
||||
$tags = array('ifIndex' => $vp['ifIndex'], 'vp_id' => $vp['vp_id']);
|
||||
influx_update($device,'atm-vp',$tags,$fields);
|
||||
|
||||
}//end foreach
|
||||
|
||||
echo "\n";
|
||||
|
||||
Reference in New Issue
Block a user