summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/pihole/testdata/getQueryTypes.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/pihole/testdata/getQueryTypes.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/pihole/testdata/getQueryTypes.json b/src/go/collectors/go.d.plugin/modules/pihole/testdata/getQueryTypes.json
new file mode 100644
index 000000000..cf7f19f95
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/pihole/testdata/getQueryTypes.json
@@ -0,0 +1,11 @@
+{
+ "querytypes": {
+ "A (IPv4)": 12.29,
+ "AAAA (IPv6)": 12.29,
+ "ANY": 1,
+ "SRV": 1,
+ "SOA": 1,
+ "PTR": 71.43,
+ "TXT": 1
+ }
+} \ No newline at end of file