mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Merge pull request #211 from nukleus/patch-1
Fix typos in plugins/network/ip_forward_
This commit is contained in:
commit
19fd67f6a3
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Wildcard-plugin to monitor forward traffic for network inretfaces through iptables. To monitor an
|
||||
# Wildcard-plugin to monitor forward traffic for network interfaces through iptables. To monitor an
|
||||
# interface, link if_forward_<interface> to this file. E.g.
|
||||
#
|
||||
# ln -s /usr/share/node/node/plugins-auto/if_forward_ /etc/munin/node.d/if_forward_eth0
|
||||
@ -57,7 +57,7 @@ if [ "$1" = "config" ]; then
|
||||
echo 'graph_args --base 1000'
|
||||
echo 'graph_vlabel bits per ${graph_period}'
|
||||
echo 'graph_category network'
|
||||
echo "graph_info This graph shows only FORWARD traffic that pass trough the interface."
|
||||
echo "graph_info This graph shows only FORWARD traffic that pass through the interface."
|
||||
echo 'out.label sent'
|
||||
echo 'out.type DERIVE'
|
||||
echo 'out.min 0'
|
||||
|
Loading…
Reference in New Issue
Block a user