Skip to content

Commit

Permalink
README update for new power/thermal check
Browse files Browse the repository at this point in the history
  • Loading branch information
mraineri committed May 12, 2020
1 parent cf1723e commit a9fb469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ $ python3 one_time_boot_check.py -r 127.0.0.1:8000 -u <user> -p <pass> -S Always

This checker logs into a specified service and traverses the `Chassis` collection.
For each chassis found, it will ensure that it can collect at least one sensor reading from the `Power` and `Thermal` resources.
For each sensor reading found, it will ensure that the readings are consistent with the state of the sensor, as in there are no bogus readings for a device that isn't present.

Example:
```
Expand Down

0 comments on commit a9fb469

Please sign in to comment.