mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
lnms dev:simulate Snmpsim debug output on failure (#12880)
This commit is contained in:
@@ -68,6 +68,10 @@ class DevSimulate extends LnmsCommand
|
||||
}
|
||||
});
|
||||
|
||||
if (! $snmpsim->isSuccessful()) {
|
||||
$this->line($snmpsim->getErrorOutput());
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user