Hello, i want to use Loadbalance UDP Syslog Messages to the  Graylog2 
Nodes. But the Healthcheck of the HTTP do not work. 

I want to use UDP - Use Keepalived + LVS  but  the HTTP_GET Healthcheck do 
not work for me. 

If  I do not use the HTTP_GET flag its work very 
(https://www.graylog2.org/resources/documentation/setup/loadbalancer)

Has anybody experience with that? 


keepalived.conf

global_defs {
   notification_email {
     [email protected]
     [email protected]
     [email protected]
   }
   notification_email_from [email protected]
   smtp_server 192.168.200.1
   smtp_connect_timeout 30
   router_id LVS_DEVEL
}


vrrp_instance VI_1 {
    state MASTER
    interface eth0
    virtual_router_id 51
    priority 100
    advert_int 1
    authentication {
        auth_type PASS
        auth_pass 1111
    }
    virtual_ipaddress {
        10.x.x.220
    }
}


virtual_server 10.x.x.220 xxxx {
    delay_loop 6
    lb_algo wrr
    lb_kind NAT
    persistence_timeout 6

    protocol UDP


    real_server 10.x.x.210 xxx {
     weight 10
        HTTP_GET {

                url {
                        path /system/lbstatus/
                        digest 3bfa0eed9e858c516e816a519b2a82eb
                    }
                    connect_timeout 3
                    connect_port 12900
                    nb_get_retry 2
                    delay_before_retry 1


        }
    }


   real_server 10.x.x.211 xxx {
    weight 10
        HTTP_GET {

               url {
                        path /system/lbstatus/
                        digest 3bfa0eed9e858c516e816a519b2a82eb
                    }
                    connect_timeout 3
                    connect_port 12900
                    nb_get_retry 2
                    delay_before_retry 1
        }

    }

}






-- 
You received this message because you are subscribed to the Google Groups 
"graylog2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to