From b5294a4ac4596d9c88eb55fc9df1641ec1353784 Mon Sep 17 00:00:00 2001 From: Michael Insel Date: Mon, 19 Feb 2018 22:11:12 +0100 Subject: [PATCH] Fix typo in Apply for Rules documentation fixes 6100 refs #6102 --- doc/03-monitoring-basics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/03-monitoring-basics.md b/doc/03-monitoring-basics.md index dabcaf831..c35125be5 100644 --- a/doc/03-monitoring-basics.md +++ b/doc/03-monitoring-basics.md @@ -1082,7 +1082,7 @@ object Host "cisco-catalyst-6509-34" { iftraffic_units = "g" //iftraffic_community = IftrafficSnmpCommunity iftraffic_bandwidth = 1 - vlan = "renote" + vlan = "remote" qos = "enabled" } vars.interfaces["MgmtInterface1"] = { @@ -1245,7 +1245,7 @@ Object 'cisco-catalyst-6509-34!if-GigabitEthernet0/4' of type 'Service': * iftraffic_units = "g" % = modified in '/etc/icinga2/conf.d/iftraffic.conf', lines 52:3-52:57 * qos = "enabled" - * vlan = "renote" + * vlan = "remote" Object 'cisco-catalyst-6509-34!if-MgmtInterface1' of type 'Service': ... -- 2.40.0