amlicht89

Results 2 comments of amlicht89

I did find a way to get this working by omitting server-specific health monitors and simply attaching a single monitor to the pool by which the servers will inherit, so...

In the default.j2 interface_names template, replacing {{ index+1 }} with {{ interface }} seems to fix this. Looking more at the codebase, this is probably by design. Perhaps creating and...