From f1d5a6bfd0efd48b8acfde2179fd3eb86872cdf7 Mon Sep 17 00:00:00 2001 From: K0nne <34264690+K0nne@users.noreply.github.com> Date: Thu, 1 Aug 2019 11:12:24 +0200 Subject: [PATCH] Add missing options to 'nwc_health' ITL CheckCommand --- itl/plugins-contrib.d/network-components.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/itl/plugins-contrib.d/network-components.conf b/itl/plugins-contrib.d/network-components.conf index fb085dc1e..e6fdba7d2 100644 --- a/itl/plugins-contrib.d/network-components.conf +++ b/itl/plugins-contrib.d/network-components.conf @@ -550,6 +550,10 @@ object CheckCommand "nwc_health" { value = "$nwc_health_contextname$" description = "The context name for SNMPv3 (empty represents the default context)" } + "--community2" = { + value = "$nwc_health_community2$" + description = "SNMP community which can be used to switch the context during runtime" + } "--mode" = { value = "$nwc_health_mode$" description = "Which mode should be executed. A list of all available modes can be found in the plugin documentation" @@ -590,6 +594,10 @@ object CheckCommand "nwc_health" { value = "$nwc_health_name2$" description = "The secondary name of a component" } + "--name3" = { + value = "$nwc_health_name3$" + description = "The tertiary name of a component" + } "--role" = { value = "$nwc_health_role$" description = "The role of this device in a hsrp group (active/standby/listen)"