diff --git a/doc/Extensions/Oxidized.md b/doc/Extensions/Oxidized.md index cba3b94be5..2ef7b49ebf 100644 --- a/doc/Extensions/Oxidized.md +++ b/doc/Extensions/Oxidized.md @@ -43,8 +43,6 @@ You will need to configure default credentials for your devices in the Oxidized debug: false http: url: https://librenms/api/v0/oxidized - scheme: https - delimiter: !ruby/regexp /:/ map: name: hostname model: os @@ -77,6 +75,12 @@ To match on a device os of edgeos then please use the following: $config['oxidized']['group']['os'][] = array('match' => 'edgeos', 'group' => 'wireless'); ``` +Verify the return of groups by querying the API: + +``` +curl -H 'X-Auth-Token: YOURAPITOKENHERE' https://librenms.org/api/v0/oxidized +``` + If you need to, you can specify credentials for groups by using the following in your Oxidized config: ```bash