I noticed I'm getting some trcaebacks when I start zenhub in debug mode as per
the previous post below are the two console outputs.
>
> [EMAIL PROTECTED] ~]$ zenoss stop
> Daemon: zeneventlog stopping...
> Daemon: zenwin stopping...
> Daemon: zenprocess stopping...
> Daemon: zencommand stopping...
> Daemon: zenperfsnmp stopping...
> Daemon: zenmodeler stopping...
> Daemon: zentrap stopping...
> Daemon: zenactions stopping...
> Daemon: zenstatus stopping...
> Daemon: zensyslog stopping...
> Daemon: zenping stopping...
> Daemon: zenhub stopping...
> Daemon: zopectl daemon process stopped
> Daemon: zeoctl daemon process stopped
> [EMAIL PROTECTED] ~]$ zeoctl start
> . daemon process started, pid=24397
> [EMAIL PROTECTED] ~]$ zenhub run -v10
> DEBUG:zen.Events:Found device=zenoss01.mydomain.com
> DEBUG:zen.Events:EventClassInst=Start
> DEBUG:zen.DbConnectionPool:Creating a new connection; Pool size: 0
> DEBUG:zen.Events:update status set clearid = '0a101113373c1516dfffff4e' where
> device='zenoss01.mydomain.com' and component='zenhub' and eventKey='' and
> (eventClass='/App/Stop' or eventClass='/App/Start'): --> 0
> DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
> DEBUG:zen.thresholds:Updating threshold ('zeneventlog cycle time',
> ('localhost', ''))
> DEBUG:zen.thresholds:Updating threshold ('zenmodeler cycle time',
> ('localhost', ''))
> DEBUG:zen.thresholds:Updating threshold ('zenperfsnmp cycle time',
> ('localhost', ''))
> DEBUG:zen.thresholds:Updating threshold ('zenping cycle time', ('localhost',
> ''))
> DEBUG:zen.thresholds:Updating threshold ('zenprocess cycle time',
> ('localhost', ''))
> DEBUG:zen.thresholds:Updating threshold ('zenwin cycle time', ('localhost',
> ''))
> DEBUG:zen.Events:Found device=zenoss01.mydomain.com
> DEBUG:zen.Events:EventClassInst=Start
> DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
> DEBUG:zen.Events:update status set clearid = '0a101113373d4fffef4e' where
> device='zenoss01.mydomain.com' and component='zenperfsnmp' and eventKey=''
> and (eventClass='/App/Stop' or eventClass='/App/Start'): --> 0
> DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
> DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
> DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
> Peer will receive following PB traceback:
> Traceback (most recent call last):
> File "/opt/zenoss/lib/python/twisted/spread/banana.py", line 148, in gotItem
> self.callExpressionReceived(item)
> File "/opt/zenoss/lib/python/twisted/spread/banana.py", line 113, in
> callExpressionReceived
> self.expressionReceived(obj)
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 522, in
> expressionReceived
> method(*sexp[1:])
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 833, in
> proto_message
> self._recvMessage(self.localObjectForID, requestID, objectID, message,
> answerRequired, netArgs, netKw)
> --- <exception caught here> ---
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 847, in
> _recvMessage
> netResult = object.remoteMessageReceived(self, message, netArgs, netKw)
> File "/opt/zenoss/lib/python/twisted/spread/flavors.py", line 119, in
> remoteMessageReceived
> state = method(*args, **kw)
> File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 51, in inner
> traceback.format_exc())
> Products.ZenHub.PBDaemon.RemoteException: Remote exception:
> exceptions.KeyError: 'Server'Traceback (most recent call last):
> File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 47, in inner
> return callable(*args, **kw)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 95, in
> remote_getDeviceConfigs
> config = self.getDeviceConfig(device)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 85, in
> getDeviceConfig
> return getDeviceConfig(device)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 49, in
> getDeviceConfig
> for comp in dev.os.getMonitoredComponents(collector="zenperfsnmp"):
> File "/opt/zenoss/Products/ZenModel/Device.py", line 519, in
> getMonitoredComponents
> collector=collector, type=type)
> File "/opt/zenoss/Products/ZenModel/Device.py", line 549, in
> getDeviceComponents
> return [c.getObject() for c in brains]
> File "/opt/zenoss/lib/python/Products/ZCatalog/CatalogBrains.py", line 77,
> in getObject
> parent = parent.unrestrictedTraverse(path[:-1])
> File "/opt/zenoss/lib/python/OFS/Traversable.py", line 221, in
> unrestrictedTraverse
> next=obj[name]
> File "/opt/zenoss/lib/python/OFS/ObjectManager.py", line 713, in __getitem__
> raise KeyError, key
> KeyError: 'Server'
>
> DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
> DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
> Peer will receive following PB traceback:
> Traceback (most recent call last):
> File "/opt/zenoss/lib/python/twisted/spread/banana.py", line 148, in gotItem
> self.callExpressionReceived(item)
> File "/opt/zenoss/lib/python/twisted/spread/banana.py", line 113, in
> callExpressionReceived
> self.expressionReceived(obj)
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 522, in
> expressionReceived
> method(*sexp[1:])
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 833, in
> proto_message
> self._recvMessage(self.localObjectForID, requestID, objectID, message,
> answerRequired, netArgs, netKw)
> --- <exception caught here> ---
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 847, in
> _recvMessage
> netResult = object.remoteMessageReceived(self, message, netArgs, netKw)
> File "/opt/zenoss/lib/python/twisted/spread/flavors.py", line 119, in
> remoteMessageReceived
> state = method(*args, **kw)
> File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 51, in inner
> traceback.format_exc())
> Products.ZenHub.PBDaemon.RemoteException: Remote exception:
> exceptions.KeyError: 'Infrastructure'Traceback (most recent call last):
> File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 47, in inner
> return callable(*args, **kw)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 95, in
> remote_getDeviceConfigs
> config = self.getDeviceConfig(device)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 85, in
> getDeviceConfig
> return getDeviceConfig(device)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 49, in
> getDeviceConfig
> for comp in dev.os.getMonitoredComponents(collector="zenperfsnmp"):
> File "/opt/zenoss/Products/ZenModel/Device.py", line 519, in
> getMonitoredComponents
> collector=collector, type=type)
> File "/opt/zenoss/Products/ZenModel/Device.py", line 549, in
> getDeviceComponents
> return [c.getObject() for c in brains]
> File "/opt/zenoss/lib/python/Products/ZCatalog/CatalogBrains.py", line 77,
> in getObject
> parent = parent.unrestrictedTraverse(path[:-1])
> File "/opt/zenoss/lib/python/OFS/Traversable.py", line 221, in
> unrestrictedTraverse
> next=obj[name]
> File "/opt/zenoss/lib/python/OFS/ObjectManager.py", line 713, in __getitem__
> raise KeyError, key
> KeyError: 'Infrastructure'
>
> Peer will receive following PB traceback:
> Traceback (most recent call last):
> File "/opt/zenoss/lib/python/twisted/spread/banana.py", line 148, in gotItem
> self.callExpressionReceived(item)
> File "/opt/zenoss/lib/python/twisted/spread/banana.py", line 113, in
> callExpressionReceived
> self.expressionReceived(obj)
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 522, in
> expressionReceived
> method(*sexp[1:])
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 833, in
> proto_message
> self._recvMessage(self.localObjectForID, requestID, objectID, message,
> answerRequired, netArgs, netKw)
> --- <exception caught here> ---
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 847, in
> _recvMessage
> netResult = object.remoteMessageReceived(self, message, netArgs, netKw)
> File "/opt/zenoss/lib/python/twisted/spread/flavors.py", line 119, in
> remoteMessageReceived
> state = method(*args, **kw)
> File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 51, in inner
> traceback.format_exc())
> Products.ZenHub.PBDaemon.RemoteException: Remote exception:
> exceptions.KeyError: 'Server'Traceback (most recent call last):
> File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 47, in inner
> return callable(*args, **kw)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 95, in
> remote_getDeviceConfigs
> config = self.getDeviceConfig(device)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 85, in
> getDeviceConfig
> return getDeviceConfig(device)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 49, in
> getDeviceConfig
> for comp in dev.os.getMonitoredComponents(collector="zenperfsnmp"):
> File "/opt/zenoss/Products/ZenModel/Device.py", line 519, in
> getMonitoredComponents
> collector=collector, type=type)
> File "/opt/zenoss/Products/ZenModel/Device.py", line 549, in
> getDeviceComponents
> return [c.getObject() for c in brains]
> File "/opt/zenoss/lib/python/Products/ZCatalog/CatalogBrains.py", line 77,
> in getObject
> parent = parent.unrestrictedTraverse(path[:-1])
> File "/opt/zenoss/lib/python/OFS/Traversable.py", line 221, in
> unrestrictedTraverse
> next=obj[name]
> File "/opt/zenoss/lib/python/OFS/ObjectManager.py", line 713, in __getitem__
> raise KeyError, key
> KeyError: 'Server'
>
> Peer will receive following PB traceback:
> Traceback (most recent call last):
> File "/opt/zenoss/lib/python/twisted/spread/banana.py", line 148, in gotItem
> self.callExpressionReceived(item)
> File "/opt/zenoss/lib/python/twisted/spread/banana.py", line 113, in
> callExpressionReceived
> self.expressionReceived(obj)
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 522, in
> expressionReceived
> method(*sexp[1:])
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 833, in
> proto_message
> self._recvMessage(self.localObjectForID, requestID, objectID, message,
> answerRequired, netArgs, netKw)
> --- <exception caught here> ---
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 847, in
> _recvMessage
> netResult = object.remoteMessageReceived(self, message, netArgs, netKw)
> File "/opt/zenoss/lib/python/twisted/spread/flavors.py", line 119, in
> remoteMessageReceived
> state = method(*args, **kw)
> File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 51, in inner
> traceback.format_exc())
> Products.ZenHub.PBDaemon.RemoteException: Remote exception:
> exceptions.KeyError: 'Server'Traceback (most recent call last):
> File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 47, in inner
> return callable(*args, **kw)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 95, in
> remote_getDeviceConfigs
> config = self.getDeviceConfig(device)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 85, in
> getDeviceConfig
> return getDeviceConfig(device)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 49, in
> getDeviceConfig
> for comp in dev.os.getMonitoredComponents(collector="zenperfsnmp"):
> File "/opt/zenoss/Products/ZenModel/Device.py", line 519, in
> getMonitoredComponents
> collector=collector, type=type)
> File "/opt/zenoss/Products/ZenModel/Device.py", line 549, in
> getDeviceComponents
> return [c.getObject() for c in brains]
> File "/opt/zenoss/lib/python/Products/ZCatalog/CatalogBrains.py", line 77,
> in getObject
> parent = parent.unrestrictedTraverse(path[:-1])
> File "/opt/zenoss/lib/python/OFS/Traversable.py", line 221, in
> unrestrictedTraverse
> next=obj[name]
> File "/opt/zenoss/lib/python/OFS/ObjectManager.py", line 713, in __getitem__
> raise KeyError, key
> KeyError: 'Server'
>
> Peer will receive following PB traceback:
> Traceback (most recent call last):
> File "/opt/zenoss/lib/python/twisted/spread/banana.py", line 148, in gotItem
> self.callExpressionReceived(item)
> File "/opt/zenoss/lib/python/twisted/spread/banana.py", line 113, in
> callExpressionReceived
> self.expressionReceived(obj)
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 522, in
> expressionReceived
> method(*sexp[1:])
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 833, in
> proto_message
> self._recvMessage(self.localObjectForID, requestID, objectID, message,
> answerRequired, netArgs, netKw)
> --- <exception caught here> ---
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 847, in
> _recvMessage
> netResult = object.remoteMessageReceived(self, message, netArgs, netKw)
> File "/opt/zenoss/lib/python/twisted/spread/flavors.py", line 119, in
> remoteMessageReceived
> state = method(*args, **kw)
> File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 51, in inner
> traceback.format_exc())
> Products.ZenHub.PBDaemon.RemoteException: Remote exception:
> exceptions.KeyError: 'Infrastructure'Traceback (most recent call last):
> File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 47, in inner
> return callable(*args, **kw)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 95, in
> remote_getDeviceConfigs
> config = self.getDeviceConfig(device)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 85, in
> getDeviceConfig
> return getDeviceConfig(device)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 49, in
> getDeviceConfig
> for comp in dev.os.getMonitoredComponents(collector="zenperfsnmp"):
> File "/opt/zenoss/Products/ZenModel/Device.py", line 519, in
> getMonitoredComponents
> collector=collector, type=type)
> File "/opt/zenoss/Products/ZenModel/Device.py", line 549, in
> getDeviceComponents
> return [c.getObject() for c in brains]
> File "/opt/zenoss/lib/python/Products/ZCatalog/CatalogBrains.py", line 77,
> in getObject
> parent = parent.unrestrictedTraverse(path[:-1])
> File "/opt/zenoss/lib/python/OFS/Traversable.py", line 221, in
> unrestrictedTraverse
> next=obj[name]
> File "/opt/zenoss/lib/python/OFS/ObjectManager.py", line 713, in __getitem__
> raise KeyError, key
> KeyError: 'Infrastructure'
>
> Peer will receive following PB traceback:
> Traceback (most recent call last):
> File "/opt/zenoss/lib/python/twisted/spread/banana.py", line 148, in gotItem
> self.callExpressionReceived(item)
> File "/opt/zenoss/lib/python/twisted/spread/banana.py", line 113, in
> callExpressionReceived
> self.expressionReceived(obj)
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 522, in
> expressionReceived
> method(*sexp[1:])
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 833, in
> proto_message
> self._recvMessage(self.localObjectForID, requestID, objectID, message,
> answerRequired, netArgs, netKw)
> --- <exception caught here> ---
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 847, in
> _recvMessage
> netResult = object.remoteMessageReceived(self, message, netArgs, netKw)
> File "/opt/zenoss/lib/python/twisted/spread/flavors.py", line 119, in
> remoteMessageReceived
> state = method(*args, **kw)
> File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 51, in inner
> traceback.format_exc())
> Products.ZenHub.PBDaemon.RemoteException: Remote exception:
> exceptions.KeyError: 'Server'Traceback (most recent call last):
> File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 47, in inner
> return callable(*args, **kw)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 95, in
> remote_getDeviceConfigs
> config = self.getDeviceConfig(device)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 85, in
> getDeviceConfig
> return getDeviceConfig(device)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 49, in
> getDeviceConfig
> for comp in dev.os.getMonitoredComponents(collector="zenperfsnmp"):
> File "/opt/zenoss/Products/ZenModel/Device.py", line 519, in
> getMonitoredComponents
> collector=collector, type=type)
> File "/opt/zenoss/Products/ZenModel/Device.py", line 549, in
> getDeviceComponents
> return [c.getObject() for c in brains]
> File "/opt/zenoss/lib/python/Products/ZCatalog/CatalogBrains.py", line 77,
> in getObject
> parent = parent.unrestrictedTraverse(path[:-1])
> File "/opt/zenoss/lib/python/OFS/Traversable.py", line 221, in
> unrestrictedTraverse
> next=obj[name]
> File "/opt/zenoss/lib/python/OFS/ObjectManager.py", line 713, in __getitem__
> raise KeyError, key
> KeyError: 'Server'
>
> Peer will receive following PB traceback:
> Traceback (most recent call last):
> File "/opt/zenoss/lib/python/twisted/spread/banana.py", line 148, in gotItem
> self.callExpressionReceived(item)
> File "/opt/zenoss/lib/python/twisted/spread/banana.py", line 113, in
> callExpressionReceived
> self.expressionReceived(obj)
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 522, in
> expressionReceived
> method(*sexp[1:])
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 833, in
> proto_message
> self._recvMessage(self.localObjectForID, requestID, objectID, message,
> answerRequired, netArgs, netKw)
> --- <exception caught here> ---
> File "/opt/zenoss/lib/python/twisted/spread/pb.py", line 847, in
> _recvMessage
> netResult = object.remoteMessageReceived(self, message, netArgs, netKw)
> File "/opt/zenoss/lib/python/twisted/spread/flavors.py", line 119, in
> remoteMessageReceived
> state = method(*args, **kw)
> File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 51, in inner
> traceback.format_exc())
> Products.ZenHub.PBDaemon.RemoteException: Remote exception:
> exceptions.KeyError: 'Infrastructure'Traceback (most recent call last):
> File "/opt/zenoss/Products/ZenHub/PBDaemon.py", line 47, in inner
> return callable(*args, **kw)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 95, in
> remote_getDeviceConfigs
> config = self.getDeviceConfig(device)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 85, in
> getDeviceConfig
> return getDeviceConfig(device)
> File "/opt/zenoss/Products/ZenHub/services/SnmpPerfConfig.py", line 49, in
> getDeviceConfig
> for comp in dev.os.getMonitoredComponents(collector="zenperfsnmp"):
> File "/opt/zenoss/Products/ZenModel/Device.py", line 519, in
> getMonitoredComponents
> collector=collector, type=type)
> File "/opt/zenoss/Products/ZenModel/Device.py", line 549, in
> getDeviceComponents
> return [c.getObject() for c in brains]
> File "/opt/zenoss/lib/python/Products/ZCatalog/CatalogBrains.py", line 77,
> in getObject
> parent = parent.unrestrictedTraverse(path[:-1])
> File "/opt/zenoss/lib/python/OFS/Traversable.py", line 221, in
> unrestrictedTraverse
> next=obj[name]
> File "/opt/zenoss/lib/python/OFS/ObjectManager.py", line 713, in __getitem__
> raise KeyError, key
> KeyError: 'Infrastructure'
>
> DEBUG:zen.Events:Found device=wsdc01.mydomain.com
> DEBUG:zen.Events:EventClassInst=Filesystem
> DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
> DEBUG:zen.Events:update status set clearid = '0a101113373d6fffdf4e' where
> device='wsdc01.mydomain.com' and component='C:\\ Label: Serial Number
> 841fa9b0' and eventKey='usedBlocks_usedBlocks|Free Space 90 Percent' and
> (eventClass='/Perf/Filesystem'): --> 0
> DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
> DEBUG:zen.Events:Found device=wsdc01.mydomain.com
> DEBUG:zen.Events:EventClassInst=CPU
> DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
> DEBUG:zen.Events:update status set clearid = '0a101113373d6fffcf4e' where
> device='wsdc01.mydomain.com' and component='' and
> eventKey='cpuPercentProcessorTime_cpuPercentProcessorTime|CPU Utilization
> over 90' and (eventClass='/Perf/CPU'): --> 0
> DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
> DEBUG:zen.Events:Found device=wsdc01.mydomain.com
> DEBUG:zen.Events:EventClassInst=Snmp
> DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
> DEBUG:zen.Events:insert into status set
> Location='',prodState=1000,firstTime=1221782406.596,severity=2,component='lDiskDiskWriteBytesPerSec',DeviceGroups='|',agent='zenperfsnmp',summary='Error
> reading value for \"lDiskDiskWriteBytesPerSec\" on wsdc01.mydomain.com (oid
> .1.3.6.1.4.1.9600.1.1.1.1.18 is
> bad)',dedupid='wsdc01.mydomain.com|lDiskDiskWriteBytesPerSec|/Perf/Snmp||2|Error
> reading value for \\\"lDiskDiskWriteBytesPerSec\\\" on wsdc01.mydomain.com
> (oid .1.3.6.1.4.1.9600.1.1.1.1.18 is
> bad)',eventKey='',manager='localhost',eventGroup='SnmpTest',Systems='|',device='wsdc01.mydomain.com',DevicePriority=3,eventClass='/Perf/Snmp',lastTime=1221782406.596,ipAddress='10.16.2.33',message='Error
> reading value for \"lDiskDiskWriteBytesPerSec\" on wsdc01.mydomain.com (oid
> .1.3.6.1.4.1.9600.1.1.1.1.18 is
> bad)',DeviceClass='/D2N/Systems/Server/Windows',evid='0a101113373d6fffbf4e'
> on duplicate key update prodState=1000,summary='Error reading value for
> \"lDiskDiskWriteBytesPerSec\" on w
sdc01.mydomain.com (oid .1.3.6.1.4.1.9600.1.1.1.1.18 is
bad)',count=count+1,lastTime=1221782406.596: --> 1
> DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
> DEBUG:zen.Events:Found device=wsdc01.mydomain.com
> DEBUG:zen.Events:EventClassInst=Snmp
> DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
> DEBUG:zen.Events:insert into status set
> Location='',prodState=1000,firstTime=1221782406.680,severity=2,component='lDiskDiskReadBytesPerSec',DeviceGroups='|',agent='zenperfsnmp',summary='Error
> reading value for \"lDiskDiskReadBytesPerSec\" on wsdc01.mydomain.com (oid
> .1.3.6.1.4.1.9600.1.1.1.1.15 is
> bad)',dedupid='wsdc01.mydomain.com|lDiskDiskReadBytesPerSec|/Perf/Snmp||2|Error
> reading value for \\\"lDiskDiskReadBytesPerSec\\\" on wsdc01.mydomain.com
> (oid .1.3.6.1.4.1.9600.1.1.1.1.15 is
> bad)',eventKey='',manager='localhost',eventGroup='SnmpTest',Systems='|',device='wsdc01.mydomain.com',DevicePriority=3,eventClass='/Perf/Snmp',lastTime=1221782406.680,ipAddress='10.16.2.33',message='Error
> reading value for \"lDiskDiskReadBytesPerSec\" on wsdc01.mydomain.com (oid
> .1.3.6.1.4.1.9600.1.1.1.1.15 is
> bad)',DeviceClass='/D2N/Systems/Server/Windows',evid='0a101113373d6fffaf4e'
> on duplicate key update prodState=1000,summary='Error reading value for
> \"lDiskDiskReadBytesPerSec\" on wsdc01.
mydomain.com (oid .1.3.6.1.4.1.9600.1.1.1.1.15 is
bad)',count=count+1,lastTime=1221782406.680: --> 1
> DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
> DEBUG:zen.Events:Found device=localhost
> DEBUG:zen.Events:EventClassInst=Snmp
> DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
> DEBUG:zen.Events:update status set clearid = '0a101113373dcfff9f4e' where
> device='localhost' and component='' and eventKey='zenperfsnmp cycle time' and
> (eventClass='/Perf/Snmp'): --> 0
> DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
> DEBUG:zen.Events:Found device=nms01.syd01.d2networks.net
> DEBUG:zen.Events:EventClassInst=Snmp
> DEBUG:zen.DbConnectionPool:Retrieved a connection; Pool size: 0
> DEBUG:zen.Events:insert into status set
> Location='/D2N/SYD01',prodState=1000,firstTime=1221782412.847,severity=4,component='snmp',DeviceGroups='|',agent='zenperfsnmp',summary='snmp
> agent down',dedupid='nms01.syd01.d2networks.net|snmp|/Status/Snmp||4|snmp
> agent
> down',eventKey='',manager='localhost',eventGroup='SnmpTest',Systems='|/NMS|/Web',device='nms01.syd01.d2networks.net',DevicePriority=3,eventClass='/Status/Snmp',lastTime=1221782412.847,ipAddress='10.16.1.17',message='snmp
> agent
> down',DeviceClass='/D2N/Systems/Server/Temp',evid='0a101113373dcfff8f4e' on
> duplicate key update prodState=1000,summary='snmp agent
> down',count=count+1,lastTime=1221782412.847: --> 2
> DEBUG:zen.Events:select evid from status where
> dedupid="nms01.syd01.d2networks.net|snmp|/Status/Snmp||4|snmp agent down":
> --> 1
> DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
> WARNING:zenhub:removing listener
> WARNING:zenhub:removing listener
>
>
> [EMAIL PROTECTED] ~]# su - zenoss
> [EMAIL PROTECTED] ~]$ zenperfsnmp run -v10
> DEBUG:zen.zenperfsnmp:received config for wsdc01.mydomain.com
> DEBUG:zen.thresholds:Updating threshold ('CPU Utilization over 90',
> ('wsdc01.mydomain.com', ''))
> DEBUG:zen.thresholds:Updating threshold ('Utilization 75 perc',
> ('wsdc01.mydomain.com', 'VMware Accelerated AMD PCNet Adapter'))
> DEBUG:zen.thresholds:Updating threshold ('Utilization 75 perc',
> ('wsdc01.mydomain.com', 'MS TCP Loopback interface'))
> DEBUG:zen.thresholds:Updating threshold ('Free Space 90 Percent',
> ('wsdc01.mydomain.com', 'C:\\ Label: Serial Number 841fa9b0'))
> DEBUG:zen.zenperfsnmp:received config for nms01.syd01.d2networks.net
> DEBUG:zen.thresholds:Updating threshold ('CPU Utilization over 90',
> ('nms01.syd01.d2networks.net', ''))
> DEBUG:zen.zenperfsnmp:run
> DEBUG:zen.zenperfsnmp:Connecting to localhost
> DEBUG:zen.zenperfsnmp:Logging in as admin
> WARNING:zen.zenperfsnmp:Reconnected to ZenHub
> DEBUG:zen.zenperfsnmp:setting up services EventService, SnmpPerfConfig
> DEBUG:zen.zenperfsnmp:chaining getInitialServices with d2
> DEBUG:zen.zenperfsnmp:callback after getting service EventService
> DEBUG:zen.zenperfsnmp:callback after getting service SnmpPerfConfig
> DEBUG:zen.zenperfsnmp:Calling connected.
> DEBUG:zen.zenperfsnmp:connected
> DEBUG:zen.zenperfsnmp:Sending event {'severity': 0, 'component':
> 'zenperfsnmp', 'agent': 'zenperfsnmp', 'summary': 'started', 'manager':
> 'localhost', 'device': 'zenoss01.mydomain.com', 'eventClass': '/App/Start'}
> INFO:zen.zenperfsnmp:fetching property items
> DEBUG:zen.zenperfsnmp:Updated configCycleInterval config to 360
> INFO:zen.zenperfsnmp:getting threshold classes
> DEBUG:zen.zenperfsnmp:Loading classes ['Products.ZenModel.MinMaxThreshold']
> INFO:zen.zenperfsnmp:checking for outdated configs
> INFO:zen.zenperfsnmp:fetching configs for ['lsdmz01.syd01.d2networks.net',
> 'zenoss01.mydomain.com', 'ir01.syd01.d2networks.net',
> 'cs01.syd01.d2networks.net', 'br01.d1.d2networks.net',
> 'lsdmz02.syd01.d2networks.net', 'cs01.syd02.d2networks.net',
> 'bf01.syd01.d2networks.net', 'localhost', 'es01.syd02.d2networks.net',
> 'br01.syd02.d2networks.net', 'br01.d2.d2networks.net',
> 'nms02.syd01.d2networks.net', 'wsvm01.mydomain.com']...
> INFO:zen.zenperfsnmp:fetching default RRDCreateCommand
> INFO:zen.zenperfsnmp:getting collector thresholds
> DEBUG:zen.thresholds:Updating threshold ('zeneventlog cycle time',
> ('localhost', ''))
> DEBUG:zen.thresholds:Updating threshold ('zenmodeler cycle time',
> ('localhost', ''))
> DEBUG:zen.thresholds:Updating threshold ('zenperfsnmp cycle time',
> ('localhost', ''))
> DEBUG:zen.thresholds:Updating threshold ('zenping cycle time', ('localhost',
> ''))
> DEBUG:zen.thresholds:Updating threshold ('zenprocess cycle time',
> ('localhost', ''))
> DEBUG:zen.thresholds:Updating threshold ('zenwin cycle time', ('localhost',
> ''))
> INFO:zen.zenperfsnmp:fetching snmp status
> INFO:zen.zenperfsnmp:Initiating incremental device load
> DEBUG:zen.zenperfsnmp:Fetching configs for 14 devices
> DEBUG:zen.zenperfsnmp:Fetching config for ['localhost',
> 'ir01.syd01.d2networks.net']
> DEBUG:zen.zenperfsnmp:getting device ping issues
> WARNING:zen.zenperfsnmp:Error loading config for devices ['localhost',
> 'ir01.syd01.d2networks.net']
> DEBUG:zen.zenperfsnmp:Fetching config for ['cs01.syd01.d2networks.net',
> 'bf01.syd01.d2networks.net']
> DEBUG:zen.zenperfsnmp:unresponsive devices: []
> INFO:zen.zenperfsnmp:total=2 good=0 bad=0 time=0.000063
> WARNING:zen.zenperfsnmp:Error loading config for devices
> ['cs01.syd01.d2networks.net', 'bf01.syd01.d2networks.net']
> DEBUG:zen.zenperfsnmp:Fetching config for ['lsdmz01.syd01.d2networks.net',
> 'lsdmz02.syd01.d2networks.net']
> WARNING:zen.zenperfsnmp:Error loading config for devices
> ['lsdmz01.syd01.d2networks.net', 'lsdmz02.syd01.d2networks.net']
> DEBUG:zen.zenperfsnmp:Fetching config for ['nms02.syd01.d2networks.net',
> 'br01.d1.d2networks.net']
> WARNING:zen.zenperfsnmp:Error loading config for devices
> ['nms02.syd01.d2networks.net', 'br01.d1.d2networks.net']
> DEBUG:zen.zenperfsnmp:Fetching config for ['br01.d2.d2networks.net',
> 'es01.syd02.d2networks.net']
> WARNING:zen.zenperfsnmp:Error loading config for devices
> ['br01.d2.d2networks.net', 'es01.syd02.d2networks.net']
> DEBUG:zen.zenperfsnmp:Fetching config for ['zenoss01.mydomain.com',
> 'br01.syd02.d2networks.net']
> WARNING:zen.zenperfsnmp:Error loading config for devices
> ['zenoss01.mydomain.com', 'br01.syd02.d2networks.net']
> DEBUG:zen.zenperfsnmp:Fetching config for ['cs01.syd02.d2networks.net',
> 'wsvm01.mydomain.com']
> WARNING:zen.zenperfsnmp:Error loading config for devices
> ['cs01.syd02.d2networks.net', 'wsvm01.mydomain.com']
> DEBUG:zen.zenperfsnmp:Finished fetching configs for 14 devices
> INFO:zen.zenperfsnmp:Configured 14 of 2 devices
> WARNING:zen.zenperfsnmp:Error collecting data on wsdc01.mydomain.com,
> recollecting
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/sysUpTime_sysUpTime.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/sysUpTime_sysUpTime.rrd:
> 144486162.0
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/MS TCP Loopback
> interface/ifInOctets_ifInOctets.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/MS
> TCP Loopback interface/ifInOctets_ifInOctets.rrd: 1930440698L
> DEBUG:zen.thresholds:Checking value None on
> Devices/wsdc01.mydomain.com/os/interfaces/MS TCP Loopback
> interface/ifInOctets_ifInOctets
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/VMware Accelerated
> AMD PCNet Adapter/ifInOctets_ifInOctets.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/VMware
> Accelerated AMD PCNet Adapter/ifInOctets_ifInOctets.rrd: 4197099015L
> DEBUG:zen.thresholds:Checking value None on
> Devices/wsdc01.mydomain.com/os/interfaces/VMware Accelerated AMD PCNet
> Adapter/ifInOctets_ifInOctets
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/MS TCP Loopback
> interface/ifInUcastPackets_ifInUcastPackets.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/MS
> TCP Loopback interface/ifInUcastPackets_ifInUcastPackets.rrd: 123072047L
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/VMware Accelerated
> AMD PCNet Adapter/ifInUcastPackets_ifInUcastPackets.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/VMware
> Accelerated AMD PCNet Adapter/ifInUcastPackets_ifInUcastPackets.rrd:
> 59179367L
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/MS TCP Loopback
> interface/ifInErrors_ifInErrors.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/MS
> TCP Loopback interface/ifInErrors_ifInErrors.rrd: 0L
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/VMware Accelerated
> AMD PCNet Adapter/ifInErrors_ifInErrors.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/VMware
> Accelerated AMD PCNet Adapter/ifInErrors_ifInErrors.rrd: 0L
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/MS TCP Loopback
> interface/ifOutOctets_ifOutOctets.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/MS
> TCP Loopback interface/ifOutOctets_ifOutOctets.rrd: 1930440698L
> DEBUG:zen.thresholds:Checking value None on
> Devices/wsdc01.mydomain.com/os/interfaces/MS TCP Loopback
> interface/ifOutOctets_ifOutOctets
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/VMware Accelerated
> AMD PCNet Adapter/ifOutOctets_ifOutOctets.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/VMware
> Accelerated AMD PCNet Adapter/ifOutOctets_ifOutOctets.rrd: 4103253711L
> DEBUG:zen.thresholds:Checking value None on
> Devices/wsdc01.mydomain.com/os/interfaces/VMware Accelerated AMD PCNet
> Adapter/ifOutOctets_ifOutOctets
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/MS TCP Loopback
> interface/ifOutUcastPackets_ifOutUcastPackets.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/MS
> TCP Loopback interface/ifOutUcastPackets_ifOutUcastPackets.rrd: 123071497L
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/VMware Accelerated
> AMD PCNet Adapter/ifOutUcastPackets_ifOutUcastPackets.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/VMware
> Accelerated AMD PCNet Adapter/ifOutUcastPackets_ifOutUcastPackets.rrd:
> 52474765L
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/MS TCP Loopback
> interface/ifOutErrors_ifOutErrors.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/MS
> TCP Loopback interface/ifOutErrors_ifOutErrors.rrd: 0L
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/VMware Accelerated
> AMD PCNet Adapter/ifOutErrors_ifOutErrors.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/VMware
> Accelerated AMD PCNet Adapter/ifOutErrors_ifOutErrors.rrd: 0L
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/MS TCP Loopback
> interface/ifOperStatus_ifOperStatus.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/MS
> TCP Loopback interface/ifOperStatus_ifOperStatus.rrd: 1.0
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/VMware Accelerated
> AMD PCNet Adapter/ifOperStatus_ifOperStatus.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/interfaces/VMware
> Accelerated AMD PCNet Adapter/ifOperStatus_ifOperStatus.rrd: 1.0
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/filesystems/C__ Label_
> Serial Number 841fa9b0/usedBlocks_usedBlocks.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/os/filesystems/C__
> Label_ Serial Number 841fa9b0/usedBlocks_usedBlocks.rrd: 1836026.0
> DEBUG:zen.thresholds:Checking value 1836026.0 on
> Devices/wsdc01.mydomain.com/os/filesystems/C__ Label_ Serial Number
> 841fa9b0/usedBlocks_usedBlocks
> DEBUG:zen.MinMaxCheck:Checking usedBlocks_usedBlocks 1836026.0 against min
> None and max 8253988.2
> DEBUG:zen.zenperfsnmp:Sending event {'severity': 0, 'component': 'C:\\ Label:
> Serial Number 841fa9b0', 'agent': 'zenperfsnmp', 'summary': 'threshold of
> Free Space 90 Percent restored: current value: 1836026.00', 'manager':
> 'localhost', 'eventKey': 'usedBlocks_usedBlocks|Free Space 90 Percent',
> 'device': 'wsdc01.mydomain.com', 'eventClass': '/Perf/Filesystem'}
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/hw/harddisks/C/lDiskDiskReadBytesPerSec_lDiskDiskReadBytesPerSec.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/hw/harddisks/C/lDiskDiskReadBytesPerSec_lDiskDiskReadBytesPerSec.rrd:
> 11202.0
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/hw/harddisks/C/lDiskDiskWriteBytesPerSec_lDiskDiskWriteBytesPerSec.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/hw/harddisks/C/lDiskDiskWriteBytesPerSec_lDiskDiskWriteBytesPerSec.rrd:
> 23263.0
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/memoryPagesPerSec_memoryPagesPerSec.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/memoryPagesPerSec_memoryPagesPerSec.rrd:
> 2.0
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/memoryAvailableKBytes_memoryAvailableKBytes.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/memoryAvailableKBytes_memoryAvailableKBytes.rrd:
> 81684.0
> DEBUG:zen.RRDUtil:create new rrd
> /opt/zenoss/perf/Devices/wsdc01.mydomain.com/cpuPercentProcessorTime_cpuPercentProcessorTime.rrd
> DEBUG:zen.RRDUtil:/opt/zenoss/perf/Devices/wsdc01.mydomain.com/cpuPercentProcessorTime_cpuPercentProcessorTime.rrd:
> 1.0
> DEBUG:zen.thresholds:Checking value 1.0 on
> Devices/wsdc01.mydomain.com/cpuPercentProcessorTime_cpuPercentProcessorTime
> DEBUG:zen.MinMaxCheck:Checking
> cpuPercentProcessorTime_cpuPercentProcessorTime 1.0 against min None and max
> 90
> DEBUG:zen.zenperfsnmp:Sending event {'severity': 0, 'component': '', 'agent':
> 'zenperfsnmp', 'summary': 'threshold of CPU Utilization over 90 restored:
> current value: 1.00', 'manager': 'localhost', 'eventKey':
> 'cpuPercentProcessorTime_cpuPercentProcessorTime|CPU Utilization over 90',
> 'device': 'wsdc01.mydomain.com', 'eventClass': '/Perf/CPU'}
> DEBUG:zen.zenperfsnmp:Sending event {'severity': 2, 'component':
> 'lDiskDiskWriteBytesPerSec', 'agent': 'zenperfsnmp', 'summary': 'Error
> reading value for "lDiskDiskWriteBytesPerSec" on wsdc01.mydomain.com (oid
> .1.3.6.1.4.1.9600.1.1.1.1.18 is bad)', 'manager': 'localhost', 'eventGroup':
> 'SnmpTest', 'device': 'wsdc01.mydomain.com', 'eventClass': '/Perf/Snmp'}
> WARNING:zen.zenperfsnmp:Error reading value for "lDiskDiskWriteBytesPerSec"
> on wsdc01.mydomain.com (oid .1.3.6.1.4.1.9600.1.1.1.1.18 is bad)
> DEBUG:zen.zenperfsnmp:Sending event {'severity': 2, 'component':
> 'lDiskDiskReadBytesPerSec', 'agent': 'zenperfsnmp', 'summary': 'Error reading
> value for "lDiskDiskReadBytesPerSec" on wsdc01.mydomain.com (oid
> .1.3.6.1.4.1.9600.1.1.1.1.15 is bad)', 'manager': 'localhost', 'eventGroup':
> 'SnmpTest', 'device': 'wsdc01.mydomain.com', 'eventClass': '/Perf/Snmp'}
> WARNING:zen.zenperfsnmp:Error reading value for "lDiskDiskReadBytesPerSec" on
> wsdc01.mydomain.com (oid .1.3.6.1.4.1.9600.1.1.1.1.15 is bad)
> INFO:zen.zenperfsnmp:total=2 good=1 bad=0 time=1.814680
> DEBUG:zen.zenperfsnmp:Device nms01.syd01.d2networks.net timed out
> INFO:zen.zenperfsnmp:sent 52 OID requests
> INFO:zen.zenperfsnmp:collected 1 of 2 devices in 8.07
> DEBUG:zen.thresholds:Checking value 8.07137989998 on
> Daemons/localhost/zenperfsnmp_cycleTime
> DEBUG:zen.MinMaxCheck:Checking zenperfsnmp_cycleTime 8.07137989998 against
> min None and max 240.0
> DEBUG:zen.zenperfsnmp:Sending event {'manager': 'localhost', 'eventKey':
> 'zenperfsnmp cycle time', 'device': 'localhost', 'eventClass': '/Perf/Snmp',
> 'summary': 'threshold of zenperfsnmp cycle time restored: current value:
> 8.07', 'component': '', 'agent': 'zenperfsnmp', 'severity': 0}
> INFO:zen.zenperfsnmp:total=2 good=1 bad=1 time=8.071380
> DEBUG:zen.zenperfsnmp:Sending event {'severity': 4, 'component': 'snmp',
> 'agent': 'zenperfsnmp', 'summary': 'snmp agent down', 'manager': 'localhost',
> 'eventGroup': 'SnmpTest', 'device': 'nms01.syd01.d2networks.net',
> 'eventClass': '/Status/Snmp'}
> WARNING:zen.zenperfsnmp:snmp agent down
> INFO:zen.zenperfsnmp:Daemon zenperfsnmp shutting down
> DEBUG:zen.zenperfsnmp:removing service EventService
> DEBUG:zen.zenperfsnmp:removing service SnmpPerfConfig
> INFO:zen.zenperfsnmp:zenperfsnmp shutting down
>
-------------------- m2f --------------------
Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=25265#25265
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users