Martin Sebald
7 years ago
3 changed files with 7 additions and 7 deletions
@ -1,3 +1,3 @@ |
|||
#!/bin/bash |
|||
export UPS_LOG="$(/sbin/apcaccess status 172.27.0.31:$1)" |
|||
export UPS_LOG="$(/sbin/apcaccess status 127.0.0.1:$1)" |
|||
echo $UPS_LOG |
|||
|
@ -1,10 +1,10 @@ |
|||
String USV_Log "kompletter Inhalt des Logs [%s]" { channel="exec:command:a1b2c3d4:output" } |
|||
String USV_Status "USV Status [MAP(ups.map):%s]" |
|||
Number USV_Load "USV Load [%.1f %%]" |
|||
String USV_Status "USV Status [MAP(ups.map):%s]" |
|||
Number USV_Load "USV Load [%.1f %%]" |
|||
Number USV_BattCharge "USV Battery Charge [%.1f %%]" |
|||
Number USV_TimeLeft "USV Time Left [%.1f Minuten]" |
|||
Number USV_BattVoltage "USV Battery Volts [%.1f V]" |
|||
Number USV_LineV "USV Input Volts [%.1f V]" |
|||
Number USV_LineV "USV Input Volts [%.1f V]" |
|||
Number USV_OutputV "USV Output Volts [%.1f V]" |
|||
Number USV_ITemp "USV Temperatur [%.1f °C]" |
|||
Number USV_ITemp "USV Temperatur [%.1f °C]" |
|||
String USV_BattDate "USV Battery Date [%s]" |
|||
|
Loading…
Reference in new issue