Skip to content

Commit f7f025a

Browse files
update CHANGELOG and README
1 parent 07e52d5 commit f7f025a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ log is based on the [Keep a CHANGELOG](http://keepachangelog.com/) project.
2525
- Thermal Summary, Power total consumed for Cisco servers and Chassis, memory metrics for Gen9 server models [#53](https://github.com/Comcast/fishymetrics/issues/53)
2626
- Firmware gathering endpoint update and add device info to other HP models [#55](https://github.com/Comcast/fishymetrics/issues/55)
2727
- C220 drive metrics on hosts with fw < 4.0, psu metrics result and label values [#57](https://github.com/Comcast/fishymetrics/issues/57)
28+
- Chassis ComputerSystems field is handled improperly [#68](https://github.com/Comcast/fishymetrics/issues/68)
2829

2930
## Updated
3031

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This app can support any chassis that has the redfish API available. If one need
99

1010
To run it:
1111

12-
```bash
12+
```
1313
$ ./fishymetrics --help
1414
usage: fishymetrics [<flags>]
1515
@@ -57,7 +57,7 @@ Flags:
5757

5858
Or set the following ENV Variables:
5959

60-
```bash
60+
```
6161
BMC_USERNAME=<string>
6262
BMC_PASSWORD=<string>
6363
BMC_TIMEOUT=<duration> (Default: 15s)

0 commit comments

Comments
 (0)