I have worked on this a bit more and coaxed an error out of Zenoss by following
these instructions:
[url]
http://www.zenoss.com/community/docs/zenoss-guide/2.2.4/ch24s07.html
[/url]
And got this at startup:
Code:
WARNING:zen.ZenSyslog:Reconnected to ZenHub
Unhandled error in Deferred:
Traceback (most recent call last):
File "/opt/zenoss/lib/python/twisted/internet/defer.py", line 317, in
_runCallbacks
self.result = callback(self.result, *args, **kw)
File "/opt/zenoss/lib/python/twisted/internet/defer.py", line 507, in
_cbDeferred
self.callback(self.resultList)
File "/opt/zenoss/lib/python/twisted/internet/defer.py", line 239, in callback
self._startRunCallbacks(result)
File "/opt/zenoss/lib/python/twisted/internet/defer.py", line 304, in
_startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/opt/zenoss/lib/python/twisted/internet/defer.py", line 317, in
_runCallbacks
self.result = callback(self.result, *args, **kw)
File "/opt/zenoss/lib/python/twisted/internet/defer.py", line 239, in callback
self._startRunCallbacks(result)
File "/opt/zenoss/lib/python/twisted/internet/defer.py", line 290, in
_startRunCallbacks
raise AlreadyCalledError
twisted.internet.defer.AlreadyCalledError:
However the '/zport/About/zenossInfo' still shows the zensyslog service as DOWN
with no log (.../log/zensyslog.log); yet something is now running on UDP 514:
Code:
[EMAIL PROTECTED] zenoss]# netstat -an | grep :514
udp 0 0 0.0.0.0:514 0.0.0.0:*
[EMAIL PROTECTED] zenoss]#
From:http://www.troubleshootingwiki.org/Troubleshooting_Zenoss
Is this what I need to improving logging?
Code:
zenstatus run -v10
-------------------- m2f --------------------
Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=27135#27135
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users