summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/mongodb/testdata/v6.0.3/replSetGetStatus.json
blob: c97a77f318e8854dfa0847f3ec9e7b5dccd5632b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "Date": "2022-12-30T22:19:29.572Z",
  "Members": [
    {
      "Name": "mongodb-primary:27017",
      "Self": true,
      "State": 1,
      "Health": 1,
      "OptimeDate": "2022-12-30T22:19:25Z",
      "LastHeartbeat": null,
      "LastHeartbeatRecv": null,
      "PingMs": null,
      "Uptime": 192588
    },
    {
      "Name": "mongodb-secondary:27017",
      "Self": null,
      "State": 2,
      "Health": 1,
      "OptimeDate": "2022-12-30T22:19:25Z",
      "LastHeartbeat": "2022-12-30T22:19:28.214Z",
      "LastHeartbeatRecv": "2022-12-30T22:19:28.213Z",
      "PingMs": 0,
      "Uptime": 192370
    }
  ]
}