mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove legacy code and fix missing device graphs (#11950)
* removing $graphs global * remove unused things * fix some additional graphs * Fix graphs persisting too soon * correct name for poller module performance graph * only one type of graph is used here
This commit is contained in:
@@ -34,6 +34,4 @@ $os = OS::make($device);
|
||||
|
||||
echo "OS: " . Config::getOsSetting($device['os'], 'text') . " ({$device['os']})\n\n";
|
||||
|
||||
register_mibs($device, Config::getOsSetting($device['os'], 'register_mibs', []), 'includes/discovery/os/' . $device['os'] . '.inc.php');
|
||||
|
||||
unset($snmpdata, $attribute, $value, $deviceModel);
|
||||
|
Reference in New Issue
Block a user