summaryrefslogtreecommitdiffstats
path: root/routing-generator/src/test/resources/nginx-health-output-all-down.json
blob: c9b68d66b58cf825bc8ca17d0bfc916834cf49c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{"servers": {
  "total": 4,
  "generation": 1,
  "http": [],
  "stream": [
    {"index": 0, "upstream": "gateway.prod.music.vespa.us-east-2.prod", "name": "10.78.114.166:4080", "status": "down", "rise": 0, "fall": 1, "type": "http", "port": 0},
    {"index": 1, "upstream": "gateway.prod.music.vespa.us-east-2.prod", "name": "10.78.115.68:4080", "status": "down", "rise": 2, "fall": 0, "type": "http", "port": 0}
  ]
}}