mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
More updates for influx
This commit is contained in:
@@ -94,6 +94,9 @@ if ($device['os_group'] == 'cisco') {
|
||||
|
||||
$ret = rrdtool_update("$filename", $fields);
|
||||
|
||||
$tags = array('entity' => $entity, 'afi' => $afi, 'index' => $path);
|
||||
influx_update($device,'cefswitching',$tags,$fields);
|
||||
|
||||
echo "\n";
|
||||
}//end foreach
|
||||
}//end foreach
|
||||
|
||||
Reference in New Issue
Block a user