![](https://secure.gravatar.com/avatar/21caf0a08d095be7196a1648d20942be.jpg?s=120&d=mm&r=g)
13 Sep
2013
13 Sep
'13
4:07 a.m.
On 09/13/2013 10:53 AM, Zalewski, Dominik wrote:
Hi,
I've added below line to config.php but when I run "discovery.php -h all" it doesn't try to use snmp to find hosts on 10.0.0.0/24
$config['autodiscovery']['ip_nets'] = array("127.0.0.0/8", "10.0.0.0/24"); // Networks to permit autodiscovery
What I'm doing wrong ?
2 things:
- Expecting discovery.php to do discovery like that - it's not what it's for; discovery finds things on devices already added to Observium (*). - Expecting Observium to snmp-scan a subnet, which is functionality that isn't there.
:-)
Tom (*) It also detects new devices, via different mechanisms, but snmp scan isn't one of them - currently.