mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +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
|
@ -92,7 +92,7 @@ if( $ARGV[0] eq "" ){
|
|||
next if $line =~ /^\r$/; # or else
|
||||
next if $line =~ /^\r\n$/; # http specific
|
||||
( $key, $value, $last) = split( /\|/, $line ); # split up to three values
|
||||
$key =~ s/^\s//g; $key =~ s/\s$//g; # no spaces at the end and the begining
|
||||
$key =~ s/^\s//g; $key =~ s/\s$//g; # no spaces at the end and the beginning
|
||||
$value =~ s/^\s//g; $value =~ s/\s$//g;
|
||||
$value =~ s/(\d*)\s*.*/$1/g; # remove more than one values from splited data
|
||||
$value =~ s/[a-zA-Z\(\)\%]//g; # and not alphanummeric glyphs
|
||||
|
|
|
@ -72,7 +72,7 @@ if( $ARGV[0] eq "" ){
|
|||
next if $line =~ /^\r$/; # or else
|
||||
next if $line =~ /^\r\n$/; # http specific
|
||||
( $key, $value, $last) = split( /\|/, $line ); # split up to three values
|
||||
$key =~ s/^\s//g; $key =~ s/\s$//g; # no spaces at the end and the begining
|
||||
$key =~ s/^\s//g; $key =~ s/\s$//g; # no spaces at the end and the beginning
|
||||
$value =~ s/^\s//g; $value =~ s/\s$//g;
|
||||
$value =~ s/(\d*)\s*.*/$1/g; # remove more than one values from splited data
|
||||
$value =~ s/[a-zA-Z\(\)\%]//g; # and not alphanummeric glyphs
|
||||
|
|
|
@ -104,7 +104,7 @@ if( $ARGV[0] eq "" ){
|
|||
next if $line =~ /^\r$/; # or else
|
||||
next if $line =~ /^\r\n$/; # http specific
|
||||
( $key, $value, $last) = split( /\|/, $line ); # split up to three values
|
||||
$key =~ s/^\s//g; $key =~ s/\s$//g; # no spaces at the end and the begining
|
||||
$key =~ s/^\s//g; $key =~ s/\s$//g; # no spaces at the end and the beginning
|
||||
$value =~ s/^\s//g; $value =~ s/\s$//g;
|
||||
$value =~ s/(\d*)\s*.*/$1/g; # remove more than one values from splited data
|
||||
$value =~ s/[a-zA-Z\(\)\%]//g; # and not alphanummeric glyphs
|
||||
|
|
|
@ -82,7 +82,7 @@ if( $ARGV[0] eq "" ){
|
|||
next if $line =~ /^\r$/; # or else
|
||||
next if $line =~ /^\r\n$/; # http specific
|
||||
( $key, $value, $last) = split( /\|/, $line ); # split up to three values
|
||||
$key =~ s/^\s//g; $key =~ s/\s$//g; # no spaces at the end and the begining
|
||||
$key =~ s/^\s//g; $key =~ s/\s$//g; # no spaces at the end and the beginning
|
||||
$value =~ s/^\s//g; $value =~ s/\s$//g;
|
||||
$value =~ s/(\d*)\s*.*/$1/g; # remove more than one values from splited data
|
||||
$value =~ s/[a-zA-Z\(\)\%]//g; # and not alphanummeric glyphs
|
||||
|
|
|
@ -72,7 +72,7 @@ if( $ARGV[0] eq "" ){
|
|||
next if $line =~ /^\r$/; # or else
|
||||
next if $line =~ /^\r\n$/; # http specific
|
||||
( $key, $value, $last) = split( /\|/, $line ); # split up to three values
|
||||
$key =~ s/^\s//g; $key =~ s/\s$//g; # no spaces at the end and the begining
|
||||
$key =~ s/^\s//g; $key =~ s/\s$//g; # no spaces at the end and the beginning
|
||||
$value =~ s/^\s//g; $value =~ s/\s$//g;
|
||||
$value =~ s/(\d*)\s*.*/$1/g; # remove more than one values from splited data
|
||||
$value =~ s/[a-zA-Z\(\)\%]//g; # and not alphanummeric glyphs
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
# place locations here seperated by commas
|
||||
# place locations here separated by commas
|
||||
# names must match Region from the link below
|
||||
my @regions = ("Southern California",
|
||||
"Central California",
|
||||
|
|
|
@ -20,7 +20,7 @@ multiping_async - Like the multiping plugin but runs asynchronously
|
|||
|
||||
The following environment variables are used:
|
||||
|
||||
host - Whitespace-seperated list of hosts to ping
|
||||
host - Whitespace-separated list of hosts to ping
|
||||
times - How many times to ping the hosts, 3 by default
|
||||
timeout - The ping timeout (ping -W), 1 by default (ignored on Solaris)
|
||||
title - The graph_title to use for the munin RRD graph
|
||||
|
|
|
@ -39,7 +39,7 @@ The configuration section shows the defaults
|
|||
env.procname init
|
||||
env.category Process Info
|
||||
|
||||
env.procname defines the processname as seen inside the paranthesis of the
|
||||
env.procname defines the processname as seen inside the parenthesis of the
|
||||
second column in /proc/pid/stat. If you don't get the data you expect, you
|
||||
can check if the value is what you expect here.
|
||||
|
||||
|
@ -271,7 +271,7 @@ sub suggest
|
|||
}
|
||||
|
||||
# Print the value of a two-dimensional hash if it exist.
|
||||
# Returns false if non-existant.
|
||||
# Returns false if non-existent.
|
||||
#
|
||||
# Output is formatted for plugins if arg4 is blank, otherwise arg4 is used
|
||||
# as the title/name of the field (ie: arg4=graph_title).
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
# Generic plugins now use printf instead of echo -n, as this is more portable (SF#885564)
|
||||
#
|
||||
# Revision 1.1 2004/01/02 18:50:00 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue