summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/isc_dhcpd/testdata/config.json
blob: 945f8865e83f0a50a81c86eef3b17e508a9cbe6e (plain)
1
2
3
4
5
6
7
8
9
10
{
  "update_every": 123,
  "leases_path": "ok",
  "pools": [
    {
      "name": "ok",
      "networks": "ok"
    }
  ]
}