Docs + some variable changes

This commit is contained in:
laf
2015-07-18 16:15:57 +01:00
parent 87321516be
commit 31f174c7b1
3 changed files with 22 additions and 5 deletions
+17
View File
@@ -0,0 +1,17 @@
# Network Map
## LibreNMS has the ability to show you a network mab based on:
- xDP Discovery
- MAC addresses
By default, both are are included but you can enable / disable either one using the following config option:
```php
$config['network_map_items'] = array('mac','xdp');
```
Either remove mac or xdp depending on which you want.
A global map will be drawn from the information in the database, it is worth noting that this could lead to a large network map.
Network maps for individual devices are available showing the relationship with other devices.