mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
More updates for influx
This commit is contained in:
@@ -106,6 +106,9 @@ if ($device['os_group'] == 'cisco') {
|
||||
);
|
||||
rrdtool_update($rrd_filename, $fields);
|
||||
|
||||
$tags = array();
|
||||
influx_update($device,'cipsec_flow',$tags,$fields);
|
||||
|
||||
$graphs['cipsec_flow_tunnels'] = true;
|
||||
$graphs['cipsec_flow_pkts'] = true;
|
||||
$graphs['cipsec_flow_bits'] = true;
|
||||
|
Reference in New Issue
Block a user