diff options
-rw-r--r-- | plugin/health/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugin/health/README.md b/plugin/health/README.md index e547028c2..5cb6c7beb 100644 --- a/plugin/health/README.md +++ b/plugin/health/README.md @@ -48,6 +48,17 @@ net { } ~~~ +Note that if you format this in one server block you will get an error on startup, that the second +server can't setup the health plugin (on the same port). + +~~~ txt +com net { + whoami + erratic + health :8080 +} +~~~~ + ## Plugins Any plugin that implements the Healther interface will be used to report health. |