*able checks within jobs should not be necessary with skiplist
This commit is contained in:
@@ -29,6 +29,7 @@ sub nbtstat {
|
||||
or job_error("nbtstat failed: unable to interpret device parameter");
|
||||
my $host = $device->ip;
|
||||
|
||||
# failsafe, should not be needed with skip checks
|
||||
unless (is_macsuckable($device->ip)) {
|
||||
return job_defer("nbtstat deferred: $host is not macsuckable");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user