Changes between Version 7 and Version 8 of netmon2017librenms
- Timestamp:
- Nov 22, 2017, 10:47:54 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
netmon2017librenms
v7 v8 251 251 === Discovery Method === 252 252 253 By default system don't add devices by IP address, we look for a reverse dns name to be found and add with that. If this fails and you would like to still add devices automatically then you will need to set following. 254 {{{ 255 $config['discovery_by_ip'] = true; 256 }}} 257 253 258 Finaly we have to define the discovery method. Here we will use ARP to discover devices. to do that add the following line 254 259 {{{