mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* fixes #4946 first try, should be checked first only discovery first * add OS modules status indication * add debug output add os poller module support * fix some whitespaces * fix missing semicolon * fix some whitespaces * Modify the modules page It now shows unset for unset device settings. Also, `$os_module_status = $config['os'][$device['os']]['poller_modules'][$module];` doesn't work like you would expect. Fix that behavior. * Fix mangled tabs * optimize debug output add docs * text highlighting * Streamline docs #1 * Update docs * Spell out Global, OS, Device.