mirror of
https://github.com/coredns/coredns.git
synced 2025-12-06 02:15:11 -05:00
Manual pages (#1346)
* Add manual pages Generate manual pages from the README and extend README with Name and Description sections. The generation requires 'ronn' which may not be available. Just check in all generated manual pages.
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
# health
|
||||
|
||||
*health* enables a simple health check endpoint.
|
||||
## Name
|
||||
|
||||
By default, it listens on port 8080.
|
||||
*health* - enables a health check endpoint.
|
||||
|
||||
## Description
|
||||
|
||||
By enabling *health* any plugin that implements it will be queried for it's health. The combined
|
||||
health is exported, by default, on port 8080/health .
|
||||
|
||||
## Syntax
|
||||
|
||||
|
||||
Reference in New Issue
Block a user