mirror of
https://github.com/coredns/coredns.git
synced 2026-01-21 16:11:18 -05:00
plugin/health: cleanups (#2811)
Small, trivial cleanup: got triggered because I saw a comment on how health plugins polls other plugins which isn't true. * Remove useless newHealth function * healthParse -> parse * Remove useless constants Net deletion of code. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
## Description
|
||||
|
||||
Enabled process wide health endpoint. When CoreDNS is up and running this returns a 200 OK http
|
||||
Enabled process wide health endpoint. When CoreDNS is up and running this returns a 200 OK HTTP
|
||||
status code. The health is exported, by default, on port 8080/health .
|
||||
|
||||
## Syntax
|
||||
|
||||
Reference in New Issue
Block a user