docs: Updated Oxidized.md (#5224)

This commit is contained in:
sorano
2016-12-22 22:24:29 +01:00
committed by Neil Lathwood
parent 0cfff9b122
commit bcb4d36643

View File

@@ -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