mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
More updates for influx
This commit is contained in:
@@ -45,6 +45,10 @@ if ($device['os_group'] == 'unix') {
|
||||
);
|
||||
|
||||
rrdtool_update($agent_rrd, $fields);
|
||||
|
||||
$tags = array();
|
||||
influx_update($device,'agent',$tags,$fields);
|
||||
|
||||
$graphs['agent'] = true;
|
||||
|
||||
foreach (explode('<<<', $agent_raw) as $section) {
|
||||
|
||||
Reference in New Issue
Block a user