Skip to content

Commit

Permalink
Fix wrong state of timeoutprobe
Browse files Browse the repository at this point in the history
  • Loading branch information
iobear committed Mar 6, 2024
1 parent 6f6943e commit f2c9584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dashgoat/timeoutprobe.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func updateEventLostProbe(hostService string) {
tmpStruct := ss.serviceStateList[hostService]
tmpStruct.Message = "Lost probe heartbeat"
tmpStruct.Severity = "error"
tmpStruct.Status = config.BuddyDownStatusMsg
tmpStruct.Status = "error"

ss.serviceStateList[hostService] = tmpStruct
}
Expand Down

0 comments on commit f2c9584

Please sign in to comment.