Skip to content

Commit

Permalink
Add list of exported metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
viral32111 committed Oct 2, 2022
1 parent e1592bb commit 0ea1f69
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,29 @@ Connected to the Network Information Server.
Waiting 15 seconds for next collection..
```

### Metrics

The following metrics are exported:

* `ups_status`

* `ups_power_input_expect_voltage`
* `ups_power_output_maximum_wattage`
* `ups_power_line_voltage`
* `ups_power_load_percent`

* `ups_battery_output_actual_voltage`
* `ups_battery_time_spent_latest_seconds`
* `ups_battery_time_spent_total_seconds`
* `ups_battery_remaining_charge_percent`
* `ups_battery_remaining_time_minutes`

* `ups_daemon_remaining_charge_percent`
* `ups_daemon_remaining_time_minutes`
* `ups_daemon_timeout_minutes`
* `ups_daemon_transfer_count`
* `ups_daemon_start_timestamp`

## License

Copyright (C) 2022 [viral32111](https://viral32111.com).
Expand Down

0 comments on commit 0ea1f69

Please sign in to comment.