Hi there,
Where can I find this new Probe ?
I've made a custom probe for out Victron UPS System in 2001.
This still works with our new Riello UPS.
Maybe this is useful:
<!--
SNMP - Victron USV Sitepro
Copyright (c) 2001 MedianNet GmbH All rights reserved.
-->
<header>
type = "custom-snmp"
package = "de.medianet.freinet"
probe_name = "snmp.victron"
human_name = "SNMP - Victron"
version = "1.0"
address_type = "IP,AT"
port_number = "161"
</header>
<description>
�GB�SNMP - Victron�P�
This probe monitors some needfull USV parameters.
�i�UPS Batterie Status - Alarm�p� is the ALARM threshold for Battery Status.
�i�If the value is 2 USV working normal.
�i�If the value is 1 USV is on bypass, the device will enter the Alarm
state.
�i�UPS Batterie Remaining - Warning�p� is the WARNING threshold for the
estimated batterie time remaining. If the Batterie Remaining is less than
this threshold, the device will enter the Warning state.
�i�UPS Batterie low Voltage - Warning�p� is the WARNING threshold for the
min. batterie voltage. If the Batterie voltage is less than this threshold,
the device will enter the Warning state.
�i�Low Input Voltage line 1 - Alarm�p� is the ALARM threshold for min input
voltage on phase 1. If the input voltage drops below this threshold, the
device will enter the Alarm state.
�i�Low Input Voltage line 2 - Alarm�p� is the ALARM threshold for min input
voltage on phase 2. If the input voltage drops below this threshold, the
device will enter the Alarm state.
�i�Low Input Voltage line 3 - Alarm�p� is the ALARM threshold for min input
voltage on phase 3. If the input voltage drops below this threshold, the
device will enter the Alarm state.
</description>
<parameters>
"UPS Batterie Status - Alarm" = "2"
"UPS Batterie Remaining - Warning" = "10"
"UPS Batterie low Voltage - Warning" ="4300"
"Low Input Voltage line 1 - Alarm" = "230"
"Low Input Voltage line 2 - Alarm" = "230"
"Low Input Voltage line 3 - Alarm" = "230"
"Low Output Voltage line 1 - Alarm" = "230"
"Low Output Voltage line 2 - Alarm" = "230"
"Low Output Voltage line 3 - Alarm" = "230"
</parameters>
<snmp-device-variables>
-- TYPE can be one of: DEFAULT, PER-SECOND, PER-MINUTE, TOTAL-VALUE.
-- Use DEFAULT for string and integer values.
-- MIB Variable -- --- OID --- --- TYPE ---
--- LEGEND ---
-- Reference: snmpwalk
batt.stat, 1.3.6.1.2.1.33.1.2.1.0, DEFAULT,
"Batterie Status 2=ok"
batt.rem, 1.3.6.1.2.1.33.1.2.3.0, DEFAULT,
"Batterie time remaining"
batt.volt, 1.3.6.1.2.1.33.1.2.5.0, DEFAULT,
"Batterie voltage"
input.volt1, 1.3.6.1.2.1.33.1.3.3.1.3.1, DEFAULT,
"Input voltage Phase 1"
input.volt2, 1.3.6.1.2.1.33.1.3.3.1.3.2, DEFAULT,
"Input voltage Phase 2"
input.volt3, 1.3.6.1.2.1.33.1.3.3.1.3.3, DEFAULT,
"Input voltage Phase 3"
output.volt1, 1.3.6.1.2.1.33.1.5.3.1.2.1, DEFAULT,
"Output voltage Phase 1"
output.volt2, 1.3.6.1.2.1.33.1.5.3.1.2.2, DEFAULT,
"Output voltage Phase 2"
output.volt3, 1.3.6.1.2.1.33.1.5.3.1.2.3, DEFAULT,
"Output voltage Phase 3"
</snmp-device-variables>
<snmp-device-thresholds>
alarm: ${batt.stat} != ${UPS Batterie Status - Alarm}
alarm: ${input.volt1} < ${Low Input Voltage line 1 - Alarm}
alarm: ${input.volt2} < ${Low Input Voltage line 2 - Alarm}
alarm: ${input.volt3} < ${Low Input Voltage line 3 - Alarm}
alarm: ${output.volt1} < ${Low Output Voltage line 1 - Alarm}
alarm: ${output.volt2} < ${Low Output Voltage line 2 - Alarm}
alarm: ${output.volt3} < ${Low Output Voltage line 3 - Alarm}
warning: ${batt.rem} < ${UPS Batterie Remaining - Warning}
warning: ${batt.volt} < ${UPS Batterie low Voltage - Warning}
</snmp-device-thresholds>
<snmp-device-alarmpoints>
-- Name: Severity (Condition-to-Test) Condition-String => Notifer-List
Voltage1: major ( ${input.volt1} < ${Low Input Voltage line 1 - Alarm} )
"Low Voltage1" => Default1
Voltage1: clear ( ${input.volt1} > ${Low Input Voltage line 1 - Alarm} )
"Low Voltage1" => Default1
Voltage2: major ( ${input.volt2} < ${Low Input Voltage line 2 - Alarm} )
"Low Voltage2" => Default2
Voltage2: clear ( ${input.volt2} > ${Low Input Voltage line 2 - Alarm} )
"Low Voltage2" => Default2
Voltage3: major ( ${input.volt3} < ${Low Input Voltage line 3 - Alarm} )
"Low Voltage3" => Default3
Voltage3: clear ( ${input.volt3} > ${Low Input Voltage line 3 - Alarm} )
"Low Voltage3" => Default3
</snmp-device-alarmpoints>
<snmp-device-notifiers>
Default1: "Default Sounds:0:0:0"
Default2: "Default Sounds:0:0:0"
Default3: "Default Sounds:0:0:0"
</snmp-device-notifiers>
<snmp-device-display>
�B5�Victron Device Information�0P�
�4�Batt.Stat:�0� ${batt.stat} (should be = ${UPS Batterie Status -
Alarm})�3IG� �P0M�
�4�Batt.Rem:�0� ${batt.rem} (should be > ${UPS Batterie Remaining -
Warning}) �3IG� �P0M�
�4�Batt.Volt:�0� ${batt.volt} (should be > ${UPS Batterie low Voltage -
Warning}) �3IG� �P0M�
�4�InputVoltage Phase1:�0� ${input.volt1} (should be > ${Low Input
Voltage line 1 - Alarm}) �3IG� �P0M�
�4�InputVoltage Phase2:�0� ${input.volt2} (should be > ${Low Input
Voltage line 2 - Alarm}) �3IG� �P0M�
�4�InputVoltage Phase3:�0� ${input.volt3} (should be > ${Low Input
Voltage line 3 - Alarm}) �3IG� �P0M�
�4�OutputVoltage Phase1:�0� ${output.volt1} (should be > ${Low Output
Voltage line 1 - Alarm}) �3IG� �P0M�
�4�OutputVoltage Phase2:�0� ${output.volt2} (should be > ${Low Output
Voltage line 2 - Alarm}) �3IG� �P0M�
�4�OutputVoltage Phase3:�0� ${output.volt3} (should be > ${Low Output
Voltage line 3 - Alarm})
�B5�Victron Alarm Points defined�0P�
${Voltage1:condition}:${Voltage1}�P0M�
${Voltage2:condition}:${Voltage2}�P0M�
${Voltage3:condition}:${Voltage3}�P0M�
</snmp-device-display>
> Von: "Jon K. Jacobson" <[EMAIL PROTECTED]>
> Antworten an: InterMapper Discussion <[email protected]>
> Datum: 14 Apr 2005 16:24:58 EDT
> An: "[email protected]" <[email protected]>
> Betreff: [IM-Talk] Developing UPS Support for InterMapper
>
> Dartware is starting a project to monitor more UPS devices. Your requests,
> feedback, and help will ensure this project's success.
>
> Please notify me of the UPS devices that you would like supported by
> InterMapper. We have already implemented support for the APC Smart-UPS and
> Best Power brands.
>
> We have developed a probe for the UPS MIB (RFC 1628). If you are able to
> provide access to a compatible UPS, please send me a note.
>
> Thanks!
>
> Jon Jacobson
> Consultant for Dartware, LLC.
>
> ____________________________________________________________________
> 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]