Custom GRAPH for Custom Monitor
Hi,
I try to monitor session COUNT to RSERVER via CISCO ACE MODULE
I find that SNMP OID ".1.3.6.1.4.1.9.9.470.1.1.3.1.14" return current connection count to one of my server
I do:
1) in conf/opmanager_graphInfo.xml I add:
<DEFAULTGRAPH Name="W78RserverConnCount">
<YAXISTEXT>No Of Connect</YAXISTEXT>
<DISPLAYNAME>W78 Connet Count</DISPLAYNAME>
<name>W78RserverConnCount</name>
<Vendor>Cisco</Vendor>
<Monitor>Resource</Monitor>
<Description>Monitors the Number of active session to W78</Description> <oid>.1.3.6.1.4.1.9.9.470.1.1.3.1.14.</oid>
<type>interface</type>
<interval>60</interval>
<THRESHOLDENABLED>false</THRESHOLDENABLED>
<SaveAbsolutes>true</SaveAbsolutes>
</DEFAULTGRAPH>
2) I add device template with CISCO ACE MODULE OID ".1.3.6.1.4.1.cisco.ciscoProducts.730"
3) Under device templates I create new bulk monitor with OID ".1.3.6.1.4.1.9.9.470.1.1.3.1.14."
4) I associate device templates with ACE device
5) If I look at device => performance monitor => I see decremental value (0-10), but I need to see absolute value (count of current active session)
New to ADSelfService Plus?