You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.0 KiB
69 lines
1.0 KiB
# HELP go_State. |
|
# TYPE go_state gauge |
|
#state _normal |
|
|
|
# HELP go_Power_supply_by. |
|
# TYPE go_Power_supply_by gauge |
|
#go_utility_Power |
|
|
|
# HELP Utility_Voltage. |
|
# TYPE go_Utility_Voltage gauge |
|
#go_235_V |
|
|
|
|
|
# HELP Output_Voltage. |
|
# TYPE Output_Voltage gauge |
|
#go_235_V |
|
|
|
# HELP Battery_Capacity. |
|
# TYPE Battery_Capacity gauge |
|
#go_100% |
|
|
|
#battery_capacity_percentage 100 |
|
|
|
# HELP Remaining_Runtime. |
|
# TYPE Remaining_Runtime gauge |
|
#go_100_min |
|
|
|
|
|
# HELP Load. |
|
# TYPE Load gauge |
|
#go_0_Watt_(0%) |
|
|
|
|
|
# HELP Line_Interaction. |
|
# TYPE Line_Interaction gauge |
|
#go_None |
|
|
|
|
|
# HELP Test_Result. |
|
# TYPE Test_Result gauge |
|
#go_Unknown |
|
|
|
# HELP Last_Power_Event. |
|
# TYPE Last_Power_Event gauge |
|
#go_Blackout_at_2019/07/23_10:14:07_for_72_min# |
|
|
|
|
|
|
|
#The followin is the prod script |
|
|
|
ups_state {"normal"} 1 |
|
|
|
ups_battery_capacity_percentage 100 |
|
|
|
ups_Power_supply_by {"utility_power"} 1 |
|
|
|
ups_utility_voltage 235 |
|
|
|
ups_battery_capacity_percentage 100 |
|
|
|
ups_remaining_runtime_per_min 100 |
|
|
|
ups_load_watt 0 |
|
|
|
ups_load_percentage 0 |
|
|
|
ups_line_interaction {"none"} 1 |
|
|
|
ups_last_power_event {"blackout"} 1
|
|
|