Home | History | Annotate | Line # | Download | only in l4check
      1  1.1  christos #
      2  1.1  christos # NOTE: ORDER IS IMPORTANT IN THIS FILE
      3  1.1  christos #
      4  1.1  christos # Interface to do the redirections on and the IP address which will be
      5  1.1  christos # targeted.
      6  1.1  christos #
      7  1.1  christos interface nf0 192.168.1.1,2100
      8  1.1  christos #
      9  1.1  christos connect timeout 1
     10  1.1  christos connect frequency 20
     11  1.1  christos #
     12  1.1  christos # If no probe string is specified, a successful connection implies the
     13  1.1  christos # server is still alive.
     14  1.1  christos #
     15  1.1  christos probe string GET /\n\n
     16  1.1  christos #probe file http.check
     17  1.1  christos #
     18  1.1  christos response timeout 4
     19  1.1  christos response string <HTML>
     20  1.1  christos #response file http.ok
     21  1.1  christos #
     22  1.1  christos # Here we have multiple servers, listed because that's what happens to be
     23  1.1  christos # used for testing of connect timeoutes, read timeouts, success and things
     24  1.1  christos # which don't connect.
     25  1.1  christos #
     26  1.1  christos remote server 192.168.1.2,23
     27  1.1  christos remote server 192.168.1.2,2101
     28  1.1  christos remote server 192.168.1.3,25
     29  1.1  christos remote server 192.168.1.254,8000
     30  1.1  christos remote server 192.168.1.1,9
     31  1.1  christos #
     32