mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-03 14:48:22 +00:00
Merge pull request #62 from littlesavage/patch-1
ifem_, ipfwcnt_ typos fixes
This commit is contained in:
commit
fdd29ed62f
2 changed files with 17 additions and 17 deletions
|
@ -2,9 +2,9 @@
|
||||||
#
|
#
|
||||||
# Wildcard-plugin to monitor FreeBSD em(4) and igb(4) network interfaces
|
# Wildcard-plugin to monitor FreeBSD em(4) and igb(4) network interfaces
|
||||||
# using sysctl dev.em.0.mac_stats 64-bit counters
|
# using sysctl dev.em.0.mac_stats 64-bit counters
|
||||||
# To monitor an # interface, link if_<interface> to this file. E.g.
|
# To monitor an # interface, link ifem_<interface> 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.
|
# ...will monitor em0.
|
||||||
#
|
#
|
||||||
|
|
|
@ -28,19 +28,19 @@
|
||||||
# 3. Add rules configuration to plugins.conf:
|
# 3. Add rules configuration to plugins.conf:
|
||||||
# [ipfwcnt_rl0-in]
|
# [ipfwcnt_rl0-in]
|
||||||
# user root
|
# user root
|
||||||
# env rules group0 group1 group2 nogroup
|
# env.rules group0 group1 group2 nogroup
|
||||||
# env rule_group0 100
|
# env.rule_group0 100
|
||||||
# env rule_group0_label group0
|
# env.rule_group0_label group0
|
||||||
# env rule_group0_info Incoming traffic of group 0
|
# env.rule_group0_info Incoming traffic of group 0
|
||||||
# env rule_group1 200
|
# env.rule_group1 200
|
||||||
# env rule_group1_label group1
|
# env.rule_group1_label group1
|
||||||
# env rule_group1_info Incoming traffic of group 1
|
# env.rule_group1_info Incoming traffic of group 1
|
||||||
# env rule_group2 300
|
# env.rule_group2 300
|
||||||
# env rule_group2_label group2
|
# env.rule_group2_label group2
|
||||||
# env rule_group2_info Incoming traffic of group 2
|
# env.rule_group2_info Incoming traffic of group 2
|
||||||
# env rule_nogroup 400
|
# env.rule_nogroup 400
|
||||||
# env rule_nogroup_label nogroup
|
# env.rule_nogroup_label nogroup
|
||||||
# env rule_nogroup_info Incoming traffic of no group
|
# env.rule_nogroup_info Incoming traffic of no group
|
||||||
#
|
#
|
||||||
# ... will monitor ipfw rules 100,200,300,400
|
# ... will monitor ipfw rules 100,200,300,400
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue