mtw wrote:
> Greetings,
> 
> It can't get zendisc to work:
> 
> zendisc run -v 10 --net=10.20.6.0
> DEBUG:zen.ZenDisc:Run in foreground, starting immediately.
> DEBUG:zen.ZenDisc:in debug mode starting apply in main thread.
> ERROR:zen.ZenDisc:Error performing net discovery on network 10.20.6.0
> not found in dmd
> Traceback (most recent call last):
> File "/opt/zenoss/Products/DataCollector/zendisc.py", line 201, in run
> raise SystemExit("network %s not found in dmd" % net)
> SystemExit: network 10.20.6.0 not found in dmd


Made the following edit to zendisc.py:


Code:

                   netobj = self.dmd.Networks._getNet(net)
                    #netobj = self.dmd.Networks.getSubNetwork(net)




uncommented _getNet command and commented out getSubNetwork

------------------------
 Matthew White




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=10063#10063

-------------------- m2f --------------------



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

Reply via email to