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:
@@ -36,6 +36,9 @@ $fields = array(
|
||||
|
||||
rrdtool_update($nginx_rrd, $fields);
|
||||
|
||||
$tags = array('name' => 'nginx', 'app_id' => $app['app_id']);
|
||||
influx_update($device,'app',$tags,$fields);
|
||||
|
||||
// Unset the variables we set here
|
||||
unset($nginx);
|
||||
unset($nginx_rrd);
|
||||
|
Reference in New Issue
Block a user