Fix can't set poller group on ping only device (#10260)

This commit is contained in:
Tony Murray
2019-05-24 07:35:33 -05:00
committed by GitHub
parent ecc05b07fb
commit 119c52fcb2

View File

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