diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-02-14 10:46:39 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-02-14 10:46:39 +0100 |
commit | fdffe913974a281ca6ff79389875a2fb29e353b7 (patch) | |
tree | c3e95a392d3b6000b9b47f08abaa3d2ae84f8d4d /diplonat_debug | |
parent | f827fd3113a8d5dd267c544251420c87f9a1650a (diff) | |
download | diplonat-fdffe913974a281ca6ff79389875a2fb29e353b7.tar.gz diplonat-fdffe913974a281ca6ff79389875a2fb29e353b7.zip |
consul lib does not work for us, switching to reqwest
Diffstat (limited to 'diplonat_debug')
-rwxr-xr-x | diplonat_debug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/diplonat_debug b/diplonat_debug index c5de2d6..0009865 100755 --- a/diplonat_debug +++ b/diplonat_debug @@ -1,5 +1,7 @@ #!/bin/bash +# http://127.0.0.1:8500/v1/catalog/node/rincevent?index=0 +# then look at X-Consul-Index export DIPLONAT_PRIVATE_IP=10.3.3.37 export DIPLONAT_REFRESH_TIME=60 export DIPLONAT_EXPIRATION_TIME=180 |