2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Update plugins/network/ip_forward_

Fix typos in plugins/network/ip_forward_
This commit is contained in:
nukleus 2012-11-17 19:18:47 +00:00
parent 3b64d836f8
commit 471311dfaf

View File

@ -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'