summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/ntpd/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/ntpd/testdata')
-rw-r--r--src/go/collectors/go.d.plugin/modules/ntpd/testdata/config.json6
-rw-r--r--src/go/collectors/go.d.plugin/modules/ntpd/testdata/config.yaml4
2 files changed, 10 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/ntpd/testdata/config.json b/src/go/collectors/go.d.plugin/modules/ntpd/testdata/config.json
new file mode 100644
index 000000000..fc8d6844f
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/ntpd/testdata/config.json
@@ -0,0 +1,6 @@
+{
+ "update_every": 123,
+ "address": "ok",
+ "timeout": 123.123,
+ "collect_peers": true
+}
diff --git a/src/go/collectors/go.d.plugin/modules/ntpd/testdata/config.yaml b/src/go/collectors/go.d.plugin/modules/ntpd/testdata/config.yaml
new file mode 100644
index 000000000..94cee8526
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/ntpd/testdata/config.yaml
@@ -0,0 +1,4 @@
+update_every: 123
+address: "ok"
+timeout: 123.123
+collect_peers: yes