Scrut fix

This commit is contained in:
laf
2015-10-17 21:00:53 +00:00
parent 94c5afb2db
commit ff1fc6f143

View File

@@ -146,6 +146,7 @@ function poll_device($device, $options) {
unset($poll_update_query); unset($poll_update_query);
unset($poll_separator); unset($poll_separator);
$poll_update_array = array(); $poll_update_array = array();
$update_array = array();
$host_rrd = $config['rrd_dir'].'/'.$device['hostname']; $host_rrd = $config['rrd_dir'].'/'.$device['hostname'];
if (!is_dir($host_rrd)) { if (!is_dir($host_rrd)) {