librenms/app/Http/Controllers/Select
Tony Murray d5a52ca4eb
Fix various issues with loading os definitions (#11640)
* Ping only device doesn't display
if os was set to something, ping os wasn't loaded and we try to get overview graphs from it.

* Fix snmp_disable device page load error
When other os is set.

* Revamp os setting loading
the only safe way to access is Config::getOsSetting()

* Remove getOsSetting fallback behavior
Most instances don't use it and it can have unexpected results Config::getOsSetting('blah', 'group') == 'librenms'

* refactor and remove unneeded load_os/loadOs calls now since getOsSetting automatically loads it.

* restore unix overview graphs, they are different
small cleanups

* fix
2020-05-19 14:35:32 -05:00
..
ApplicationController.php Dashboard widget update (#9515) 2018-12-16 21:18:17 +00:00
BillController.php Dashboard widget update (#9515) 2018-12-16 21:18:17 +00:00
DashboardController.php Consolidate configuration settings and implement dynamic webui settings (#9809) 2019-10-16 21:22:05 +00:00
DeviceController.php New User Management (#9348) 2019-04-22 19:01:39 -05:00
DeviceFieldController.php Fix various issues with loading os definitions (#11640) 2020-05-19 14:35:32 -05:00
DeviceGroupController.php Dashboard widget update (#9515) 2018-12-16 21:18:17 +00:00
EventlogController.php Dashboard widget update (#9515) 2018-12-16 21:18:17 +00:00
GraphAggregateController.php Remove Laravel helpers (#11428) 2020-04-18 00:37:56 +02:00
GraphController.php Remove Laravel helpers (#11428) 2020-04-18 00:37:56 +02:00
GraylogStreamsController.php Remove Laravel helpers (#11428) 2020-04-18 00:37:56 +02:00
LocationController.php Rewrite devices page backend (and a little frontend) (#9726) 2019-01-25 15:31:33 -06:00
MuninPluginController.php fix call to shortDisplayName on null in MuninPluginController (#10126) 2019-04-19 08:12:33 -05:00
PortController.php Even more widget fixes/improvements (#9561) 2018-12-18 08:02:18 +00:00
PortFieldController.php Dashboard widget update (#9515) 2018-12-16 21:18:17 +00:00
SelectController.php Dashboard widget update (#9515) 2018-12-16 21:18:17 +00:00
ServiceController.php Better services graphing support (#10185) 2019-05-12 23:40:27 -05:00
SyslogController.php Dashboard widget update (#9515) 2018-12-16 21:18:17 +00:00