Hi Ivars,

This is pretty simple to do programmatically.
The following loads all the addresses in the network '192.168.1.0'.

   $ zendmd
   >>> for ip in dmd.Networks._getOb('192.168.1.0').ipaddresses():
   ....      dmd.DeviceLoader.loadDevice(ip.id, discoverProto=None)

-Eric


Ivars Busevics wrote:
is it possible for me to modify the source code that all discovered IPs are placed in "Devices"
ok - i know it is possible - but how hard?? :)



Eric Newton wrote:
Hi Ivars,

You can track the status of this bug here:

   http://dev.zenoss.org/trac/ticket/665

This will not add the responding IP addresses as Devices, however. This feature basically lets you know what IPs are "used" on the network.

-Eric

Ivars Busevics wrote:
i woud like to do autodiscover on my network
event on devices that do not have snmp - i would like to simpy "ping" them

but
zendisc  run --add-inactive
it seems that "--add-inactive" does not work at all"



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users





_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to