On 4/18/07, arnel <[EMAIL PROTECTED]> wrote:
Here's the output when I run the command. Can you help interpret the output. 
Thanks.

[EMAIL PROTECTED] arnel]$ zenperfsnmp run -v 10 -d netwatch.arts.ucla.edu
DEBUG:zen.zenperfsnmp:Gathering performance data for netwatch.arts.ucla.edu
WARNING:zen.zenperfsnmp:no devices found, keeping existing list
DEBUG:zen.zenperfsnmp:Updated configCycleInterval config to 30
DEBUG:zen.zenperfsnmp:getting device ping issues
INFO:zen.zenperfsnmp:Unresponsive devices: [['netwatch', 1, 1069], 
['149.142.131               .181', 1, 1079]]
INFO:zen.zenperfsnmp:collected 0 of 0 devices in 0.00
DEBUG:zen.zenperfsnmp:Sent 0 SNMP OID requests
DEBUG:zen.zenperfsnmp:waiting for events to flush
DEBUG:zen.Events:EventClassInst=Start
DEBUG:zen.Events:update status set clearid = '0ae792b83535e823fffffff' where dev   
            ice='netwatch.arts.ucla.edu' and component='zenperfsnmp' and 
eventKey='' and (ev               entClass='/App/Stop' or 
eventClass='/App/Start'): --> 0
DEBUG:zen.Events:insert into log (evid, userName, text) select evid, "admin", "a               
uto cleared" from status where clearid = "0ae792b83535e823fffffff": --> 0
DEBUG:zen.Events:insert into history set firstTime=1176913826.982,severity=0,com   
            
ponent='zenperfsnmp',agent='zenperfsnmp',summary='started',dedupid='netwatch.art   
            
s.ucla.edu|zenperfsnmp|/App/Start||0|started',manager='netwatch.arts.ucla.edu',e   
            
ventKey='',device='netwatch.arts.ucla.edu',eventClass='/App/Start',lastTime=1176   
            
913826.982,message='started',deletedTime=null,evid='0ae792b83535e823fffffff': --   
            > 1
DEBUG:zen.Events:DELETE FROM status WHERE clearid IS NOT NULL: --> 0
DEBUG:zen.Events:EventClassInst=Stop
DEBUG:zen.Events:insert into status set firstTime=1176913827.513,severity=3,comp   
            
onent='zenperfsnmp',agent='zenperfsnmp',summary='stopped',dedupid='netwatch.arts   
            
.ucla.edu|zenperfsnmp|/App/Stop||3|stopped',manager='netwatch.arts.ucla.edu',eve   
            
ntKey='',device='netwatch.arts.ucla.edu',eventClass='/App/Stop',lastTime=1176913   
            827.513,message='stopped',evid='0ae792b83535e823ffffffe' on duplicate 
key update                summary='stopped',count=count+1,lastTime=1176913827.513: 
--> 1
DEBUG:zen.Events:DELETE FROM status WHERE clearid IS NOT NULL: -->

Amel,

There are two problems here. The first is that the argument for the
"-d" command line parameter isn't an IP or hostname, but the name of
the device in Zenoss. So you'd specify netwatch instead of
netwatch.arts.ucla.edu.

The second problem is that Zenoss believes that netwatch is currently
ping unreachable which will cause zenperfsnmp to skip it.

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

Reply via email to