commit | b48338d5513b7a877daf9e4a6200bb1422c75a95 | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Thu May 18 15:20:55 2017 +0200 |
committer | Petr Michalec <epcim@apealive.net> | Thu May 18 16:11:20 2017 +0200 |
tree | eb66cc404d45c922b40957da58c7c028a9e3b4ae | |
parent | c300bc6259c1e0a07bee9265ab4289ff7a69ad4a [diff] [blame] |
Allow multiple vrrp scripts and weight
diff --git a/README.rst b/README.rst index 34d67ac..6cbb4bb 100644 --- a/README.rst +++ b/README.rst
@@ -120,7 +120,11 @@ - 192.168.10.1 - 192.168.10.2 interface: eth0 - track_script: check_random_exit + track_script: + check_random_exit: + interval: 10 + check_port: + weight: 50 vrrp_scripts: check_haproxy: name: check_pidof @@ -148,6 +152,7 @@ content: | #!/bin/bash exit $(($RANDOM%2)) + weight: 50 Read more