diff --git a/plugins/amr/amr b/plugins/amr/amr index 8adbe6c8..7721e040 100755 --- a/plugins/amr/amr +++ b/plugins/amr/amr @@ -157,7 +157,7 @@ if ($#ARGV > -1 && $ARGV[0] eq "config") { else { # this may not scale so well with large graphs, and is useful only # for debugging, when you want to run this repeatedly without - # loosing data + # losing data # this will also mean that stations that disappear will remain forever save_state $pos, %stations; } diff --git a/plugins/apache/apache_status b/plugins/apache/apache_status index 11e7f40a..c3a129a7 100755 --- a/plugins/apache/apache_status +++ b/plugins/apache/apache_status @@ -53,7 +53,7 @@ This will provide for HTTP basic authentication. =head1 INTERPRETATION -=head2 APACHE ACCESES +=head2 APACHE ACCESSES The graph shows the number of accesses (pages and other items served) globally on the Apache server. diff --git a/plugins/apache/apache_threads b/plugins/apache/apache_threads index dcc8a7cd..dc701bef 100755 --- a/plugins/apache/apache_threads +++ b/plugins/apache/apache_threads @@ -60,7 +60,7 @@ USR=$apuser PROCS=$binname -# Catch proccess pid +# Catch process pid VAL1=`ps auxf | grep ${PROCS} | grep ^${USR} | grep -v grep | awk '{print $2}' ` # Count pids diff --git a/plugins/apache/eaccelerator b/plugins/apache/eaccelerator index ef63ce25..ef0871e3 100755 --- a/plugins/apache/eaccelerator +++ b/plugins/apache/eaccelerator @@ -28,7 +28,7 @@ # 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 (usally localhost) +# - 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. # 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 diff --git a/plugins/apache/page_load b/plugins/apache/page_load index 31d4abee..19b169b5 100644 --- a/plugins/apache/page_load +++ b/plugins/apache/page_load @@ -23,7 +23,7 @@ # apache2.conf # LogFormat "%h %l %u %t \"%r\" %>s %O %b %D \"%{Referer}i\" \"%{User-Agent}i\"" custom # -# Acording to : http://httpd.apache.org/docs/2.2/mod/mod_log_config.html +# According to : http://httpd.apache.org/docs/2.2/mod/mod_log_config.html # %D The time taken to serve the request, in microseconds. # In our case %D -> 9 ###################################################################################################### diff --git a/plugins/ceph/ceph-osd-info b/plugins/ceph/ceph-osd-info index ddfa15c1..0018d393 100755 --- a/plugins/ceph/ceph-osd-info +++ b/plugins/ceph/ceph-osd-info @@ -30,7 +30,7 @@ Jort Bloem =head1 EXCUSES This is one of the first programs I wrote in Python. I got carried away -by Python's powerfull one-line commands. Just because you can, doesn't +by Python's powerful one-line commands. Just because you can, doesn't mean you should. This program needs a rewrite, and if there were any problems with it, diff --git a/plugins/disk/df_with_nfs b/plugins/disk/df_with_nfs index 7a87c473..08f25b3f 100755 --- a/plugins/disk/df_with_nfs +++ b/plugins/disk/df_with_nfs @@ -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 diff --git a/plugins/disk/du b/plugins/disk/du index b3c860d4..bc1d4f84 100755 --- a/plugins/disk/du +++ b/plugins/disk/du @@ -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 diff --git a/plugins/disk/linux_diskstat_ b/plugins/disk/linux_diskstat_ index 7891eebf..de522d38 100755 --- a/plugins/disk/linux_diskstat_ +++ b/plugins/disk/linux_diskstat_ @@ -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/(? 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 diff --git a/plugins/disk/scsi_queue b/plugins/disk/scsi_queue index 3fadb465..e1c14cf2 100755 --- a/plugins/disk/scsi_queue +++ b/plugins/disk/scsi_queue @@ -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 diff --git a/plugins/drupal/drupal_page_speed_test.php b/plugins/drupal/drupal_page_speed_test.php index fef29cbe..2041d3a8 100644 --- a/plugins/drupal/drupal_page_speed_test.php +++ b/plugins/drupal/drupal_page_speed_test.php @@ -19,7 +19,7 @@ * env.url_login_post_fields target=http://www.example.com * * // Each page to test should be specified in the format of