Skip to content

Instantly share code, notes, and snippets.

View jinx-lnx's full-sized avatar

Jinx jinx-lnx

View GitHub Profile
@jspaleta
jspaleta / sensu_go_loadbalancer.conf
Created January 23, 2020 17:18
Basic Sensu Go Cluster LoadBalancer
# Example of Basic Sensu Go Load Balancer
# Load balancer for backend api
# Default port is 8080
upstream sensu_api {
# Clients with the same IP are redirected to the same backend
ip_hash;
# Available backend servers