mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 09:57:09 +00:00
typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections: plugins/mail/postfix_mail_stats recieved.label plugins/nginx/nginx_vhost_traffic
This commit is contained in:
parent
8e18199f16
commit
fba800ae52
119 changed files with 176 additions and 176 deletions
|
@ -36,7 +36,7 @@
|
|||
# Use "sed 1d" instead of "tail +2" in df plugins (patch by Olivier Delhomme).
|
||||
#
|
||||
# Revision 1.1 2004/01/02 18:50:01 jimmyo
|
||||
# Renamed occurrances of lrrd -> munin
|
||||
# Renamed occurrences of lrrd -> munin
|
||||
#
|
||||
# Revision 1.1.1.1 2004/01/02 15:18:07 jimmyo
|
||||
# Import of LRRD CVS tree after renaming to Munin
|
||||
|
|
|
@ -25,12 +25,12 @@
|
|||
# directory to check
|
||||
DIR="/var/cache/apache2/"
|
||||
|
||||
# unique id, just in case you got multiple such scripts, change id as needed (i guess it shoudl be obsolete, not tested)
|
||||
# unique id, just in case you got multiple such scripts, change id as needed (i guess it should be obsolete, not tested)
|
||||
ID=1;
|
||||
|
||||
# - make sure that user/group that executes this script has acess to the directory you ahve configured
|
||||
# - make sure that user/group that executes this script has access to the directory you have configured
|
||||
# otherwise run it as another user, edit plugins-conf.d/munin-node and stuff it with example below code (not suggested)
|
||||
# remeber to remove hashes from the beginning of the lines
|
||||
# remember to remove hashes from the beginning of the lines
|
||||
#
|
||||
# [du]
|
||||
# user root
|
||||
|
|
|
@ -44,7 +44,7 @@ and divides it by the number of I/Os that happened in the given time frame,
|
|||
resulting in an average time per I/O on the block-device level.
|
||||
|
||||
This value can give you a good comparison base amongst different controllers,
|
||||
storage subsystems and disks for similiar workloads.
|
||||
storage subsystems and disks for similar workloads.
|
||||
|
||||
|
||||
=head2 Syscall Wait Time
|
||||
|
@ -656,7 +656,7 @@ sub translate_lvm_name {
|
|||
|
||||
my $device_name = basename($entry);
|
||||
|
||||
# Check for single-dash-occurence to see if this could be a lvm devicemapper device.
|
||||
# Check for single-dash-occurrence to see if this could be a lvm devicemapper device.
|
||||
if ($device_name =~ m/(?<!-)-(?!-)/) {
|
||||
|
||||
# split device name into vg and lv parts
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
# Rewrite of linux/iostat by Mike Fedyk (Deb##223373,224113).
|
||||
#
|
||||
# Revision 1.1 2004/01/02 18:50:01 jimmyo
|
||||
# Renamed occurrances of lrrd -> munin
|
||||
# Renamed occurrences of lrrd -> munin
|
||||
#
|
||||
# Revision 1.1.1.1 2004/01/02 15:18:07 jimmyo
|
||||
# Import of LRRD CVS tree after renaming to Munin
|
||||
|
|
|
@ -156,7 +156,7 @@ def map_procentries_to_devices(list_of_dicts,devfilter_regex):
|
|||
# - vendor
|
||||
sys_pathname = sysfs_base + '/' + ':'.join(elem[:4]) # isolate stuff like 2:0:0:0
|
||||
|
||||
# Should actually not happen, but nontheless:
|
||||
# Should actually not happen, but nonetheless:
|
||||
if not os.path.islink(sys_pathname):
|
||||
continue
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue