forked from ISTI-ansible-roles/ansible-roles
5 lines
220 B
Plaintext
5 lines
220 B
Plaintext
|
# Check the haproxy backends status
|
||
|
command[lb_check_bk_status]=/usr/bin/sudo {{ nagios_isti_plugdir }}/check_haproxy_stats -s {{ haproxy_admin_socket }} -w {{ haproxy_nagios_check_w }} -c {{ haproxy_nagios_check_c }}
|
||
|
|
||
|
|