Skip to content

Commit

Permalink
forward port 68f75cf
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Sep 24, 2019
1 parent b9bc4f1 commit e9fa7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/exabgp/example-healthcheck.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e9fa7ce

Please sign in to comment.