Discovery: mark snmp disabled devices as skipped (#13202)

This commit is contained in:
Tony Murray
2021-09-08 11:15:08 -05:00
committed by GitHub
parent 05ce3d1858
commit d496c228d4
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ function load_discovery(&$device)
function discover_device(&$device, $force_module = false)
{
if ($device['snmp_disable'] == '1') {
return false;
return true;
}
global $valid;