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:
kiwibrew
2019-03-19 11:25:13 +08:00
committed by Tony Murray
parent 0e63e92edb
commit db9c3c9456

View File

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