Heres one I wrote myself so I could set paging thresholds

<!--
Probe file created on 3/24/03
-->

<header>
        "type"                  =       "custom-snmp"
        "package"               =       "edu.etsu"
        "probe_name"            =       "snmp.apc"
        "human_name"            =       "APC PowerStruXure"
        "version"               =       "1.0"
        "address_type"          =       "IP, AT"
        "port_number"           =       "161"
</header>

<snmp-device-properties>
pdutype = "get-request"
</snmp-device-properties>

<description>
This probe monitors extra statistics on an APC device.
</description>

<parameters>

"alarm_threshold_bad_batt" = "1"
"fuel_threshold" = "98"
"temp_threshold" = "85"

</parameters>

<snmp-device-variables>
batteries, 1.3.6.1.4.1.318.1.1.1.2.2.5.0, Default, "Number of Batteries"
bad_batt, 1.3.6.1.4.1.318.1.1.1.2.2.6.0, Default, "Number of Bad
Batteries"
fuel, 1.3.6.1.4.1.318.1.1.1.2.2.1.0, Default, "Battery Fuel %"
output, 1.3.6.1.4.1.318.1.1.1.4.1.1.0, Default, "Output Status"
timeleft, 1.3.6.1.4.1.318.1.1.1.2.2.3.0, Timeticks, "Battery Time
Remaining"
temp, 1.3.6.1.4.1.318.1.1.10.2.3.2.1.4.1, Default, "Ambient Temperature
(F)"
humidity, 1.3.6.1.4.1.318.1.1.10.2.3.2.1.6.1, Default, "Ambient Humidity
%"
</snmp-device-variables>

<snmp-device-thresholds>

Alarm  :    ${output} = 3 "Power Failure, PowerStruXure on battery"
Alarm  :    ${bad_batt} >= ${alarm_threshold_bad_batt} "Bad Battery"
Alarm  :    ${temp} > ${temp_threshold} "Ambient Temp. >
${temp_threshold} (actual: ${temp})"
Warning:    ${fuel} < ${fuel_threshold} "Fuel < 100% (actual: ${fuel}%)"

</snmp-device-thresholds>

<snmp-device-display>
  __________________________
Number of Batteries    : ${batteries}
Number of Bad Batteries: ${bad_batt}
Battery Time Remaining : ${timeleft}
Fuel Percentage        : ${fuel}%
Ambient Temperature    : ${temp} degrees
Ambient Humidity       : ${humidity}%
Output Status          : ${output}
  - 1 = unknown    - 2 = normal    - 3 = battery
__________________________
</snmp-device-display>


___________________________
James P. Ashe
Systems Analyst II
East Tennessee State University
Office of Information Technology
[EMAIL PROTECTED]
(423) 439-4648

 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> William W. Fisher
> Sent: Thursday, November 18, 2004 7:52 PM
> To: InterMapper Discussion
> Subject: Re: [IM-Talk] Custom Probe for APC UPS cards?
> 
> David:
> 
> InterMapper's default "SNMP" probe will detect the presence 
> of an APC UPS and display its status automatically.
> 
> Regards,
> 
> Bill Fisher
> Dartware, LLC
> 
> 
> On Nov 18, 2004, at 1:05 PM, David Fernandes wrote:
> 
> > Does anyone know if there is a custom probe for APC UPSes?
> 
> 
> ____________________________________________________________________
> List archives: 
> http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
> To unsubscribe: send email to: [EMAIL PROTECTED]
> 

____________________________________________________________________
List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [EMAIL PROTECTED]

Reply via email to