1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 18:07:20 +00:00

Merge pull request #834 from ka7/feature/spelling2

spelling fixes (2nd try)
This commit is contained in:
sumpfralle 2017-04-18 00:24:48 +02:00 committed by GitHub
commit 71149527b0
62 changed files with 82 additions and 72 deletions

View file

@ -7,7 +7,7 @@
#
# ...will monitor the IP 192.168.0.1.
#
# Aditionally, you need Accountingrules in fwbuilder
# Additionally, you need Accountingrules in fwbuilder
# fwbuilder creates Chains in INPUT-, OUTPUT- and FORWARD-Chain
# with Rules that "RETURN"
# You will have to specify rule options with name "ACCOUNTING" for the

View file

@ -7,7 +7,7 @@
#
# ...will monitor forwarded traffic trough eth0.
#
# Aditionally, you need these iptables rules as the first rules (they don't do anything, just make packet counts)
# Additionally, you need these iptables rules as the first rules (they don't do anything, just make packet counts)
#
# iptables -A FORWARD -i eth0
# iptables -A FORWARD -o eth0

View file

@ -27,7 +27,7 @@ plugin configuration:
# example:
env.include = br_*
# should staticly configured interfaces be included (they have ifcfg-* file)
# should statically configured interfaces be included (they have ifcfg-* file)
# default: true
env.include_configured_if = true
@ -41,7 +41,7 @@ Include/exclude logic in detail. Interface name is matched..
Tested on: RHEL 6.x and clones (with Python 2.6)
TODO:
* implment 'data loaning' between graphs, removes duplicit measures
* implement 'data loaning' between graphs, removes duplicit measures
* add support for bridging
* configurable graph max based on intreface speed

View file

@ -47,7 +47,7 @@ function count_running_procs () {
function count_connected_users () {
local afpd_bin_path=$1
afpd_procs=$(ps anx --no-headers -o uid,command |grep -E "\w+\d+*\s${afpd_bin_path}" |wc -l)
# one of those processess will be always from root user, so it's not being
# one of those processes will be always from root user, so it's not being
# used to externaly connect volumes, therefor being disconsider.
echo $(echo "${afpd_procs} - 1" |bc)
}
@ -119,7 +119,7 @@ EOM
#### Boilerplates ####################################################
# Locating AFP related files:
# * Binary: Using the first result of "which" command;
# * Config: Using "afpd" with paremeters to pring configuration file
# * Config: Using "afpd" with parameters to pring configuration file
# location;
#