Miek Gieben a1c97f82a6
plugin/ready: fix starts and restarts (#2814)
Add OnRestartFailed to the ready plugin and some various cleanups.

Document slightly better how things are supposed to work with multiple
`ready`'s in the multiple Server Blocks.

All manually tested with this Corefile:
~~~
. {
    log
    ready
}

example.org {
    log
    chaos
    ready
}
~~~
And then `kill -SIGUSR1` and curling the ready endpoint. This works
well, the FailedReload is triggered by adding a syntax error in the
Corefile.

See #2659

Signed-off-by: Miek Gieben <miek@miek.nl>
2019-06-09 08:10:15 +01:00
..
2018-08-14 08:55:55 -07:00
2019-05-23 21:02:30 +01:00
2018-09-19 08:16:04 +01:00
2019-02-11 07:23:05 +00:00
2017-09-14 09:36:06 +01:00
2018-09-19 08:16:04 +01:00
2018-12-01 09:07:03 +00:00