mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Oxidized update and Device remove (#13730)
* Oxidized + Device remove Was just working on oxidized, but then to properly update nodes after delete, updated delete_device() * revert dumb style changes * baseline update and no DI there... * Fix OS first load and device deletion missing tables
This commit is contained in:
@@ -125,7 +125,9 @@ class Core implements Module
|
||||
];
|
||||
|
||||
// check yaml files
|
||||
\LibreNMS\Util\OS::loadAllDefinitions();
|
||||
$os_defs = Config::get('os');
|
||||
|
||||
foreach ($os_defs as $os => $def) {
|
||||
if (isset($def['discovery']) && ! in_array($os, $generic_os)) {
|
||||
if (self::discoveryIsSlow($def)) {
|
||||
|
Reference in New Issue
Block a user