parent
23fc1f92de
commit
40f1484901
1 changed files with 32 additions and 0 deletions
@ -0,0 +1,32 @@ |
|||||||
|
# Monitor UPS status |
||||||
|
|
||||||
|
# Description: Nut UPS load |
||||||
|
# Type: Agent or Agent (active) |
||||||
|
# Key: ups.load[UPS] |
||||||
|
# Type of information: Numeric (float) |
||||||
|
# Units: % |
||||||
|
# Multiplier: Do not use |
||||||
|
# Store Value: As is |
||||||
|
UserParameter=ups.load[*],upsc $1 ups.load |
||||||
|
|
||||||
|
# Description: Nut UPS Battery Charge |
||||||
|
# Type: Agent or Agent (active) |
||||||
|
# Key: ups.battery.charge[UPS] |
||||||
|
# Type of information: Numeric (float) |
||||||
|
# Units: % |
||||||
|
# Multiplier: Do not use |
||||||
|
# Store Value: As is |
||||||
|
UserParameter=ups.battery.charge[*],upsc $1 battery.charge |
||||||
|
|
||||||
|
# Description: Nut UPS Status |
||||||
|
# Type: Agent or Agent (active) |
||||||
|
# Key: ups.status[UPS] |
||||||
|
# Type of information: Character |
||||||
|
# Show Value: As is (you can also define a dictionnary OL=>On Line etc...) |
||||||
|
UserParameter=ups.status[*],upsc $1 ups.status |
||||||
|
|
||||||
|
# Description: Nut UPS Model |
||||||
|
# Type: Agent or Agent (active) |
||||||
|
# Key: ups.model[UPS] |
||||||
|
# Type of information: Text |
||||||
|
UserParameter=ups.model[*],upsc $1 ups.model |
Loading…
Reference in new issue