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

View File

@@ -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