Skip to content

Instantly share code, notes, and snippets.

@jacobat
Created May 22, 2015 15:00
Show Gist options
  • Save jacobat/302d4d04a4682535c8aa to your computer and use it in GitHub Desktop.
Save jacobat/302d4d04a4682535c8aa to your computer and use it in GitHub Desktop.
FILE=$1
curl -XPUT -d @${FILE} http://192.168.50.120:8500/v1/agent/service/register?token=secret
{
"Name": "my-service",
"Tags": [
"master",
"v1"
],
"Port": 4000,
"Check": {
"Script": "curl -s -o /dev/null 172.17.42.1:3000/ping",
"Interval": "5s"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment