summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/openvpn/testdata
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/openvpn/testdata/config.json13
-rw-r--r--src/go/collectors/go.d.plugin/modules/openvpn/testdata/config.yaml8
2 files changed, 21 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/openvpn/testdata/config.json b/src/go/collectors/go.d.plugin/modules/openvpn/testdata/config.json
new file mode 100644
index 000000000..30411ebf3
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/openvpn/testdata/config.json
@@ -0,0 +1,13 @@
+{
+ "update_every": 123,
+ "address": "ok",
+ "timeout": 123.123,
+ "per_user_stats": {
+ "includes": [
+ "ok"
+ ],
+ "excludes": [
+ "ok"
+ ]
+ }
+}
diff --git a/src/go/collectors/go.d.plugin/modules/openvpn/testdata/config.yaml b/src/go/collectors/go.d.plugin/modules/openvpn/testdata/config.yaml
new file mode 100644
index 000000000..22296ce56
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/openvpn/testdata/config.yaml
@@ -0,0 +1,8 @@
+update_every: 123
+address: "ok"
+timeout: 123.123
+per_user_stats:
+ includes:
+ - "ok"
+ excludes:
+ - "ok"