summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/snmp/testdata/config.json
blob: c0fff4868c20b3a6a4f56f619fcbf5f5158b79fb (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "update_every": 123,
  "hostname": "ok",
  "community": "ok",
  "user": {
    "name": "ok",
    "level": "ok",
    "auth_proto": "ok",
    "auth_key": "ok",
    "priv_proto": "ok",
    "priv_key": "ok"
  },
  "options": {
    "port": 123,
    "retries": 123,
    "timeout": 123,
    "version": "ok",
    "max_request_size": 123
  },
  "charts": [
    {
      "id": "ok",
      "title": "ok",
      "units": "ok",
      "family": "ok",
      "type": "ok",
      "priority": 123,
      "multiply_range": [
        123
      ],
      "dimensions": [
        {
          "oid": "ok",
          "name": "ok",
          "algorithm": "ok",
          "multiplier": 123,
          "divisor": 123
        }
      ]
    }
  ]
}