Skip to content

Commit

Permalink
Merge pull request #32 from Cray-HPE/CASMHMS-5268
Browse files Browse the repository at this point in the history
Add telemetry support for HPE PDUs
  • Loading branch information
rfrost-hpe authored Nov 30, 2021
2 parents bca5e56 + 258aced commit bed22cf
Show file tree
Hide file tree
Showing 12 changed files with 713 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.0
2.15.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Fixed - for any bug fixes
Security - in case of vulnerabilities
-->

## [2.15.0] - 2021-11-30

### Added

- CASMHMS-5268 - Added telemetry support for HPE PDUs.

## [2.14.0] - 2021-10-27

### Changed
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ ENV REST_ENABLED=true
ENV KAFKA_HOST=localhost
ENV KAFKA_PORT=9092
ENV POLLING_INTERVAL=1
ENV PDU_POLLING_INTERVAL=30
ENV HSM_REFRESH_INTERVAL=30
ENV SM_URL=https://cray-smd
ENV REST_URL=localhost
Expand Down
1 change: 1 addition & 0 deletions cmd/hmcollector/hmcollector.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ var (
"Path to the configuration file containing all of the Kafka brokers this collector should produce to.")

pollingInterval = flag.Int("polling_interval", 10, "The polling interval to use in seconds.")
pduPollingInterval = flag.Int("pdu_polling_interval", 30, "The polling interval to use for redfish PDUs in seconds.")
hsmRefreshInterval = flag.Int("hsm_refresh_interval", 30,
"The interval to check HSM for new Redfish Endpoints in seconds.")

Expand Down
Loading

0 comments on commit bed22cf

Please sign in to comment.