*able checks within jobs should not be necessary with skiplist
This commit is contained in:
@@ -54,6 +54,7 @@ sub discover {
|
||||
return job_done("discover skipped: $host is pseudo-device");
|
||||
}
|
||||
|
||||
# failsafe, should not be needed with skip checks
|
||||
unless (is_discoverable_now($device->ip)) {
|
||||
return job_defer("discover deferred: $host is not discoverable");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user