jjmartres / Zabbix

A great collection of Zabbix scripts and templates
GNU General Public License v2.0
878 stars 583 forks source link

Wrong key mapping for APC UPS template #71

Open veracosta opened 9 years ago

veracosta commented 9 years ago

I have tried using "zbx-apc-ups.xml" with Smart-UPS RT 2400 RM XL(software version: 806.3.A), and found that the item "UPS replace battery indicator" is always indicating "1" at the latest data. According to the key mapping which is referred from "README.md", "1" means "unknown".

http://www.opennms.org/wiki/APC_UPS As we see the link above, correct key mapping for "upsAdvBatteryReplaceIndicator" might be,

1 => noBatteryNeedsReplacing 2 => batteryNeedsReplacing

Regards.