summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/unbound/testdata/config.json
blob: 9874de1803e21f65c9bb5cda393f00ed7545e7e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "update_every": 123,
  "address": "ok",
  "conf_path": "ok",
  "timeout": 123.123,
  "cumulative_stats": true,
  "use_tls": true,
  "tls_ca": "ok",
  "tls_cert": "ok",
  "tls_key": "ok",
  "tls_skip_verify": true
}