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

@ -28,13 +28,13 @@
# foreach($keys as $key => $val) echo strtolower($key).".value ".$info[$key]."\n";
# ?>
#
# - name that file eaccelerator_status.php, will be easier, file should be at least accesible from the address that runs this script (usually localhost)
# you can make this file accessible globally, it just displays the memor usage by eaccelerator, thats all.
# - name that file eaccelerator_status.php, will be easier, file should be at least accessible from the address that runs this script (usually localhost)
# you can make this file accessible globally, it just displays the memory usage by eaccelerator, that's all.
# usually you can put it to the /var/www/ (but it depends on the server configuration etc)
# - check if you can see the output of the file, for example if you placed file in the DocumentRoot then it should be available from
# http://localhost/eaccelerator_status.php
# if you see the plain text with values then its working ok!
# if you see the plain text and all values are zero then probalby eaccelerator is not enabled.
# if you see the plain text and all values are zero then probably eaccelerator is not enabled.
# - installed wget
#
#################################################################

View file

@ -10,7 +10,7 @@
# config (required)
# autoconf (optional - used by munin-config)
#
# Magick markers (optional - used by munin-config and som installation
# Magick markers (optional - used by munin-config and some installation
# scripts):
#%# family=manual
#%# capabilities=autoconf

View file

@ -7,7 +7,7 @@
# Min, Max and Avg are calculated on number of page, default 10. On high traffic site, increase this value and you get a better
# stat, on low traffic site keep small value, it's must be avg number of page every 5 minutes.
#
# Require read permitions for $LOG
# Require read permissions for $LOG
# (set in /etc/munin/plugin-conf.d/munin-node on debian)
# On busy servers you can change value type to COUNTER and set min to 0 to avoid minus peaks at logrotate
#