Archived community.zenoss.org | full text search
Skip navigation
1 2 Previous Next 6681 Views 25 Replies Latest reply: Oct 18, 2011 9:17 PM by Shane Scott RSS
sPOiDar Rank: White Belt 19 posts since
Jan 5, 2009
Currently Being Moderated

Aug 31, 2011 4:15 AM

zendisc runs forever, never attempts to contact remote host

I'm trying to discover a device, but when running zendisc, I get the following output:

 

2011-08-31 18:09:26,375 DEBUG zen.ZenDisc: Run in foreground, starting immediately.

2011-08-31 18:09:29,226 DEBUG zen.ZenDisc: Run in foreground, starting immediately.

2011-08-31 18:09:29,238 DEBUG zen.pysamba: client ntlmv2 auth is now no

2011-08-31 18:09:29,238 DEBUG zen.ZenDisc: Starting PBDaemon initialization

2011-08-31 18:09:29,239 INFO zen.ZenDisc: Connecting to localhost:8789

2011-08-31 18:09:29,241 DEBUG zen.ZenDisc: Logging in as admin

2011-08-31 18:09:29,249 INFO zen.ZenDisc: Connected to ZenHub

2011-08-31 18:09:29,249 DEBUG zen.ZenDisc: Setting up initial services: EventService, DiscoverService

2011-08-31 18:09:29,250 DEBUG zen.ZenDisc: Chaining getInitialServices with d2

2011-08-31 18:09:29,252 DEBUG zen.ZenDisc: Loaded service EventService from zenhub

2011-08-31 18:09:29,252 DEBUG zen.ZenDisc: Loaded service DiscoverService from zenhub

2011-08-31 18:09:29,252 DEBUG zen.ZenDisc: Queueing event {'severity': 0, 'component': 'zendisc', 'agent': 'zendisc', 'summary': 'started', 'manager': 'host.domain.tld', 'device': 'localhost', 'eventClass': '/App/Start', 'monitor': 'localhost'}

2011-08-31 18:09:29,253 DEBUG zen.ZenDisc: Total of 1 queued events

2011-08-31 18:09:29,254 DEBUG zen.ZenDisc: Calling connected.

2011-08-31 18:09:29,254 DEBUG zen.ZenDisc: fetching monitor properties

2011-08-31 18:09:29,267 DEBUG zen.ZenDisc: Getting threshold classes...

2011-08-31 18:09:29,268 DEBUG zen.ZenDisc: Loading classes ['Products.ZenModel.MinMaxThreshold']

2011-08-31 18:09:29,269 DEBUG zen.ZenDisc: Fetching default RRDCreateCommand...

2011-08-31 18:09:29,270 DEBUG zen.ZenDisc: Getting collector thresholds...

2011-08-31 18:09:29,279 DEBUG zen.thresholds: Updating threshold ('high event queue', ('localhost', ''))

2011-08-31 18:09:29,279 DEBUG zen.thresholds: Updating threshold ('zenmodeler cycle time', ('localhost', ''))

2011-08-31 18:09:29,279 DEBUG zen.thresholds: Updating threshold ('zenperfsnmp cycle time', ('localhost', ''))

2011-08-31 18:09:29,279 DEBUG zen.thresholds: Updating threshold ('zenping cycle time', ('localhost', ''))

2011-08-31 18:09:29,279 DEBUG zen.thresholds: Updating threshold ('zenprocess cycle time', ('localhost', ''))

2011-08-31 18:09:29,280 DEBUG zen.ZenDisc: Getting collector plugins for each DeviceClass

2011-08-31 18:09:29,325 INFO zen.ZenDisc: Looking for nnn.nnn.nnn.nnn

2011-08-31 18:09:29,326 DEBUG zen.ZenDisc: Found IP nnn.nnn.nnn.nnn for device host.domain.tld

2011-08-31 18:09:29,328 DEBUG zen.ZenDisc: Scanning device with address nnn.nnn.nnn.nnn

2011-08-31 18:09:29,328 DEBUG zen.ZenDisc: Doing SNMP lookup on device nnn.nnn.nnn.nnn

2011-08-31 18:09:34,288 DEBUG zen.Ping: unexpected pkt xxx.xxx.xxx.xxx <ICMP packet 0 0>

2011-08-31 18:09:35,301 DEBUG zen.Ping: unexpected pkt yyy.yyy.yyy.yyy <ICMP packet 0 0>

2011-08-31 18:09:36,301 DEBUG zen.Ping: unexpected pkt xxx.xxx.xxx.xxx <ICMP packet 0 0>

.....

 

And that's it - the zen.Ping messages keep rolling in as pings come back from those hosts, but nothing more happens on this thread, and dumping traffic from the monitoring host to the remote host shows that absolutely no attempt to contact the remote side is made.  I'm really stumped and would appreciate any suggestions - the Python code is a little beyond my familiarity at that point.

1 2 Previous Next

More Like This

  • Retrieving data ...

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points