ports/net/exabgp/patches/patch-etc_exabgp_example-healthcheck_conf

12 lines
487 B
Text

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;
}