Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightmulcahy committed Nov 9, 2023
1 parent 2355421 commit e29af54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Running this microservice will provide a findable service (via ZeroConf) that wi
Health is determined by a state machine with states of "**UNKNOWN**", "**DEGRADED**", "**UNHEALTHY**", and "**HEALTHY**".
The parameters settings `unhealthy` and `healthy` determine the threshold of when to transition to the next state.
<p align="center">
<img src="https://github.com/dwightmulcahy/healthchecker.server/blob/master/img/statemachine.png?raw=true" height="200"/>
<img src="https://github.com/dwightmulcahy/healthchecker.server/blob/master/img/statemachine.svg?raw=true" height="200"/>
</p>

## HealthCheckerServer Class
Expand Down Expand Up @@ -194,4 +194,4 @@ Valid values: 2 to 10 times, Default: 10 times
Passing `localhost` to `HealthChecker.Server` is meaningless when more then likely they will exist on different servers and or domains.
This will return the IP address of the local machine.
## findFreePort()
Finds a port that is free at the current IP address.
Finds a port that is free at the current IP address.

0 comments on commit e29af54

Please sign in to comment.