Title: Tipping point probe


Fo those using tipping point IPS..
Cpu, memory <<com.mtv.snmp.tippingpoint.txt>>

 <!--
        Prototype Custom SNMP Probe (com.dartware.snmp.prototype)
    Custom Probe for InterMapper (http://www.intermapper.com)
    Please feel free to use this as a base for further development.

        Original version 24 November 2003 by reb.
        Updated 29 July 2005 -
        Updated 28 Oct 2005 - include display_name so it displays properly in 
InterMapper 4.4 -reb
-->

<header>
        "type"                  =       "custom-snmp"
        "package"               =       "com.mtv"
        "probe_name"    =       "snmp.tippingpoint"
        "human_name"    =       "tipping point"
        "version"               =       "1.0"
        "address_type"  =       "IP,AT"
        "port_number"   =       "161"
        display_name    =       "tipping point"
</header>

<snmp-device-properties>
        -- none required
</snmp-device-properties>

-- The <description> contains text that will be displayed in the probe 
configuration window. 
-- Describe the probe as much as necessary so that people will understand what 
it does and how it works.

<description>
\GB\tipping point\P\


</description>

-- Parameters are user-settable values that the probe uses for its comparisons.
-- Specify the default values here. The customer can change them and they will 
be retained for each device.

<parameters>
        
</parameters>


<snmp-device-variables>

resourceHPCPUBusyPercent.0,  1.3.6.1.4.1.10734.3.3.2.5.4.1  ,   INTEGER,  "The 
percentage of host processor CPU busy."
memory, 1.3.6.1.4.1.10734.3.3.2.5.3.1  ,                        INTEGER,  "The 
percentage of host processor memory in use."
critical-log, 1.3.6.1.4.1.10734.3.3.2.5.7.1  ,                  INTEGER,  "The 
number of system log entries of type 'critical'."

policyPacketsBlocked, 1.3.6.1.4.1.10734.3.3.2.1.2.0 ,           INTEGER,  "The 
cumulative number of packets blocked because of policy actions." 
policyPacketsPermitted, 1.3.6.1.4.1.10734.3.3.2.1.7.0  ,                
INTEGER,  "The cumulative number of packets permitted because of policy 
actions."


</snmp-device-variables>

-- Specify rules for setting the device into Alarm or Warning state

<snmp-device-thresholds>
        
</snmp-device-thresholds>

-- The <snmp-device-display> section specifies the text that will be appended 
-- to the device's Staus Window. 

<snmp-device-display>
\B5\Prototype SNMP Probe\0P\            
\4\cpu\0\ ${resourceHPCPUBusyPercent.0} 
\4\memory\0\ ${memory} \3IG\(of last poll)\P0M\
\4\critical logs\0\ ${critical-log} \3IG\(of last poll)\P0M\

\4\policyPacketsBlocked\0\ ${policyPacketsBlocked} \3IG\(of last poll)\P0M\
\4\policyPacketsPermitted\0\ ${policyPacketsPermitted} \3IG\(of last poll)\P0M\

</snmp-device-display>

Reply via email to