mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
docs: Updated Oxidized.md (#5224)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user