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