Skip to content

Commit

Permalink
Add missing CPU temp status in status result
Browse files Browse the repository at this point in the history
  • Loading branch information
saffronjam committed Jun 13, 2024
1 parent 8fd6be0 commit 8fece0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/services/system_state_poll/status_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func GetHostStatuses() ([]body.HostStatus, error) {
hostStatus := body.HostStatus{
CPU: body.CpuStatus{
Load: hostApiStatus.CPU.Load,
Temp: hostApiStatus.CPU.Temp,
},
RAM: body.RamStatus{
Load: hostApiStatus.RAM.Load,
Expand Down

0 comments on commit 8fece0e

Please sign in to comment.