From 81746284db8c0b51e5e16797fde7a79848c3652c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dennis=20Lichtenth=C3=A4ler?= Date: Tue, 28 May 2019 11:08:37 +0200 Subject: [PATCH] Allow setting the SNMP version for check_iftraffic.pl This is not supported in check_iftraffic.pl master yet but there's a pull request at https://github.com/NETWAYS/check_iftraffic/pull/4 --- itl/plugins-contrib.d/network-components.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/itl/plugins-contrib.d/network-components.conf b/itl/plugins-contrib.d/network-components.conf index 69a0b492b..e9f73ca6b 100644 --- a/itl/plugins-contrib.d/network-components.conf +++ b/itl/plugins-contrib.d/network-components.conf @@ -297,6 +297,10 @@ object CheckCommand "iftraffic" { value = "$iftraffic_community$" description = "SNMP community. Defaults to 'public' if omitted." } + "-V" = { + value = "$iftraffic_version$" + description = "SNMP version. Defaults to '1' if omitted." + } "-i" = { value = "$iftraffic_interface$" description = "Interface name." -- 2.49.0