You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look at page 65, you can see the difference between .6 and .7
Question
can you also add the ambient temperature to the plugin?
gbin2265
changed the title
[hardware::ups::socomec::netvision::snmp::plugin] --mode=battery - no temperature for version 7
[hardware::ups::socomec::netvision::snmp::plugin] --mode=battery - add UPS Ambient Temperature
Mar 6, 2025
We have a Socomec NetVision v7.42.
centreon_plugins.pl --plugin="hardware::ups::socomec::netvision::snmp::plugin" --mode="battery" --snmp-version="1" --snmp-community="public" --hostname=x.x.x.x --debug
OK: battery status is normal - charge remaining: 100% (10 minutes remaining) | 'battery.charge.remaining.percent'=100%;;;0;100 'battery.charge.remaining.minutes'=10;;;0; 'battery.voltage.volt'=535V;;;;
.1.3.6.1.4.1.4555.1.1.7.1.2.1.0 = 2
.1.3.6.1.4.1.4555.1.1.7.1.2.3.0 = 10
.1.3.6.1.4.1.4555.1.1.7.1.2.4.0 = 100
.1.3.6.1.4.1.4555.1.1.7.1.2.5.0 = 5350
.1.3.6.1.4.1.4555.1.1.7.1.2.6.0 = 0
.1.3.6.1.4.1.4555.1.1.7.1.2.8.0 = 0
snmpwalk -O n -c public -v 1 x.x.x.x .1.3.6.1.4.1.4555.1.1.7.1.2
.1.3.6.1.4.1.4555.1.1.7.1.2.1.0 = INTEGER: 2
.1.3.6.1.4.1.4555.1.1.7.1.2.2.0 = INTEGER: 0
.1.3.6.1.4.1.4555.1.1.7.1.2.3.0 = INTEGER: 10
.1.3.6.1.4.1.4555.1.1.7.1.2.4.0 = INTEGER: 100
.1.3.6.1.4.1.4555.1.1.7.1.2.5.0 = INTEGER: 5340
.1.3.6.1.4.1.4555.1.1.7.1.2.6.0 = INTEGER: 0
.1.3.6.1.4.1.4555.1.1.7.1.2.7.0 = INTEGER: 190
.1.3.6.1.4.1.4555.1.1.7.1.2.8.0 = INTEGER: 0
.1.3.6.1.4.1.4555.1.1.7.1.2.9.0 = INTEGER: 0
snmpwalk -O n -c public -v 1 x.x.x.x upsBatteryStatus
.1.3.6.1.2.1.33.1.2.1.0 = INTEGER: batteryNormal(2)
snmpwalk -O n -c public -v 1 x.x.x.x upsEstimatedMinutesRemaining
.1.3.6.1.2.1.33.1.2.3.0 = INTEGER: 10 minutes
snmpwalk -O n -c public -v 1 x.x.x.x upsEstimatedChargeRemaining
.1.3.6.1.2.1.33.1.2.4.0 = INTEGER: 100 percent
snmpwalk -O n -c public -v 1 x.x.x.x upsBatteryVoltage
.1.3.6.1.2.1.33.1.2.5.0 = INTEGER: 5340 0.1 Volt DC
snmpwalk -O n -c public -v 1 x.x.x.x upsBatteryCurrent
.1.3.6.1.2.1.33.1.2.6.0 = INTEGER: 0 0.1 Amp DC
snmpwalk -O n -c public -v 1 x.x.x.x upsBatteryTemperature
.1.3.6.1.2.1.33.1.2.7.0 = INTEGER: 19 degrees Centigrade
The text was updated successfully, but these errors were encountered: