From e9fa7ced7a4867b7ff7ca72e20a305d7231894c3 Mon Sep 17 00:00:00 2001 From: Thomas Mangin Date: Tue, 24 Sep 2019 01:25:58 +0100 Subject: [PATCH] forward port 68f75cfca1d23be68940b7efcb0548419811629f --- etc/exabgp/example-healthcheck.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/exabgp/example-healthcheck.conf b/etc/exabgp/example-healthcheck.conf index b58ceb14f..77fbc9727 100644 --- a/etc/exabgp/example-healthcheck.conf +++ b/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 python3 -m exabgp healthcheck -s --name nginx --cmd "curl --fail --verbose --max-time 2 http://localhost" --start-ip 0; encoder text; }