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

Fix spelling mistakes in comments and descriptions

Thanks, codespell!
This commit is contained in:
Lars Kruse 2020-03-26 02:12:57 +01:00
parent 561da1a3f1
commit 8713eb3722
162 changed files with 248 additions and 248 deletions

View file

@ -35,7 +35,7 @@ if [ "$1" = "config" ]; then
echo 'graph_vlabel time'
echo 'graph_args -l 0'
echo 'graph_category auth'
echo 'graph_info This graph displayes ACCT response lag of all radiator processes combined.'
echo 'graph_info This graph displays ACCT response lag of all radiator processes combined.'
#
# Count all statistics files and create labels
for COUNT in `ls $STATISTICSDIR/Statistics-acct* | sed -r 's/acct([1-9]{1})\.log$/acct0\1\.log/g' | sort | awk -F"acct" '{print $2}' | sed 's/\.log//g'`; do

View file

@ -35,7 +35,7 @@ if [ "$1" = "config" ]; then
echo 'graph_vlabel time'
echo 'graph_args -l 0'
echo 'graph_category auth'
echo 'graph_info This graph displayes AUTH response lag of all radiator processes combined.'
echo 'graph_info This graph displays AUTH response lag of all radiator processes combined.'
#
# Count all statistics files and create labels
for COUNT in `ls $STATISTICSDIR/Statistics-auth* | sed -r 's/auth([1-9]{1})\.log$/auth0\1\.log/g' | sort | awk -F"auth" '{print $2}' | sed 's/\.log//g'`; do

View file

@ -36,7 +36,7 @@ if [ "$1" = "config" ]; then
echo 'graph_vlabel packets per minute'
echo 'graph_args -l 0'
echo 'graph_category auth'
echo 'graph_info This graph displayes AUTH packets of all radiator processes combined.'
echo 'graph_info This graph displays AUTH packets of all radiator processes combined.'
#
# Count all statistics files and create labels
for COUNT in `ls $STATISTICSDIR/Statistics-auth* | sed -r 's/auth([1-9]{1})\.log$/auth0\1\.log/g' | sort | awk -F"auth" '{print $2}' | sed 's/\.log//g'`; do