itamae/cookbooks/consul/files/etc/consul.d/check-ssh.json

10 lines
148 B
JSON

{
"check": {
"id": "ssh",
"name": "SSH TCP on port 10022",
"tcp": "localhost:10022",
"interval": "10s",
"timeout": "1s"
}
}