mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add Universal Input Output support for APC (#14766)
This commit is contained in:
@@ -130,6 +130,10 @@ if (! $snmpsim->isRunning()) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
echo "Pausing 10 seconds to allow snmpsim to initialize...\n";
|
||||
sleep(10);
|
||||
echo "\n";
|
||||
|
||||
try {
|
||||
$no_save = isset($options['n']) || isset($options['no-save']);
|
||||
foreach ($os_list as $full_os_name => $parts) {
|
||||
|
Reference in New Issue
Block a user