Discussion:
Custom Template Not Creating RRDs
Heath Barnhart
2011-10-19 21:52:13 UTC
Permalink
Heath Barnhart [http://community.zenoss.org/people/Todd3000] created the discussion

"Custom Template Not Creating RRDs"

To view the discussion, visit: http://community.zenoss.org/message/62006#62006

--------------------------------------------------------------
This one has me stumped. I'm creating a monitoring template to pull stats from Xirrus WiFi Arrays using SNMP. I'm starting off basic, I just want to get the number of users connected to each radio. My student worker and I found the correct MIB object (see below) and verified through snmpget that the OID is available on the host and values are correct. After adding it as a datasource, creating a graph, and binding it to device subclass we sat back and waited. The graph was created, but nothing showed up and the values in the summary are all NaN. After looking in $ZENHOME/perf/Devices/<devicename> I'm not seeing the RRD for the datasource I created. It also appears that Zenoss isn't even trying to poll the datasouce, as I don't see the OID listed in packet captures during the zenperfsnmp cycle. I have checked various logs (zenperfsnmp, zenhub) but I don't see any errors. I tried this in my test environment with the same results as well. I just created a custom template for another device a couple weeks ago and it worked fine, so I know its not a problem with my Zenoss installation as whole.

My environment information is listed below. Any help would be appreciated.

RHEL 5 64bit
Zenoss Core 3.1.0

Datasource:
Name: iapNumStation
OID:  1.3.6.1.4.1.21013.1.2.12.1.1.1.4.x        where x is the index number of the radio
Type: SNMP
Datapoint type: GAUGE


snmpget -v2c -crocom 192.168.148.125 1.3.6.1.4.1.21013.1.2.12.1.1.1.4.1
SNMPv2-SMI::enterprises.21013.1.2.12.1.1.1.4.1 = INTEGER: 1
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/62006#62006]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
dpetzel
2011-10-19 21:56:11 UTC
Permalink
dpetzel [http://community.zenoss.org/people/dpetzel] created the discussion

"Re: Custom Template Not Creating RRDs"

To view the discussion, visit: http://community.zenoss.org/message/62005#62005

--------------------------------------------------------------
Are you able get any additional information by running zenperfsnmp manually in verbose mode from the cli while logged in as the zenoss user?
zenperfsnmp run -d {DeviceName} -v 10
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/62005#62005]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Pavel Mlčoch
2011-10-20 06:56:04 UTC
Permalink
Pavel Mlčoch [http://community.zenoss.org/people/pavkamlc] created the discussion

"Re: Custom Template Not Creating RRDs"

To view the discussion, visit: http://community.zenoss.org/message/62022#62022

--------------------------------------------------------------
I had the some issue. zenperfsnmp for me was working. Problem I had was another one oid with undefined value and rrd dont be created. I create empty graph and rrds was created. So when I add one by one datapoint it works. I think this is bug in Z3.2, in Z3.1 this work with all (undefined too) values.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/62022#62022]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Heath Barnhart
2011-10-20 13:38:47 UTC
Permalink
Heath Barnhart [http://community.zenoss.org/people/Todd3000] created the discussion

"Re: Custom Template Not Creating RRDs"

To view the discussion, visit: http://community.zenoss.org/message/62007#62007

--------------------------------------------------------------
Here's the output from run the zenperfsnmp command against the device. It's getting the interface stats, but I don't see anything from the custom template.


2011-10-20 08:24:51,092 INFO zen.zenperfsnmp: Initializing daemon...
2011-10-20 08:24:51,095 DEBUG zen.zenperfsnmp: Starting PBDaemon initialization
2011-10-20 08:24:51,095 INFO zen.zenperfsnmp: Connecting to localhost:8789
2011-10-20 08:24:51,095 DEBUG zen.zenperfsnmp: Logging in as admin
2011-10-20 08:24:51,100 INFO zen.zenperfsnmp: Connected to ZenHub
2011-10-20 08:24:51,100 DEBUG zen.zenperfsnmp: Setting up initial services: EventService, SnmpPerfConfig
2011-10-20 08:24:51,100 DEBUG zen.zenperfsnmp: Chaining getInitialServices with d2
2011-10-20 08:24:51,101 DEBUG zen.zenperfsnmp: Loaded service EventService from zenhub
2011-10-20 08:24:51,101 DEBUG zen.zenperfsnmp: Loaded service SnmpPerfConfig from zenhub
2011-10-20 08:24:51,101 DEBUG zen.zenperfsnmp: Queueing event {'severity': 0, 'component': 'zenperfsnmp', 'agent': 'zenperfsnmp', 'summary': 'started', 'manager':                'nms-prod.nix.washburn.edu', 'device': 'localhost', 'eventClass': '/App/Start', 'monitor': 'localhost'}
2011-10-20 08:24:51,101 DEBUG zen.zenperfsnmp: Total of 1 queued events
2011-10-20 08:24:51,102 DEBUG zen.zenperfsnmp: Calling connected.
2011-10-20 08:24:51,102 DEBUG zen.zenperfsnmp: Connected to zenhub
2011-10-20 08:24:51,102 INFO zen.zenperfsnmp: Fetching property items...
2011-10-20 08:24:51,117 DEBUG zen.zenperfsnmp: Updated configCycleInterval config to 360
2011-10-20 08:24:51,117 INFO zen.zenperfsnmp: Getting threshold classes...
2011-10-20 08:24:51,117 DEBUG zen.zenperfsnmp: Loading classes ['Products.ZenModel.MinMaxThreshold', 'ZenPacks.community.PointThreshold.thresholds.PointThreshold'               ]
2011-10-20 08:24:51,118 INFO zen.zenperfsnmp: Fetching configs for ['airxcarnllc142.wn.washburn.edu']...
2011-10-20 08:24:51,416 INFO zen.zenperfsnmp: Fetching default RRDCreateCommand...
2011-10-20 08:24:51,416 INFO zen.zenperfsnmp: Getting collector thresholds...
2011-10-20 08:24:51,437 DEBUG zen.thresholds: Updating threshold ('high event queue', ('localhost', ''))
2011-10-20 08:24:51,437 DEBUG zen.thresholds: Updating threshold ('zenmodeler cycle time', ('localhost', ''))
2011-10-20 08:24:51,437 DEBUG zen.thresholds: Updating threshold ('zenperfsnmp cycle time', ('localhost', ''))
2011-10-20 08:24:51,437 DEBUG zen.thresholds: Updating threshold ('zenping cycle time', ('localhost', ''))
2011-10-20 08:24:51,438 DEBUG zen.thresholds: Updating threshold ('zenprocess cycle time', ('localhost', ''))
2011-10-20 08:24:51,438 INFO zen.zenperfsnmp: Fetching SNMP status...
2011-10-20 08:24:51,439 INFO zen.zenperfsnmp: Initiating incremental device load
2011-10-20 08:24:51,439 DEBUG zen.zenperfsnmp: Fetching configs for 1 devices
2011-10-20 08:24:51,439 DEBUG zen.zenperfsnmp: Fetching config for ['airxcarnllc142.wn.washburn.edu']
2011-10-20 08:24:51,546 DEBUG zen.zenperfsnmp: Received config for airxcarnllc142.wn.washburn.edu
2011-10-20 08:24:51,547 DEBUG zen.thresholds: Updating threshold ('high utilization', ('airxcarnllc142.wn.washburn.edu', 'iap-abg1'))
2011-10-20 08:24:51,547 DEBUG zen.thresholds: Updating threshold ('high utilization', ('airxcarnllc142.wn.washburn.edu', 'bridge-vlan97'))
2011-10-20 08:24:51,547 DEBUG zen.thresholds: Updating threshold ('high utilization', ('airxcarnllc142.wn.washburn.edu', 'bridge-vlan141'))
2011-10-20 08:24:51,547 DEBUG zen.thresholds: Updating threshold ('high utilization', ('airxcarnllc142.wn.washburn.edu', 'bridge-vlan100'))
2011-10-20 08:24:51,547 DEBUG zen.thresholds: Updating threshold ('high utilization', ('airxcarnllc142.wn.washburn.edu', 'gig1'))
2011-10-20 08:24:51,547 DEBUG zen.thresholds: Updating threshold ('high utilization', ('airxcarnllc142.wn.washburn.edu', 'iap-abg2'))
2011-10-20 08:24:51,547 DEBUG zen.thresholds: Updating threshold ('high utilization', ('airxcarnllc142.wn.washburn.edu', 'iap-abg3'))
2011-10-20 08:24:51,547 DEBUG zen.thresholds: Updating threshold ('high utilization', ('airxcarnllc142.wn.washburn.edu', 'iap-abg4'))
2011-10-20 08:24:51,547 DEBUG zen.thresholds: Updating threshold ('high utilization', ('airxcarnllc142.wn.washburn.edu', 'bridge'))
2011-10-20 08:24:51,547 DEBUG zen.thresholds: Updating threshold ('high utilization', ('airxcarnllc142.wn.washburn.edu', 'bridge-vlan99'))
2011-10-20 08:24:51,548 DEBUG zen.zenperfsnmp: Finished fetching configs for 1 devices
2011-10-20 08:24:51,548 DEBUG zen.zenperfsnmp: Gathering performance data for airxcarnllc142.wn.washburn.edu
2011-10-20 08:24:51,548 INFO zen.zenperfsnmp: Configured 1 of 1 devices
2011-10-20 08:24:51,548 DEBUG zen.zenperfsnmp: Getting device ping issues
2011-10-20 08:24:51,551 DEBUG zen.zenperfsnmp: unresponsive devices: [('10.30.0.181', 5, '3549'), ('airxmab2c64', 5, '1532'), ('eprinttest.nix.washburn.edu', 5, '               1')]
2011-10-20 08:24:51,551 INFO zen.zenperfsnmp: success:0 fail:0 pending:0 todo:1
2011-10-20 08:24:51,975 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan99/ifInOctets_ifInOctets.rrd: 10272769               4L
2011-10-20 08:24:51,976 DEBUG zen.thresholds: Checking value 33.747298109 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan99/ifInOctets_ifInOct               ets
2011-10-20 08:24:51,976 DEBUG zen.MinMaxCheck: Checking ifInOctets_ifInOctets 33.747298109 against min None and max 9375000.0
2011-10-20 08:24:51,976 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'bridge-vlan99', 'agent': 'zenperfsnmp', 'summary': 'threshold                of high utilization restored: current value 33.75', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifInOctets_ifInOctets|high utilization', 'device': 'airx               carnllc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,976 DEBUG zen.zenperfsnmp: Total of 1 queued events
2011-10-20 08:24:51,976 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge/ifInOctets_ifInOctets.rrd: 2585772381L
2011-10-20 08:24:51,976 DEBUG zen.thresholds: Checking value 819.080958667 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge/ifInOctets_ifInOctets
2011-10-20 08:24:51,977 DEBUG zen.MinMaxCheck: Checking ifInOctets_ifInOctets 819.080958667 against min None and max 9375000.0
2011-10-20 08:24:51,977 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'bridge', 'agent': 'zenperfsnmp', 'summary': 'threshold of hig               h utilization restored: current value 819.08', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifInOctets_ifInOctets|high utilization', 'device': 'airxcarnll               c142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,977 DEBUG zen.zenperfsnmp: Total of 2 queued events
2011-10-20 08:24:51,977 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg1/ifInUcastPackets_ifInUcastPackets.rrd: 4               0198920L
2011-10-20 08:24:51,977 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/sysUpTime_sysUpTime.rrd: 354296689.0
2011-10-20 08:24:51,977 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/gig1/ifInUcastPackets_ifInUcastPackets.rrd: 25708               5015L
2011-10-20 08:24:51,977 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan100/ifInOctets_ifInOctets.rrd: 9760285               7L
2011-10-20 08:24:51,977 DEBUG zen.thresholds: Checking value 27.7068018669 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan100/ifInOctets_ifInO               ctets
2011-10-20 08:24:51,978 DEBUG zen.MinMaxCheck: Checking ifInOctets_ifInOctets 27.7068018669 against min None and max 9375000.0
2011-10-20 08:24:51,978 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'bridge-vlan100', 'agent': 'zenperfsnmp', 'summary': 'threshol               d of high utilization restored: current value 27.71', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifInOctets_ifInOctets|high utilization', 'device': 'air               xcarnllc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,978 DEBUG zen.zenperfsnmp: Total of 3 queued events
2011-10-20 08:24:51,978 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan97/ifInOctets_ifInOctets.rrd: 57115022               8L
2011-10-20 08:24:51,978 DEBUG zen.thresholds: Checking value 195.992283429 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan97/ifInOctets_ifInOc               tets
2011-10-20 08:24:51,978 DEBUG zen.MinMaxCheck: Checking ifInOctets_ifInOctets 195.992283429 against min None and max 9375000.0
2011-10-20 08:24:51,978 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'bridge-vlan97', 'agent': 'zenperfsnmp', 'summary': 'threshold                of high utilization restored: current value 195.99', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifInOctets_ifInOctets|high utilization', 'device': 'air               xcarnllc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,978 DEBUG zen.zenperfsnmp: Total of 4 queued events
2011-10-20 08:24:51,979 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan141/ifInOctets_ifInOctets.rrd: 2793726               78L
2011-10-20 08:24:51,979 DEBUG zen.thresholds: Checking value 170.919563647 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan141/ifInOctets_ifInO               ctets
2011-10-20 08:24:51,979 DEBUG zen.MinMaxCheck: Checking ifInOctets_ifInOctets 170.919563647 against min None and max 9375000.0
2011-10-20 08:24:51,979 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'bridge-vlan141', 'agent': 'zenperfsnmp', 'summary': 'threshol               d of high utilization restored: current value 170.92', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifInOctets_ifInOctets|high utilization', 'device': 'ai               rxcarnllc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,979 DEBUG zen.zenperfsnmp: Total of 5 queued events
2011-10-20 08:24:51,979 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg2/ifInUcastPackets_ifInUcastPackets.rrd: 2               3100892L
2011-10-20 08:24:51,979 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan99/ifInUcastPackets_ifInUcastPackets.r               rd: 2009961L
2011-10-20 08:24:51,980 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg3/ifInOctets_ifInOctets.rrd: 2784266743L
2011-10-20 08:24:51,980 DEBUG zen.thresholds: Checking value 5504.30982562 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg3/ifInOctets_ifInOctets
2011-10-20 08:24:51,980 DEBUG zen.MinMaxCheck: Checking ifInOctets_ifInOctets 5504.30982562 against min None and max 5062500.0
2011-10-20 08:24:51,980 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'iap-abg3', 'agent': 'zenperfsnmp', 'summary': 'threshold of h               igh utilization restored: current value 5504.31', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifInOctets_ifInOctets|high utilization', 'device': 'airxcar               nllc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,980 DEBUG zen.zenperfsnmp: Total of 6 queued events
2011-10-20 08:24:51,980 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg2/ifInOctets_ifInOctets.rrd: 3513937358L
2011-10-20 08:24:51,980 DEBUG zen.thresholds: Checking value 969.376220613 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg2/ifInOctets_ifInOctets
2011-10-20 08:24:51,981 DEBUG zen.MinMaxCheck: Checking ifInOctets_ifInOctets 969.376220613 against min None and max 5062500.0
2011-10-20 08:24:51,981 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'iap-abg2', 'agent': 'zenperfsnmp', 'summary': 'threshold of h               igh utilization restored: current value 969.38', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifInOctets_ifInOctets|high utilization', 'device': 'airxcarn               llc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,981 DEBUG zen.zenperfsnmp: Total of 7 queued events
2011-10-20 08:24:51,981 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan141/ifInUcastPackets_ifInUcastPackets.               rrd: 2966279L
2011-10-20 08:24:51,981 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan97/ifInUcastPackets_ifInUcastPackets.r               rd: 5802210L
2011-10-20 08:24:51,981 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/gig1/ifInOctets_ifInOctets.rrd: 3127751430L
2011-10-20 08:24:51,981 DEBUG zen.thresholds: Checking value 6177.92288868 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/gig1/ifInOctets_ifInOctets
2011-10-20 08:24:51,982 DEBUG zen.MinMaxCheck: Checking ifInOctets_ifInOctets 6177.92288868 against min None and max 9375000.0
2011-10-20 08:24:51,982 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'gig1', 'agent': 'zenperfsnmp', 'summary': 'threshold of high                utilization restored: current value 6177.92', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifInOctets_ifInOctets|high utilization', 'device': 'airxcarnllc               142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,982 DEBUG zen.zenperfsnmp: Total of 8 queued events
2011-10-20 08:24:51,982 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan100/ifInUcastPackets_ifInUcastPackets.               rrd: 1965279L
2011-10-20 08:24:51,982 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg4/ifInOctets_ifInOctets.rrd: 193428088L
2011-10-20 08:24:51,982 DEBUG zen.thresholds: Checking value 0.0 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg4/ifInOctets_ifInOctets
2011-10-20 08:24:51,982 DEBUG zen.MinMaxCheck: Checking ifInOctets_ifInOctets 0.0 against min None and max 5062500.0
2011-10-20 08:24:51,982 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'iap-abg4', 'agent': 'zenperfsnmp', 'summary': 'threshold of h               igh utilization restored: current value 0.00', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifInOctets_ifInOctets|high utilization', 'device': 'airxcarnll               c142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,983 DEBUG zen.zenperfsnmp: Total of 9 queued events
2011-10-20 08:24:51,983 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge/ifInUcastPackets_ifInUcastPackets.rrd: 144               65170L
2011-10-20 08:24:51,983 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg1/ifInOctets_ifInOctets.rrd: 4248865541L
2011-10-20 08:24:51,983 DEBUG zen.thresholds: Checking value 747.348958136 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg1/ifInOctets_ifInOctets
2011-10-20 08:24:51,983 DEBUG zen.MinMaxCheck: Checking ifInOctets_ifInOctets 747.348958136 against min None and max 5062500.0
2011-10-20 08:24:51,983 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'iap-abg1', 'agent': 'zenperfsnmp', 'summary': 'threshold of h               igh utilization restored: current value 747.35', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifInOctets_ifInOctets|high utilization', 'device': 'airxcarn               llc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,983 DEBUG zen.zenperfsnmp: Total of 10 queued events
2011-10-20 08:24:51,983 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg4/ifInUcastPackets_ifInUcastPackets.rrd: 1               246443L
2011-10-20 08:24:51,984 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan97/ifOutOctets_ifOutOctets.rrd: 0L
2011-10-20 08:24:51,984 DEBUG zen.thresholds: Checking value 0.0 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan97/ifOutOctets_ifOutOctets
2011-10-20 08:24:51,984 DEBUG zen.MinMaxCheck: Checking ifOutOctets_ifOutOctets 0.0 against min None and max 9375000.0
2011-10-20 08:24:51,984 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'bridge-vlan97', 'agent': 'zenperfsnmp', 'summary': 'threshold                of high utilization restored: current value 0.00', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifOutOctets_ifOutOctets|high utilization', 'device': 'air               xcarnllc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,984 DEBUG zen.zenperfsnmp: Total of 11 queued events
2011-10-20 08:24:51,984 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg3/ifInUcastPackets_ifInUcastPackets.rrd: 1               02521362L
2011-10-20 08:24:51,984 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg3/ifInErrors_ifInErrors.rrd: 31817835L
2011-10-20 08:24:51,985 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan100/ifInErrors_ifInErrors.rrd: 0L
2011-10-20 08:24:51,985 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan97/ifInErrors_ifInErrors.rrd: 0L
2011-10-20 08:24:51,985 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan141/ifInErrors_ifInErrors.rrd: 0L
2011-10-20 08:24:51,985 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan99/ifInErrors_ifInErrors.rrd: 0L
2011-10-20 08:24:51,985 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge/ifInErrors_ifInErrors.rrd: 0L
2011-10-20 08:24:51,985 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg4/ifInErrors_ifInErrors.rrd: 52946L
2011-10-20 08:24:51,986 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge/ifOutOctets_ifOutOctets.rrd: 1003955931L
2011-10-20 08:24:51,986 DEBUG zen.thresholds: Checking value 311.741650373 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge/ifOutOctets_ifOutOctets
2011-10-20 08:24:51,986 DEBUG zen.MinMaxCheck: Checking ifOutOctets_ifOutOctets 311.741650373 against min None and max 9375000.0
2011-10-20 08:24:51,986 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'bridge', 'agent': 'zenperfsnmp', 'summary': 'threshold of hig               h utilization restored: current value 311.74', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifOutOctets_ifOutOctets|high utilization', 'device': 'airxcarn               llc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,986 DEBUG zen.zenperfsnmp: Total of 12 queued events
2011-10-20 08:24:51,986 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg1/ifInErrors_ifInErrors.rrd: 3386109L
2011-10-20 08:24:51,986 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/gig1/ifInErrors_ifInErrors.rrd: 0L
2011-10-20 08:24:51,987 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan99/ifOutOctets_ifOutOctets.rrd: 0L
2011-10-20 08:24:51,987 DEBUG zen.thresholds: Checking value 0.0 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan99/ifOutOctets_ifOutOctets
2011-10-20 08:24:51,987 DEBUG zen.MinMaxCheck: Checking ifOutOctets_ifOutOctets 0.0 against min None and max 9375000.0
2011-10-20 08:24:51,987 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'bridge-vlan99', 'agent': 'zenperfsnmp', 'summary': 'threshold                of high utilization restored: current value 0.00', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifOutOctets_ifOutOctets|high utilization', 'device': 'air               xcarnllc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,987 DEBUG zen.zenperfsnmp: Total of 13 queued events
2011-10-20 08:24:51,987 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan141/ifOutOctets_ifOutOctets.rrd: 0L
2011-10-20 08:24:51,987 DEBUG zen.thresholds: Checking value 0.0 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan141/ifOutOctets_ifOutOctets
2011-10-20 08:24:51,987 DEBUG zen.MinMaxCheck: Checking ifOutOctets_ifOutOctets 0.0 against min None and max 9375000.0
2011-10-20 08:24:51,988 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'bridge-vlan141', 'agent': 'zenperfsnmp', 'summary': 'threshol               d of high utilization restored: current value 0.00', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifOutOctets_ifOutOctets|high utilization', 'device': 'ai               rxcarnllc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,988 DEBUG zen.zenperfsnmp: Total of 14 queued events
2011-10-20 08:24:51,988 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan100/ifOutOctets_ifOutOctets.rrd: 0L
2011-10-20 08:24:51,988 DEBUG zen.thresholds: Checking value 0.0 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan100/ifOutOctets_ifOutOctets
2011-10-20 08:24:51,988 DEBUG zen.MinMaxCheck: Checking ifOutOctets_ifOutOctets 0.0 against min None and max 9375000.0
2011-10-20 08:24:51,988 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'bridge-vlan100', 'agent': 'zenperfsnmp', 'summary': 'threshol               d of high utilization restored: current value 0.00', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifOutOctets_ifOutOctets|high utilization', 'device': 'ai               rxcarnllc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,988 DEBUG zen.zenperfsnmp: Total of 15 queued events
2011-10-20 08:24:51,988 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg2/ifInErrors_ifInErrors.rrd: 2887004L
2011-10-20 08:24:51,989 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/gig1/ifOutOctets_ifOutOctets.rrd: 2553244525L
2011-10-20 08:24:51,989 DEBUG zen.thresholds: Checking value 314.491807709 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/gig1/ifOutOctets_ifOutOctets
2011-10-20 08:24:51,989 DEBUG zen.MinMaxCheck: Checking ifOutOctets_ifOutOctets 314.491807709 against min None and max 9375000.0
2011-10-20 08:24:51,989 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'gig1', 'agent': 'zenperfsnmp', 'summary': 'threshold of high                utilization restored: current value 314.49', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifOutOctets_ifOutOctets|high utilization', 'device': 'airxcarnll               c142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,989 DEBUG zen.zenperfsnmp: Total of 16 queued events
2011-10-20 08:24:51,989 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg1/ifOutOctets_ifOutOctets.rrd: 3453300594L
2011-10-20 08:24:51,989 DEBUG zen.thresholds: Checking value 4706.51750549 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg1/ifOutOctets_ifOutOctet               s
2011-10-20 08:24:51,989 DEBUG zen.MinMaxCheck: Checking ifOutOctets_ifOutOctets 4706.51750549 against min None and max 5062500.0
2011-10-20 08:24:51,990 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'iap-abg1', 'agent': 'zenperfsnmp', 'summary': 'threshold of h               igh utilization restored: current value 4706.52', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifOutOctets_ifOutOctets|high utilization', 'device': 'airxc               arnllc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,990 DEBUG zen.zenperfsnmp: Total of 17 queued events
2011-10-20 08:24:51,990 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg2/ifOutOctets_ifOutOctets.rrd: 501837114L
2011-10-20 08:24:51,990 DEBUG zen.thresholds: Checking value 141.860214704 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg2/ifOutOctets_ifOutOctet               s
2011-10-20 08:24:51,990 DEBUG zen.MinMaxCheck: Checking ifOutOctets_ifOutOctets 141.860214704 against min None and max 5062500.0
2011-10-20 08:24:51,990 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'iap-abg2', 'agent': 'zenperfsnmp', 'summary': 'threshold of h               igh utilization restored: current value 141.86', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifOutOctets_ifOutOctets|high utilization', 'device': 'airxca               rnllc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:51,990 DEBUG zen.zenperfsnmp: Total of 18 queued events
2011-10-20 08:24:51,990 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan97/ifOutErrors_ifOutErrors.rrd: 0L
2011-10-20 08:24:51,991 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan100/ifOutUcastPackets_ifOutUcastPacket               s.rrd: 0L
2011-10-20 08:24:51,991 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg2/ifOutErrors_ifOutErrors.rrd: 0L
2011-10-20 08:24:51,991 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan97/ifOutUcastPackets_ifOutUcastPackets               .rrd: 0L
2011-10-20 08:24:51,991 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg1/ifOutErrors_ifOutErrors.rrd: 2829L
2011-10-20 08:24:51,991 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge/ifOutUcastPackets_ifOutUcastPackets.rrd: 2               835786L
2011-10-20 08:24:51,991 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/gig1/ifOutErrors_ifOutErrors.rrd: 0L
2011-10-20 08:24:51,992 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan99/ifOutUcastPackets_ifOutUcastPackets               .rrd: 0L
2011-10-20 08:24:51,992 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan141/ifOutErrors_ifOutErrors.rrd: 0L
2011-10-20 08:24:51,992 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan99/ifOutErrors_ifOutErrors.rrd: 0L
2011-10-20 08:24:51,992 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan100/ifOutErrors_ifOutErrors.rrd: 0L
2011-10-20 08:24:51,992 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge/ifOutErrors_ifOutErrors.rrd: 0L
2011-10-20 08:24:51,992 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan141/ifOutUcastPackets_ifOutUcastPacket               s.rrd: 0L
2011-10-20 08:24:51,993 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg4/ifOutOctets_ifOutOctets.rrd: 367565606L
2011-10-20 08:24:51,993 DEBUG zen.thresholds: Checking value 4351.84233914 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg4/ifOutOctets_ifOutOctet               s
2011-10-20 08:24:51,993 DEBUG zen.MinMaxCheck: Checking ifOutOctets_ifOutOctets 4351.84233914 against min None and max 5062500.0
2011-10-20 08:24:52,038 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'iap-abg4', 'agent': 'zenperfsnmp', 'summary': 'threshold of h               igh utilization restored: current value 4351.84', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifOutOctets_ifOutOctets|high utilization', 'device': 'airxc               arnllc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:52,038 DEBUG zen.zenperfsnmp: Total of 19 queued events
2011-10-20 08:24:52,038 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg4/ifOutUcastPackets_ifOutUcastPackets.rrd:                2510056L
2011-10-20 08:24:52,038 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg2/ifOutUcastPackets_ifOutUcastPackets.rrd:                12948328L
2011-10-20 08:24:52,038 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg3/ifOutUcastPackets_ifOutUcastPackets.rrd:                7603784L
2011-10-20 08:24:52,038 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/gig1/ifOutUcastPackets_ifOutUcastPackets.rrd: 129               64927L
2011-10-20 08:24:52,038 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg1/ifOutUcastPackets_ifOutUcastPackets.rrd:                11893301L
2011-10-20 08:24:52,039 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg3/ifOutOctets_ifOutOctets.rrd: 3470675147L
2011-10-20 08:24:52,039 DEBUG zen.thresholds: Checking value 4961.03069023 on Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg3/ifOutOctets_ifOutOctet               s
2011-10-20 08:24:52,039 DEBUG zen.MinMaxCheck: Checking ifOutOctets_ifOutOctets 4961.03069023 against min None and max 5062500.0
2011-10-20 08:24:52,039 DEBUG zen.zenperfsnmp: Queueing event {'monitor': 'localhost', 'component': 'iap-abg3', 'agent': 'zenperfsnmp', 'summary': 'threshold of h               igh utilization restored: current value 4961.03', 'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'ifOutOctets_ifOutOctets|high utilization', 'device': 'airxc               arnllc142.wn.washburn.edu', 'eventClass': '/Perf/Interface', 'severity': 0}
2011-10-20 08:24:52,039 DEBUG zen.zenperfsnmp: Total of 20 queued events
2011-10-20 08:24:52,039 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg3/ifOperStatus_ifOperStatus.rrd: 1.0
2011-10-20 08:24:52,039 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg2/ifOperStatus_ifOperStatus.rrd: 1.0
2011-10-20 08:24:52,040 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg1/ifOperStatus_ifOperStatus.rrd: 1.0
2011-10-20 08:24:52,040 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/gig1/ifOperStatus_ifOperStatus.rrd: 1.0
2011-10-20 08:24:52,040 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg4/ifOperStatus_ifOperStatus.rrd: 1.0
2011-10-20 08:24:52,040 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg3/ifOutErrors_ifOutErrors.rrd: 7016L
2011-10-20 08:24:52,040 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan97/ifOperStatus_ifOperStatus.rrd: 1.0
2011-10-20 08:24:52,040 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge/ifOperStatus_ifOperStatus.rrd: 1.0
2011-10-20 08:24:52,041 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan99/ifOperStatus_ifOperStatus.rrd: 1.0
2011-10-20 08:24:52,041 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan100/ifOperStatus_ifOperStatus.rrd: 1.0
2011-10-20 08:24:52,041 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/iap-abg4/ifOutErrors_ifOutErrors.rrd: 865L
2011-10-20 08:24:52,041 DEBUG zen.RRDUtil: /opt/zenoss/perf/Devices/airxcarnllc142.wn.washburn.edu/os/interfaces/bridge-vlan141/ifOperStatus_ifOperStatus.rrd: 1.0
2011-10-20 08:24:52,041 INFO zen.zenperfsnmp: ******** Cycle completed ********
2011-10-20 08:24:52,041 INFO zen.zenperfsnmp: Sent 72 OID requests
2011-10-20 08:24:52,041 INFO zen.zenperfsnmp: Queried 1 devices
2011-10-20 08:24:52,041 INFO zen.zenperfsnmp:   0 in queue still unqueried
2011-10-20 08:24:52,042 INFO zen.zenperfsnmp:   Successes: 1  Failures: 0  Not reporting: 0
2011-10-20 08:24:52,042 INFO zen.zenperfsnmp: Waited on 0 queries from previous cycles.
2011-10-20 08:24:52,042 INFO zen.zenperfsnmp:   Successes: 0  Failures: 0  Not reporting: 0
2011-10-20 08:24:52,042 INFO zen.zenperfsnmp: Cycle lasted 0.49 seconds
2011-10-20 08:24:52,042 INFO zen.zenperfsnmp: *********************************
2011-10-20 08:24:52,042 DEBUG zen.thresholds: Checking value 0.489971876144 on Daemons/localhost/zenperfsnmp_cycleTime
2011-10-20 08:24:52,042 DEBUG zen.MinMaxCheck: Checking zenperfsnmp_cycleTime 0.489971876144 against min None and max 240.0
2011-10-20 08:24:52,043 DEBUG zen.zenperfsnmp: Queueing event {'manager': 'nms-prod.nix.washburn.edu', 'eventKey': 'zenperfsnmp cycle time', 'device': 'localhost'               , 'eventClass': '/Perf/Snmp', 'summary': 'threshold of zenperfsnmp cycle time restored: current value 0.49', 'component': '', 'monitor': 'localhost', 'agent': 'ze               nperfsnmp', 'severity': 0}
2011-10-20 08:24:52,043 DEBUG zen.zenperfsnmp: Total of 21 queued events
2011-10-20 08:24:52,046 DEBUG zen.zenperfsnmp: Sent a 'stop' event
2011-10-20 08:24:52,046 INFO zen.zenperfsnmp: success:1 fail:0 pending:0 todo:0
2011-10-20 08:24:52,105 DEBUG zen.zenperfsnmp: stop() called when not running
2011-10-20 08:24:52,105 INFO zen.zenperfsnmp: Daemon zenperfsnmp shutting down
2011-10-20 08:24:52,106 DEBUG zen.zenperfsnmp: Removing service EventService
2011-10-20 08:24:52,106 DEBUG zen.zenperfsnmp: Removing service SnmpPerfConfig
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/62007#62007]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Heath Barnhart
2011-10-20 14:55:04 UTC
Permalink
Heath Barnhart [http://community.zenoss.org/people/Todd3000] created the discussion

"Re: Custom Template Not Creating RRDs"

To view the discussion, visit: http://community.zenoss.org/message/62012#62012

--------------------------------------------------------------
I just looked in the MIB and noticed the object-type is column, does that matter?
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/62012#62012]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...