On Apr 16, 2008, at 3:41 AM, mjoncic wrote:
Hi,

well, my zenperfsnmp.log looks like this:
and btw. doing an snmpwalk from the gui works...

2008-04-16 09:33:04 ERROR zen.zenperfsnmp: [Failure instance: Traceback: pynetsnmp.netsnmp.ArgumentParseError: ('Unable to parse arguments', ['/opt/zenoss/Products/ZenRRD/zenperfsnmp.py', '-v', '', '-c', '******', '-t', '5.0', '-r', '3', '*.*.*.*:161']) 2008-04-16 09:33:04 ERROR zen.zenperfsnmp: [Failure instance: Traceback: exceptions.AttributeError: 'NoneType' object has no attribute 'has_key'
/opt/zenoss/Products/ZenUtils/Chain.py:54:success
/opt/zenoss/Products/ZenUtils/Chain.py:47:next
/opt/zenoss/lib/python/twisted/internet/defer.py:239:callback
/opt/zenoss/lib/python/twisted/internet/defer.py: 304:_startRunCallbacks
--- <exception caught here> ---
/opt/zenoss/lib/python/twisted/internet/defer.py:317:_runCallbacks
/opt/zenoss/Products/ZenRRD/zenperfsnmp.py:577:storeValues
/opt/zenoss/Products/ZenRRD/zenperfsnmp.py:613:storeRRD
/opt/zenoss/Products/ZenRRD/Thresholds.py:83:check
/opt/zenoss/Products/ZenModel/MinMaxThreshold.py:195:checkRaw
/opt/zenoss/Products/ZenModel/MinMaxThreshold.py:227:checkRange
/opt/zenoss/Products/ZenModel/MinMaxThreshold.py:151:getCount

It looks like you two different issues here. The first one is that you have a blank zSnmpVer set somewhere. Go to your zProperties and make sure it is either v1 or v2c everywhere.

The second issue is the common "delete all your .pickle files after upgrading to 2.1.3" one. Stop zenperfsnmp, delete *.pickle from within $ZENHOME/perf, then start zenperfsnmp.

# Easy way to delete all .pickle files.
find $ZENHOME/perf -name *.pickle -delete
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to