From 8f0c2c85ca94f737fe07ccc57a761c0c76148c41 Mon Sep 17 00:00:00 2001 From: Nicolas Vollmar Date: Tue, 31 Dec 2024 16:39:34 +0100 Subject: T6949: adds blackbox exporter (#4255) * T6949: adds blackbox exporter * T6949: adds basic config generation * T6949: extract shared module config options * T6949: switch to ipv4/6 literals * T6949: moves config file to /run * T6949: adds dns query name option * T6949: adds dns query type values * T6949: adds blackbox exporter to debian/control --- .../blackbox-exporter-module-commons.xml.i | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 interface-definitions/include/monitoring/blackbox-exporter-module-commons.xml.i (limited to 'interface-definitions/include') diff --git a/interface-definitions/include/monitoring/blackbox-exporter-module-commons.xml.i b/interface-definitions/include/monitoring/blackbox-exporter-module-commons.xml.i new file mode 100644 index 000000000..a97eb5232 --- /dev/null +++ b/interface-definitions/include/monitoring/blackbox-exporter-module-commons.xml.i @@ -0,0 +1,39 @@ + + + + Timeout in seconds for the probe request + + u32:1-60 + Timeout in seconds + + + + + Timeout must be between 1 and 60 seconds + + 5 + + + + Preferred IP protocol for this module + + ipv4 + Prefer IPv4 + + + ipv6 + Prefer IPv6 + + + (ipv4|ipv6) + + + ip6 + + + + Allow fallback to other IP protocol if necessary + + + + \ No newline at end of file -- cgit v1.2.3