commit | 2e10f5a759ffb51d26915f0ff3f59d4f05803064 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 11 20:11:55 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 14 16:02:19 2013 +0100 |
tree | 0b624fe1edfee0a07753464ee9908030bd19b7c6 | |
parent | 2c115e50472766a3c8b9afbc665982505a613c68 [diff] |
MINOR: checks: replace state DISABLED with CONFIGURED and ENABLED At the moment, health checks and agent checks are tied : no agent check is emitted if no health check is enabled. Other parameters are considered in the condition for letting checks run. It will help us selectively enable checks (agent and regular checks) to be know whether they're enabled/disabled and configured or not. Now we can already emit an error when trying to enable an unconfigured agent.