mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Improve Snmpsim usage to ease testing (#15471)
* Snmpsim use python venv Patch to enable listening while minimizing output Update lnms dev:simulate, tests, and ./scripts/save-test-data.php removed old option to start snmpsim from older scripts, use lnms dev:simulate * Apply fixes from StyleCI * various fixes * Remove patch official package is updated --------- Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
@@ -63,6 +63,7 @@ return [
|
||||
'exit' => 'Ctrl-C to stop',
|
||||
'removed' => 'Device :id removed',
|
||||
'updated' => 'Device :hostname (:id) updated',
|
||||
'setup' => 'Setting up snmpsim venv in :dir',
|
||||
],
|
||||
'device:add' => [
|
||||
'description' => 'Add a new device',
|
||||
|
Reference in New Issue
Block a user