From 5b1303b08d7dcf0bdb439b1a7ed11dea1bc35d99 Mon Sep 17 00:00:00 2001 From: Alexey Illarionov Date: Thu, 8 Mar 2012 00:10:06 +0400 Subject: [PATCH 1/2] ifem_: copy-paste error in description fixed --- plugins/network/ifem_ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/network/ifem_ b/plugins/network/ifem_ index 63d4d522..89d42bd2 100755 --- a/plugins/network/ifem_ +++ b/plugins/network/ifem_ @@ -2,9 +2,9 @@ # # Wildcard-plugin to monitor FreeBSD em(4) and igb(4) network interfaces # using sysctl dev.em.0.mac_stats 64-bit counters -# To monitor an # interface, link if_ to this file. E.g. +# To monitor an # interface, link ifem_ to this file. E.g. # -# ln -s /usr/share/munin/node/plugins-auto/if_ /etc/munin/node.d/if_em0 +# ln -s /usr/share/munin/node/plugins-auto/ifem_ /etc/munin/node.d/ifem_em0 # # ...will monitor em0. # From 2f2252e98de3d33e25aaffc717968420f36ac9d4 Mon Sep 17 00:00:00 2001 From: Alexey Illarionov Date: Thu, 8 Mar 2012 00:19:06 +0400 Subject: [PATCH 2/2] Fixed typo in plugins.conf configuration description. Reported by Ilya Evseev at http://forum.nag.ru/forum/index.php?showtopic=70527&view=findpost&p=671563 --- plugins/network/ipfwcnt_ | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/plugins/network/ipfwcnt_ b/plugins/network/ipfwcnt_ index 58a41242..fff98860 100755 --- a/plugins/network/ipfwcnt_ +++ b/plugins/network/ipfwcnt_ @@ -2,11 +2,11 @@ # # Copyright (C) 2009 Alexey Illarionov # -# Wildcard plugin to monitor ipfw rules counters +# Wildcard plugin to monitor ipfw rules counters # Usage: # # Method 1: -# +# # Link ipfwcnt_ to this file. E.g. # # ln -s ipfwcnt_ ipfwcnt_100 @@ -28,19 +28,19 @@ # 3. Add rules configuration to plugins.conf: # [ipfwcnt_rl0-in] # user root -# env rules group0 group1 group2 nogroup -# env rule_group0 100 -# env rule_group0_label group0 -# env rule_group0_info Incoming traffic of group 0 -# env rule_group1 200 -# env rule_group1_label group1 -# env rule_group1_info Incoming traffic of group 1 -# env rule_group2 300 -# env rule_group2_label group2 -# env rule_group2_info Incoming traffic of group 2 -# env rule_nogroup 400 -# env rule_nogroup_label nogroup -# env rule_nogroup_info Incoming traffic of no group +# env.rules group0 group1 group2 nogroup +# env.rule_group0 100 +# env.rule_group0_label group0 +# env.rule_group0_info Incoming traffic of group 0 +# env.rule_group1 200 +# env.rule_group1_label group1 +# env.rule_group1_info Incoming traffic of group 1 +# env.rule_group2 300 +# env.rule_group2_label group2 +# env.rule_group2_info Incoming traffic of group 2 +# env.rule_nogroup 400 +# env.rule_nogroup_label nogroup +# env.rule_nogroup_info Incoming traffic of no group # # ... will monitor ipfw rules 100,200,300,400 #