openbsd-ports/net/exabgp/patches/patch-etc_exabgp_example-healthcheck_conf
sthen 6429bebb44 update to exabgp-4.1.2, add rc.d script for those running it as a daemon
rather than in testing.

this is a major update and 3.x configurations will need changing, for details
see https://github.com/Exa-Networks/exabgp/wiki/Migration-from-3.4-to-4.0
2019-07-11 14:14:52 +00:00

15 lines
577 B
Plaintext

$OpenBSD: patch-etc_exabgp_example-healthcheck_conf,v 1.1 2019/07/11 14:14:52 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 python -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;
}