summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/systemdunits/testdata/config.json
blob: 1ab5b47ead4f115978d6830e6b63e9c2d127c934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "update_every": 123,
  "timeout": 123.123,
  "include": [
    "ok"
  ],
  "skip_transient": true,
  "collect_unit_files": true,
  "collect_unit_files_every": 123.123,
  "include_unit_files": [
    "ok"
  ]
}