summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/hddtemp/testdata/config.json
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-04-21 16:13:34 +0300
committerGitHub <noreply@github.com>2024-04-21 16:13:34 +0300
commit7826adcf6ce4a9678f6cfefcc2c5edc80ab9f57e (patch)
treed780c5e693556ec0b188bba66a0cd231cef88880 /src/go/collectors/go.d.plugin/modules/hddtemp/testdata/config.json
parent7fdef9d8bb1bd4a1c5bdd4c218867da3af5b51d7 (diff)
go.d add hddtemp (#17462)
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/hddtemp/testdata/config.json')
-rw-r--r--src/go/collectors/go.d.plugin/modules/hddtemp/testdata/config.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/hddtemp/testdata/config.json b/src/go/collectors/go.d.plugin/modules/hddtemp/testdata/config.json
new file mode 100644
index 0000000000..e868347203
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/hddtemp/testdata/config.json
@@ -0,0 +1,5 @@
+{
+ "update_every": 123,
+ "address": "ok",
+ "timeout": 123.123
+}