summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/openvpn/testdata/config.json
blob: 30411ebf3d13f0f7017b2618a07536f0e959dac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "update_every": 123,
  "address": "ok",
  "timeout": 123.123,
  "per_user_stats": {
    "includes": [
      "ok"
    ],
    "excludes": [
      "ok"
    ]
  }
}