MINOR: checks: add a PAUSED state for the checks
authorWilly Tarreau <w@1wt.eu>
Wed, 11 Dec 2013 20:03:31 +0000 (21:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 14 Dec 2013 15:02:20 +0000 (16:02 +0100)
commit33a08db932ddc833fdb4e3f70f82e45075db5402
tree814ac588bd2cf61b92150fab973438bd954970ee
parent15f39102145af20800d906843e4dd7f8f7340245
MINOR: checks: add a PAUSED state for the checks

Health checks can now be paused. This is the status they get when the
server is put into maintenance mode, which is more logical than relying
on the server's state at some places. It will be needed to allow agent
checks to run when health checks are disabled (currently not possible).
include/types/checks.h
src/cfgparse.c
src/checks.c
src/dumpstats.c