mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Fix can't set poller group on ping only device (#10260)
This commit is contained in:
		@@ -57,6 +57,7 @@ if ($_POST['editing']) {
 | 
			
		||||
            $update['version']      = null;
 | 
			
		||||
            $update['icon']         = null;
 | 
			
		||||
            $update['sysName']      = $_POST['sysName'] ? clean($_POST['sysName']) : null;
 | 
			
		||||
            $update['poller_group'] = $poller_group;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        $device_tmp = deviceArray($device['hostname'], $community, $snmpver, $port, $transport, $v3, $port_assoc_mode);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user