-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Harvest should collect power metrics from a1000 and a900 clusters (
#3063) Those platforms have sensors with slightly different names that Harvest needs to accommodate. Fixes: #3062
- Loading branch information
Showing
4 changed files
with
550 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,296 @@ | ||
{ | ||
"records": [ | ||
{ | ||
"node": { | ||
"uuid": "52ad059c-349b-11ef-b340-d039eaa9ee10", | ||
"name": "a1k-01", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/nodes/52ad059c-349b-11ef-b340-d039eaa9ee10" | ||
} | ||
} | ||
}, | ||
"index": 81, | ||
"name": "PSU1 In Volt", | ||
"type": "voltage", | ||
"value": 210000, | ||
"value_units": "mV", | ||
"threshold_state": "normal", | ||
"critical_low_threshold": 84000, | ||
"warning_low_threshold": 90000, | ||
"warning_high_threshold": 264000, | ||
"critical_high_threshold": 276000, | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/sensors/52ad059c-349b-11ef-b340-d039eaa9ee10/81" | ||
} | ||
} | ||
} | ||
{ | ||
"node": { | ||
"uuid": "52ad059c-349b-11ef-b340-d039eaa9ee10", | ||
"name": "a1k-01", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/nodes/52ad059c-349b-11ef-b340-d039eaa9ee10" | ||
} | ||
} | ||
}, | ||
"index": 82, | ||
"name": "PSU1 In Curr", | ||
"type": "current", | ||
"value": 2100, | ||
"value_units": "mA", | ||
"threshold_state": "normal", | ||
"critical_low_threshold": 0, | ||
"warning_high_threshold": 14100, | ||
"critical_high_threshold": 15000, | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/sensors/52ad059c-349b-11ef-b340-d039eaa9ee10/82" | ||
} | ||
} | ||
} | ||
{ | ||
"node": { | ||
"uuid": "52ad059c-349b-11ef-b340-d039eaa9ee10", | ||
"name": "a1k-01", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/nodes/52ad059c-349b-11ef-b340-d039eaa9ee10" | ||
} | ||
} | ||
}, | ||
"index": 85, | ||
"name": "PSU1 In Pwr", | ||
"type": "unknown", | ||
"value": 448, | ||
"value_units": "W", | ||
"threshold_state": "normal", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/sensors/52ad059c-349b-11ef-b340-d039eaa9ee10/85" | ||
} | ||
} | ||
} | ||
{ | ||
"node": { | ||
"uuid": "52ad059c-349b-11ef-b340-d039eaa9ee10", | ||
"name": "a1k-01", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/nodes/52ad059c-349b-11ef-b340-d039eaa9ee10" | ||
} | ||
} | ||
}, | ||
"index": 91, | ||
"name": "PSU2 In Volt", | ||
"type": "voltage", | ||
"value": 210000, | ||
"value_units": "mV", | ||
"threshold_state": "normal", | ||
"critical_low_threshold": 84000, | ||
"warning_low_threshold": 90000, | ||
"warning_high_threshold": 264000, | ||
"critical_high_threshold": 276000, | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/sensors/52ad059c-349b-11ef-b340-d039eaa9ee10/91" | ||
} | ||
} | ||
} | ||
{ | ||
"node": { | ||
"uuid": "52ad059c-349b-11ef-b340-d039eaa9ee10", | ||
"name": "a1k-01", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/nodes/52ad059c-349b-11ef-b340-d039eaa9ee10" | ||
} | ||
} | ||
}, | ||
"index": 92, | ||
"name": "PSU2 In Curr", | ||
"type": "current", | ||
"value": 2100, | ||
"value_units": "mA", | ||
"threshold_state": "normal", | ||
"critical_low_threshold": 0, | ||
"warning_high_threshold": 14100, | ||
"critical_high_threshold": 15000, | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/sensors/52ad059c-349b-11ef-b340-d039eaa9ee10/92" | ||
} | ||
} | ||
} | ||
{ | ||
"node": { | ||
"uuid": "52ad059c-349b-11ef-b340-d039eaa9ee10", | ||
"name": "a1k-01", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/nodes/52ad059c-349b-11ef-b340-d039eaa9ee10" | ||
} | ||
} | ||
}, | ||
"index": 95, | ||
"name": "PSU2 In Pwr", | ||
"type": "unknown", | ||
"value": 456, | ||
"value_units": "W", | ||
"threshold_state": "normal", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/sensors/52ad059c-349b-11ef-b340-d039eaa9ee10/95" | ||
} | ||
} | ||
} | ||
{ | ||
"node": { | ||
"uuid": "800c0fcb-349b-11ef-8a0d-d039eaa9edb6", | ||
"name": "a1k-02", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/nodes/800c0fcb-349b-11ef-8a0d-d039eaa9edb6" | ||
} | ||
} | ||
}, | ||
"index": 81, | ||
"name": "PSU1 In Volt", | ||
"type": "voltage", | ||
"value": 212000, | ||
"value_units": "mV", | ||
"threshold_state": "normal", | ||
"critical_low_threshold": 84000, | ||
"warning_low_threshold": 90000, | ||
"warning_high_threshold": 264000, | ||
"critical_high_threshold": 276000, | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/sensors/800c0fcb-349b-11ef-8a0d-d039eaa9edb6/81" | ||
} | ||
} | ||
} | ||
{ | ||
"node": { | ||
"uuid": "800c0fcb-349b-11ef-8a0d-d039eaa9edb6", | ||
"name": "a1k-02", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/nodes/800c0fcb-349b-11ef-8a0d-d039eaa9edb6" | ||
} | ||
} | ||
}, | ||
"index": 82, | ||
"name": "PSU1 In Curr", | ||
"type": "current", | ||
"value": 2100, | ||
"value_units": "mA", | ||
"threshold_state": "normal", | ||
"critical_low_threshold": 0, | ||
"warning_high_threshold": 14100, | ||
"critical_high_threshold": 15000, | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/sensors/800c0fcb-349b-11ef-8a0d-d039eaa9edb6/82" | ||
} | ||
} | ||
} | ||
{ | ||
"node": { | ||
"uuid": "800c0fcb-349b-11ef-8a0d-d039eaa9edb6", | ||
"name": "a1k-02", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/nodes/800c0fcb-349b-11ef-8a0d-d039eaa9edb6" | ||
} | ||
} | ||
}, | ||
"index": 85, | ||
"name": "PSU1 In Pwr", | ||
"type": "unknown", | ||
"value": 448, | ||
"value_units": "W", | ||
"threshold_state": "normal", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/sensors/800c0fcb-349b-11ef-8a0d-d039eaa9edb6/85" | ||
} | ||
} | ||
} | ||
{ | ||
"node": { | ||
"uuid": "800c0fcb-349b-11ef-8a0d-d039eaa9edb6", | ||
"name": "a1k-02", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/nodes/800c0fcb-349b-11ef-8a0d-d039eaa9edb6" | ||
} | ||
} | ||
}, | ||
"index": 91, | ||
"name": "PSU2 In Volt", | ||
"type": "voltage", | ||
"value": 210000, | ||
"value_units": "mV", | ||
"threshold_state": "normal", | ||
"critical_low_threshold": 84000, | ||
"warning_low_threshold": 90000, | ||
"warning_high_threshold": 264000, | ||
"critical_high_threshold": 276000, | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/sensors/800c0fcb-349b-11ef-8a0d-d039eaa9edb6/91" | ||
} | ||
} | ||
} | ||
{ | ||
"node": { | ||
"uuid": "800c0fcb-349b-11ef-8a0d-d039eaa9edb6", | ||
"name": "a1k-02", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/nodes/800c0fcb-349b-11ef-8a0d-d039eaa9edb6" | ||
} | ||
} | ||
}, | ||
"index": 92, | ||
"name": "PSU2 In Curr", | ||
"type": "current", | ||
"value": 2100, | ||
"value_units": "mA", | ||
"threshold_state": "normal", | ||
"critical_low_threshold": 0, | ||
"warning_high_threshold": 14100, | ||
"critical_high_threshold": 15000, | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/sensors/800c0fcb-349b-11ef-8a0d-d039eaa9edb6/92" | ||
} | ||
} | ||
} | ||
{ | ||
"node": { | ||
"uuid": "800c0fcb-349b-11ef-8a0d-d039eaa9edb6", | ||
"name": "a1k-02", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/nodes/800c0fcb-349b-11ef-8a0d-d039eaa9edb6" | ||
} | ||
} | ||
}, | ||
"index": 95, | ||
"name": "PSU2 In Pwr", | ||
"type": "unknown", | ||
"value": 464, | ||
"value_units": "W", | ||
"threshold_state": "normal", | ||
"_links": { | ||
"self": { | ||
"href": "/api/cluster/sensors/800c0fcb-349b-11ef-8a0d-d039eaa9edb6/95" | ||
} | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.