summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/activemq/testdata/config.json
blob: 13327dd3fab2e4180f2d6b673707a96be8f04eea (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
{
  "update_every": 123,
  "webadmin": "ok",
  "max_queues": 123,
  "max_topics": 123,
  "queues_filter": "ok",
  "topics_filter": "ok",
  "url": "ok",
  "body": "ok",
  "method": "ok",
  "headers": {
    "ok": "ok"
  },
  "username": "ok",
  "password": "ok",
  "proxy_url": "ok",
  "proxy_username": "ok",
  "proxy_password": "ok",
  "timeout": 123.123,
  "not_follow_redirects": true,
  "tls_ca": "ok",
  "tls_cert": "ok",
  "tls_key": "ok",
  "tls_skip_verify": true
}