Skip to content

Commit

Permalink
spelling fixes (2nd try)
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens committed Apr 17, 2017
1 parent e3169d5 commit 8589c6d
Show file tree
Hide file tree
Showing 62 changed files with 82 additions and 72 deletions.
2 changes: 1 addition & 1 deletion plugins/apache/apache_blackbox
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# http://www.ziritione.org
#
# Installing: configure apache blackbox and set the logfile to /var/log/blackbox.log
# or change the BLACKBOXLOG setting bellow.
# or change the BLACKBOXLOG setting below.
#
# Dependencies: apache mod_logio, apache blackbox
# http://www.devco.net/archives/2008/03/05/detailed_apache_stats.php
Expand Down
2 changes: 1 addition & 1 deletion plugins/apache/apache_users
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ REGEX=$(LC_ALL=en_US date -d "5 minutes ago" "+\[%d\/%b\/%Y:%H: %M :[0-5][0-9] %
# Analyse logfile
while read REQUEST_ADDR REQUEST_USERNAME REQUEST_BYTES
do
# Name resolution for known adresses
# Name resolution for known addresses
REQUEST_DOMAIN=$( awk '/^'"$REQUEST_ADDR"'/ { print $2 }' /etc/hosts )
REQUEST_ADDR=${REQUEST_DOMAIN:-$REQUEST_ADDR}

Expand Down
2 changes: 1 addition & 1 deletion plugins/apt/deb_packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version.

This plugin has checked on Debian - Wheezy and squeeze. If you want to use it
on older installations, tell me whether it works or which errors you had. It
shoud run past python-apt 0.7 and python 2.5.
should run past python-apt 0.7 and python 2.5.

check out this git repository from

Expand Down
4 changes: 2 additions & 2 deletions plugins/apt/deb_packages/deb_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
TODO: shorten ext_info with getShortestConfigOfOptions
TODO: check whether cachefile matches the config
• i have no clever idea to do this without 100 lines of code
BUG: If a package will be upgraded, and brings in new dependancies,
BUG: If a package will be upgraded, and brings in new dependencies,
these new deps will not be counted. WONTFIX
"""
import sys
Expand Down Expand Up @@ -257,7 +257,7 @@ def getShortestConfigOfOptions(optionList = ['label', 'archive', 'site']):
'architecture'
Architecture values are usually the same and can be ignored.
tells you wich representation of a tree as line is shortest.
tells you which representation of a tree as line is shortest.
Is needed to say which ext.info line would be the shortest
to write the shortest readable output.
"""
Expand Down
2 changes: 1 addition & 1 deletion plugins/aris/aris_players
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if ($argv[1]=='config'){
exit;
}

$sqlLink = mysql_connect($aris_db_host,$aris_db_user,$aris_db_pass) or die('MySQL authenticaiton error');
$sqlLink = mysql_connect($aris_db_host,$aris_db_user,$aris_db_pass) or die('MySQL authentication error');
mysql_select_db($aris_db_name) or die('MySQL Wrong Scheme Error');

$query = 'SELECT COUNT(DISTINCT player_id) AS count FROM player_log WHERE timestamp BETWEEN DATE_SUB(NOW(), INTERVAL 5 MINUTE) AND NOW()';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ address with the copyright notice upgrade with your name.
$astman->disconnect;

# Some idiot who wrote the SpanDSP code spelled "Negotiation" wrong.
print "t38_failed.value $faxstats{'Spandsp T.38'}{'Negotation Failed'}\n";
print "g711_failed.value $faxstats{'Spandsp G.711'}{'Negotation Failed'}\n";
print "t38_failed.value $faxstats{'Spandsp T.38'}{'Negotiation Failed'}\n";
print "g711_failed.value $faxstats{'Spandsp G.711'}{'Negotiation Failed'}\n";

exit( 0 );

Expand Down
2 changes: 1 addition & 1 deletion plugins/ceph/ceph-osd-info
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ We don't bite.

import socket,os,json,sys,re,glob,itertools

# this overides config values for specific graphs:
# this overrides config values for specific graphs:
# "graphname.osd1":{"graph_title":"This is the graph for OSD 1!"}
# "graphname.osd*":{"graph_title":"This is one of the 'dig deeper' graphs!"}
# "graphname":{"graph_title":"This is my great graph!"}
Expand Down
2 changes: 1 addition & 1 deletion plugins/disk/dirsizes
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# env.watchdirs /var/www,/tmp
#
# Change the env.watchdirs-variable according to your wishes.
# DONT FORGET TO RUN AS ROOT!
# DON'T FORGET TO RUN AS ROOT!
#
# You can test this plugin by calling it with params "test" and your watchdirs:
# ./dirsizes test /dir1,/tmp/dir2
Expand Down
2 changes: 1 addition & 1 deletion plugins/disk/du
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ID=1;
# [du]
# user root
#
# - by default the value is in MegaBytes, to change it you should edit below line in the script to something else, recognizeable by du (see man du)
# - by default the value is in MegaBytes, to change it you should edit below line in the script to something else, recognizable by du (see man du)
# du -sm $DIR in MB
# du -sk $DIR in KB
#
Expand Down
10 changes: 10 additions & 0 deletions plugins/dovecot/dovecot.rej
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff a/plugins/dovecot/dovecot b/plugins/dovecot/dovecot (rejected hunks)
@@ -23,7 +23,7 @@ $aborted = 0;

$logfile = $ENV{'LOGFILE'} || '/var/log/mail.log';

-# Use an overridden $PATH for all external programs if needed
+# Use an overrided $PATH for all external programs if needed
$DOVEADM = "doveadm";

if ( $ARGV[0] and $ARGV[0] eq "autoconf" ) {
2 changes: 1 addition & 1 deletion plugins/dspam/dspam_
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The plugin supports the following graph types:
correctly classified messages (both ham and spam) in
relation to the number of all processed messages.
absprocessed - Shows the absolute numbers of mesages processed,
absprocessed - Shows the absolute numbers of messages processed,
sorted by the classification that DSPAM uses. The
numbers are stacked, making the height of the column
display the increase of processed messages over time.
Expand Down
2 changes: 1 addition & 1 deletion plugins/dvb/femon
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# Parameters
# femonpath - Specify path to femon program (Default: /usr/bin/femon)
# graph_args - Specifiy graph args (Default: --lower-limit 0 --upper-limit 100 --rigid)
# graph_args - Specify graph args (Default: --lower-limit 0 --upper-limit 100 --rigid)
#
# Author: Nicolas Knotzer <[email protected]>
#
Expand Down
2 changes: 1 addition & 1 deletion plugins/healthcheck/healthcheck_log
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#user root #log file is read only root user.
#env.log_1 /var/log/messages #target log filename
#env.grep_1 critical|error #egrep string.
#defualt by critical|error|warning|crash|fatal|kernel
#default by critical|error|warning|crash|fatal|kernel
#---------------------------------------------------
#

Expand Down
4 changes: 2 additions & 2 deletions plugins/healthcheck/healthcheck_url
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
#env.url_1 http://127.0.0.1/
#---------------------------------------------------
#
#chcek two site
#check two site
#---------------------------------------------------
#[healthcheck_url]
#env.url_1 http://127.0.0.1/
#env.url_2 http://www.google.com/
#---------------------------------------------------
#
#chcek three site
#check three site
#---------------------------------------------------
#[healthcheck_url]
#env.url_1 http://127.0.0.1/
Expand Down
2 changes: 1 addition & 1 deletion plugins/ipvs/ipvs_cps
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
=head1 NAME
ipvs_conn -Indicate the number of conections per second
ipvs_conn -Indicate the number of connections per second
=head1 CONFIGURATION
Expand Down
2 changes: 1 addition & 1 deletion plugins/mail/imap_bandwidth
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ longer than munin's default timeout.
=head1 INTERPRETATION
The plugin simply shows the average bandwidth during one IMAP upload and one
IMAP download of a file containg random bytes.
IMAP download of a file containing random bytes.
You need to be aware that this measurement obviously increases the load on
your IMAP servers for the duration of the measurement.
Expand Down
2 changes: 1 addition & 1 deletion plugins/memcached/memcached_servers_
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if ($#addresses < 0 || $#labels < 0) {
}

if ($#addresses != $#labels) {
print "Error: number of adresses and labels must be equal.\n";
print "Error: number of addresses and labels must be equal.\n";
exit 1;
}

Expand Down
2 changes: 1 addition & 1 deletion plugins/mythtv/mythtv_status_
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#
# Revision 1.4 2010/10/10 idobson
# MythTV database information always loaded (used by autoconf,config and data dump for most options)
# Active tuner now split up by video source, hung encoders are listed separatly
# Active tuner now split up by video source, hung encoders are listed separately
# Schedule now uses myth module/QUERY_GETALLPENDING to get Scheduled Recordings/Repeats/Conflicts
# Recorded now splits recorded into groups (Expireable, Delete pending, Save)
# Code now strict safe
Expand Down
2 changes: 1 addition & 1 deletion plugins/nagios/nagios_multi_
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A Plugin to monitor Nagios Servers and their Performance (Multigraph)
svcchkdetail => This graph shows current services warning,critical,unknown,checked,scheduled,flapping,down
svcchkext => This graph shows the service check execution times
svcchklat => This graph shows the service check latency times
svcchksc => This graph shows the serivce check state change %
svcchksc => This graph shows the service check state change %
hosts => I<MULTIGRAPH> This graphs the current host problems.
hostchkdetail => This graph shows current hosts down,unreachable,checked,scheduled,flapping,down
Expand Down
2 changes: 1 addition & 1 deletion plugins/network/fwbuilder_
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# ...will monitor the IP 192.168.0.1.
#
# Aditionally, you need Accountingrules in fwbuilder
# Additionally, you need Accountingrules in fwbuilder
# fwbuilder creates Chains in INPUT-, OUTPUT- and FORWARD-Chain
# with Rules that "RETURN"
# You will have to specify rule options with name "ACCOUNTING" for the
Expand Down
2 changes: 1 addition & 1 deletion plugins/network/ip_forward_
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# ...will monitor forwarded traffic trough eth0.
#
# Aditionally, you need these iptables rules as the first rules (they don't do anything, just make packet counts)
# Additionally, you need these iptables rules as the first rules (they don't do anything, just make packet counts)
#
# iptables -A FORWARD -i eth0
# iptables -A FORWARD -o eth0
Expand Down
4 changes: 2 additions & 2 deletions plugins/network/linux_if/linux_if
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugin configuration:
# example:
env.include = br_*
# should staticly configured interfaces be included (they have ifcfg-* file)
# should statically configured interfaces be included (they have ifcfg-* file)
# default: true
env.include_configured_if = true
Expand All @@ -41,7 +41,7 @@ Include/exclude logic in detail. Interface name is matched..
Tested on: RHEL 6.x and clones (with Python 2.6)
TODO:
* implment 'data loaning' between graphs, removes duplicit measures
* implement 'data loaning' between graphs, removes duplicit measures
* add support for bridging
* configurable graph max based on intreface speed
Expand Down
4 changes: 2 additions & 2 deletions plugins/network/netatalk3
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down Expand Up @@ -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;
#

Expand Down
2 changes: 1 addition & 1 deletion plugins/openvz/openvzcpu
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# vim: sts=8 sw=8 ts=8

#
# Run "perldoc thisfilename" to get a well-formated set of documentation
# Run "perldoc thisfilename" to get a well-formatted set of documentation
# for this munin plugin.
#
=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion plugins/power5/consumed_cpu_cycles
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ else
OLDPURR=$ACTUALPURR;
fi

# calcualte CPU cycles
# calculate CPU cycles
CPUCYCLES=$(echo $OLDPURR $ACTUALPURR $TIMEBASE $OLDTIME $ACTUALTIME | awk '{printf ("%.1f", (($1-$2)/$3)/($4-$5));}');

# write data to state file
Expand Down
2 changes: 1 addition & 1 deletion plugins/rabbitmq/rabbitmq_consumers
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#%# capabilities=autoconf

# If run with the "autoconf"-parameter, give our opinion on whether we
# should be run on this system or not. This is optinal, and only used by
# should be run on this system or not. This is optional, and only used by
# munin-config. In the case of this plugin, we should most probably
# always be included.

Expand Down
2 changes: 1 addition & 1 deletion plugins/rabbitmq/rabbitmq_messages
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#%# capabilities=autoconf

# If run with the "autoconf"-parameter, give our opinion on whether we
# should be run on this system or not. This is optinal, and only used by
# should be run on this system or not. This is optional, and only used by
# munin-config. In the case of this plugin, we should most probably
# always be included.

Expand Down
2 changes: 1 addition & 1 deletion plugins/rabbitmq/rabbitmq_messages_unacknowledged
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#%# capabilities=autoconf

# If run with the "autoconf"-parameter, give our opinion on whether we
# should be run on this system or not. This is optinal, and only used by
# should be run on this system or not. This is optional, and only used by
# munin-config. In the case of this plugin, we should most probably
# always be included.

Expand Down
2 changes: 1 addition & 1 deletion plugins/rabbitmq/rabbitmq_messages_uncommitted
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#%# capabilities=autoconf

# If run with the "autoconf"-parameter, give our opinion on whether we
# should be run on this system or not. This is optinal, and only used by
# should be run on this system or not. This is optional, and only used by
# munin-config. In the case of this plugin, we should most probably
# always be included.

Expand Down
2 changes: 1 addition & 1 deletion plugins/rabbitmq/rabbitmq_queue_memory
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#%# capabilities=autoconf

# If run with the "autoconf"-parameter, give our opinion on whether we
# should be run on this system or not. This is optinal, and only used by
# should be run on this system or not. This is optional, and only used by
# munin-config. In the case of this plugin, we should most probably
# always be included.

Expand Down
2 changes: 1 addition & 1 deletion plugins/rtorrent/rtom_allsessions_mem
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# xmlrpc based munin plugin for monitoring rtorrent's memory usage
# prerequisites:
# - rtorrent 0.7.5 or newer compiled with --with-xmlrpc-c
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further informations
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further information
#
# written by Gabor Hudiczius
# web: http://projects.cyla.homeip.net/rtwi/wiki/rTorrentOMeter
Expand Down
2 changes: 1 addition & 1 deletion plugins/rtorrent/rtom_allsessions_peers
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# xmlrpc based munin plugin for monitoring rtorrent's peer count
# prerequisites:
# - rtorrent 0.7.5 or newer compiled with --with-xmlrpc-c
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further informations
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further information
#
# written by Gabor Hudiczius
# web: http://projects.cyla.homeip.net/rtwi/wiki/rTorrentOMeter
Expand Down
2 changes: 1 addition & 1 deletion plugins/rtorrent/rtom_allsessions_spdd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# xmlrpc based munin plugin for monitoring rtorrent's upload/download speed
# prerequisites:
# - rtorrent 0.7.5 or newer compiled with --with-xmlrpc-c
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further informations
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further information
#
# written by Gabor Hudiczius
# web: http://projects.cyla.homeip.net/rtwi/wiki/rTorrentOMeter
Expand Down
2 changes: 1 addition & 1 deletion plugins/rtorrent/rtom_allsessions_vol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# xmlrpc based munin plugin for monitoring rtorrent's torrent count
# prerequisites:
# - rtorrent 0.7.5 or newer compiled with --with-xmlrpc-c
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further informations
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further information
#
# written by Gabor Hudiczius
# web: http://projects.cyla.homeip.net/rtwi/wiki/rTorrentOMeter
Expand Down
2 changes: 1 addition & 1 deletion plugins/rtorrent/rtom_mem
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# xmlrpc based munin plugin for monitoring rtorrent's memory usage
# prerequisites:
# - rtorrent 0.7.5 or newer compiled with --with-xmlrpc-c
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further informations
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further information
#
# written by Gabor Hudiczius
# web: http://projects.cyla.homeip.net/rtwi/wiki/rTorrentOMeter
Expand Down
2 changes: 1 addition & 1 deletion plugins/rtorrent/rtom_peers
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# xmlrpc based munin plugin for monitoring rtorrent's peer count
# prerequisites:
# - rtorrent 0.7.5 or newer compiled with --with-xmlrpc-c
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further informations
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further information
#
# written by Gabor Hudiczius
# web: http://projects.cyla.homeip.net/rtwi/wiki/rTorrentOMeter
Expand Down
2 changes: 1 addition & 1 deletion plugins/rtorrent/rtom_spdd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# xmlrpc based munin plugin for monitoring rtorrent's upload/download speed
# prerequisites:
# - rtorrent 0.7.5 or newer compiled with --with-xmlrpc-c
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further informations
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further information
#
# written by Gabor Hudiczius
# web: http://projects.cyla.homeip.net/rtwi/wiki/rTorrentOMeter
Expand Down
2 changes: 1 addition & 1 deletion plugins/rtorrent/rtom_vol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# xmlrpc based munin plugin for monitoring rtorrent's torrent count
# prerequisites:
# - rtorrent 0.7.5 or newer compiled with --with-xmlrpc-c
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further informations
# check http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide for further information
#
# written by Gabor Hudiczius
# web: http://projects.cyla.homeip.net/rtwi/wiki/rTorrentOMeter
Expand Down
2 changes: 1 addition & 1 deletion plugins/samba/samba_locked
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# $Log$
# Revision 1.0 2007/04/16 Jon Higgs
# Initial Release - Adapated from jimmyo's processses plugin.
# Initial Release - Adapted from jimmyo's processses plugin.
#
# Magick markers (optional - used by munin-config and som installation
# scripts):
Expand Down
2 changes: 1 addition & 1 deletion plugins/samba/samba_users
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# $Log$
# Revision 1.0 2007/04/16 Jon Higgs
# Initial Release - Adapated from jimmyo's processses plugin.
# Initial Release - Adapted from jimmyo's processses plugin.
#
# Revision 1.1 2014/07/24 MangaII
# Add exit 0
Expand Down
Loading

0 comments on commit 8589c6d

Please sign in to comment.