Skip to content

Commit

Permalink
Remove .* from UnhealthyStatus state transition
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbear committed Oct 8, 2024
1 parent cfbccc5 commit 750b36e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Value HA_SLAVE_UNIT_INDEX (\S+)

Start
^HA\s+Health\s+Status:\s+${HA_HEALTH}
^HA\s+Health\s+Status:.* -> UnhealthyStatus
^HA\s+Health\s+Status: -> UnhealthyStatus
^Model:\s+${MODEL}
^Mode:\s+${HA_MODE}
^Group:\s+${HA_GROUP}
Expand Down

0 comments on commit 750b36e

Please sign in to comment.