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:
@@ -62,6 +62,10 @@ foreach ($serverfarm_array as $index => $vserver) {
|
||||
rrdtool_create($rrd_file, $rrd_create);
|
||||
}
|
||||
rrdtool_update($rrd_file, $fields);
|
||||
|
||||
$tags = array('classmap_id' => $classmap_id);
|
||||
influx_update($device,'vservers',$tags,$fields);
|
||||
|
||||
}
|
||||
}//end foreach
|
||||
|
||||
|
||||
Reference in New Issue
Block a user