Cisco CSS SNMP rosetta stone

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

r.bell
Posts: 1
Joined: Tue Jul 20, 2010 7:24 pm
Location: Irvine, CA

Re: service connections per sec based on wrong OID

Post by r.bell »

twochannel wrote:
- Service Connections are a snapshot type value. "At this time there are X connections". Not connections/sec rate.
I agree that the OID being used for service connections and graphed as "connections/sec" is not correct. apSvcConnections is a gauge or instantaneous measurement of the connections at that point in time when the query is made.

I believe we want apSvcTotalLocalConnections which is a counter that can be used to derive the connections/sec.

I added this to my css-conns.xml, then, taking a short cut since these were all new graphs I was building anyway, I blew away the graphs and recreated them so I could get the new data source in RRD. Other details required first such as defining the data source must be done. On the graph template, I just replaced the datasource that was being used to build the graph and gprint data.

- <apSvcTotalConnections>
<name>TotalConnections</name>
<method>get</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.9.9.368.1.15.2.1.61</oid>
</apSvcTotalConnections>


From the MIB:
apSvcConnections OBJECT-TYPE
SYNTAX Gauge32 ( 0..65534 )
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number of TCP connections to this service."
DEFVAL { 0 }
::= { apSvcEntry 20 }


apSvcTotalLocalConnections OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object will return the total number of local connections
that have been accepted on this service."
::= { apSvcEntry 61 }
liamwalk
Posts: 2
Joined: Mon Aug 30, 2010 9:35 am
Location: n/a
Contact:

Re: service graphs not working

Post by liamwalk »

fubada wrote:BUMP. I'm also having trouble with Service related Graphs can someone help me fix? All other graphs work fine, service graphs never get started
Hi,

Did you get an answer to this issue i.e the Service Graphs not displaying?
I have just installed the templates and am having the same issue.

Many thanks
bumjubeo
Posts: 1
Joined: Mon Sep 27, 2010 5:22 pm

Re: service graphs not working

Post by bumjubeo »

liamwalk wrote:
fubada wrote:BUMP. I'm also having trouble with Service related Graphs can someone help me fix? All other graphs work fine, service graphs never get started
Hi,

Did you get an answer to this issue i.e the Service Graphs not displaying?
I have just installed the templates and am having the same issue.

Many thanks
Also wondering the same thing, I cant seem to get the service connections graph to display at all. Running Cacti 0.8.7g, and I should read before I post. Change Item #5 in the graph template to be AVERAGE instead of LAST
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests