More updates for influx

This commit is contained in:
laf
2015-08-19 20:58:02 +00:00
parent d2676213a4
commit 433562d351
66 changed files with 355 additions and 1 deletions
+4
View File
@@ -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) {