{
  "service": {
    "name": "nsm-agent-api",
    "tags": [
      "nodus-server-manager",
      "nsm-agent"
    ],
    "address": "",
    "port": 8082,
    "enableTagOverride": false,
    "checks": [
      {
        "id": "agent-http",
        "name": "HTTP /api/stats on port 8082.",
        "http": "http://localhost:8082/",
        "interval": "10s",
        "timeout": "1s"
      }
    ]
  }
}
