Hi! The servers I use fetch data from some central repository. I would like them to serve HTTP requests only if the data is fresh enough - so we can avoid serving stale data (that part is easy, I just use httpchk). But if there is no fresh data available I would like them to serve HTTP requests no matter how old they are, so the data is at least served.
Is this possible with haproxy? The way I see it, the states should be: - UP - WARNING = UP if there is no other UP server, otherwise DOWN - DOWN Not sure this is the best way to deal with this problem... Any ideas? Thanks, Anze

