mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update documentation to reflect matching behaviour (#9955)
* Update documentation to reflect matching behaviour Added a note to help users with matching patterns for Oxidized OS matching patterns. * Update Oxidized.md
This commit is contained in:
@ -108,6 +108,8 @@ To match on a device os of edgeos then please use the following:
|
||||
$config['oxidized']['maps']['group']['os'][] = array('match' => 'edgeos', 'group' => 'wireless');
|
||||
```
|
||||
|
||||
Matching on OS requires system name of the OS. For example, 'match' => 'RouterOS' will not work, while 'match' => 'routeros' will.
|
||||
|
||||
To override the IP Oxidized uses to poll the device, you can add the following within config.php:
|
||||
|
||||
```php
|
||||
|
Reference in New Issue
Block a user