On 3/20/07, rgrijalvo <[EMAIL PROTECTED]> wrote:
Hi All,

I'm trying to find the root cause of the following Traceback message in 
zenactions.log.  It seems to occur every minute.  There are no visible issues 
with the application.  I am receiving traps and collecting performance data for 
my network devices.

2007-03-20 00:01:22 ERROR zen.ZenActions: unexpected exception
Traceback (most recent call last):
  File "/opt/zenoss/Products/ZenEvents/zenactions.py", line 365, in runCycle
    self.mainbody()
  File "/opt/zenoss/Products/ZenEvents/zenactions.py", line 355, in mainbody
    self.checkVersion(self.dmd, zem)
  File "/opt/zenoss/Products/ZenEvents/zenactions.py", line 208, in checkVersion
    self.updateCheck.check(db, zem)
  File "/opt/zenoss/Products/ZenEvents/UpdateCheck.py", line 91, in check
    available = self.getUpdate(dmd, manual)
  File "/opt/zenoss/Products/ZenEvents/UpdateCheck.py", line 71, in getUpdate
    for line in urllib.urlopen(URL + '?' + query):
  File "/usr/lib/python2.4/urllib.py", line 82, in urlopen
    return opener.open(url)
  File "/usr/lib/python2.4/urllib.py", line 190, in open
    return getattr(self, name)(url)
  File "/usr/lib/python2.4/urllib.py", line 313, in open_http
    h.endheaders()
  File "/usr/lib/python2.4/httplib.py", line 798, in endheaders
    self._send_output()
  File "/usr/lib/python2.4/httplib.py", line 679, in _send_output
    self.send(msg)
  File "/usr/lib/python2.4/httplib.py", line 646, in send
    self.connect()
  File "/usr/lib/python2.4/httplib.py", line 614, in connect
    socket.SOCK_STREAM):
IOError: [Errno socket error] (-2, 'Name or service not known')

Rob,

This is Zenoss checking for new versions. You can disable this
functionality by going to the Versions tab of the About section.

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

Reply via email to