Index: etc/exabgp/example-healthcheck.conf --- etc/exabgp/example-healthcheck.conf.orig +++ etc/exabgp/example-healthcheck.conf @@ -7,7 +7,7 @@ # expected (-h flag will give you available options) process service-nginx { - run python3 -m exabgp healthcheck -s --name nginx --cmd "curl --fail --verbose --max-time 2 http://localhost" --start-ip 0; + run exabgp-healthcheck -s --name nginx --cmd "curl --fail --verbose --max-time 2 http://localhost" --start-ip 0; encoder text; }