[email protected]# set high-availability vrrp group GR1 health-check script '/vrrp-check.sh' Traceback (most recent call last): File "/usr/libexec/vyos/validators/script", line 40, in <module> f'Warning: file {path} is outside the / config directory ' NameError: name 'path' is not defined Invalid value Value validation failed Set failed
The reason is that python script does not know what is {path}, need replace to {script}
https://github.com/vyos/vyos-1x/blob/equuleus/src/validators/script#L40