Zabbix-NUT-Template icon indicating copy to clipboard operation
Zabbix-NUT-Template copied to clipboard

UPS status

Open voron opened this issue 11 years ago • 4 comments

Hello,

My UPS produces more than 1 state at once. mail sh # upsc mustek ups.status OL TRIM mail sh # upsc mustek ups.status OL mail sh # upsc mustek ups.status OL TRIM mail sh #

ups_status.sh fails on that data.

voron avatar Nov 01 '14 10:11 voron

in ups_status.sh : TRIM) echo 11 ;; #'UPS is trimming incoming voltage (called "buck" in some hardware)' ;; OL TRIM) echo 11 ;;

allion avatar Dec 11 '14 12:12 allion

I saw more than 2 statuses over the internet. Thus just adding all my statuses to ups_status.sh is not a generic solution. There can be 2 or 3 statuses simultaneously by UPS nature. Seems, Zabbix is not ready for that.

voron avatar Dec 11 '14 17:12 voron

Tnx, try at the weekend

delin avatar Dec 12 '14 12:12 delin

Need to write just "key" in the string 21. Not "$key" )))

LetArch avatar Aug 20 '19 12:08 LetArch