diff --git a/doc/Extensions/Oxidized.md b/doc/Extensions/Oxidized.md index dddf069729..7578bf8019 100644 --- a/doc/Extensions/Oxidized.md +++ b/doc/Extensions/Oxidized.md @@ -118,8 +118,8 @@ If you have devices which you do not wish to appear in Oxidized then you can edi It's also possible to exclude certain device types and OS' from being output via the API. This is currently only possible via config.php: ```php -$config['oxidized']['ignore_types'] = array('server'); -$config['oxidized']['ignore_os'] = array('linux'); +$config['oxidized']['ignore_types'] = array('server','power'); +$config['oxidized']['ignore_os'] = array('linux','windows'); ``` ### Trigger configuration backups @@ -135,4 +135,4 @@ next_adds_job: true You can perform basic validation of the Oxidized configuration by going to the Overview -> Tools -> Oxidized link and in the Oxidized config validation page, paste your yaml file into the input box and click 'Validate YAML'. -We check for yaml syntax errors and also actual config values to ensure they are used in the correct location. \ No newline at end of file +We check for yaml syntax errors and also actual config values to ensure they are used in the correct location.