mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +00:00
spelling fixes (2nd try)
This commit is contained in:
parent
e3169d5930
commit
8589c6df43
62 changed files with 82 additions and 72 deletions
|
@ -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;
|
||||
#
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue