Changes between Version 7 and Version 8 of netmon2017librenms


Ignore:
Timestamp:
Nov 22, 2017, 10:47:54 AM (6 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • netmon2017librenms

    v7 v8  
    251251=== Discovery Method ===
    252252
     253By 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
    253258Finaly we have to define the discovery method. Here we will use ARP to discover devices. to do that add the following line
    254259{{{