$OpenBSD: patch-etc_exabgp_example-healthcheck_conf,v 1.2 2020/01/15 22:32:39 sthen Exp $

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