mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Configuration.md
This commit is contained in:
@@ -385,7 +385,7 @@ $config['location_map']['Under the Sink'] = "Under The Sink, The Office, London,
|
||||
```
|
||||
Regex Matching:
|
||||
```php
|
||||
$config['location_map']['/Sink/'] = "Under The Sink, The Office, London, UK";
|
||||
$config['location_map_regex']['/Sink/'] = "Under The Sink, The Office, London, UK";
|
||||
```
|
||||
The above are examples, these will rewrite device snmp locations so you don't need to configure full location within snmp.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user