fixed checks path in tpl
This commit is contained in:
parent
f451daddf1
commit
e117c6d660
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ global_defs {
|
||||||
|
|
||||||
vrrp_script chk_komodo {
|
vrrp_script chk_komodo {
|
||||||
# CONTAINER PATH (Inside the mount)
|
# CONTAINER PATH (Inside the mount)
|
||||||
script "/usr/local/etc/keepalived/check_komodo.sh"
|
script "/checks/check_komodo.sh"
|
||||||
interval 2
|
interval 2
|
||||||
weight -5
|
weight -5
|
||||||
fall 2
|
fall 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue