mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Scrut fix
This commit is contained in:
		| @@ -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)) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user