mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-04 15:13:59 +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
|
@ -25,7 +25,7 @@
|
|||
#
|
||||
### Configuration example
|
||||
# Use these settings in your client config in /etc/munin/plugin-conf.d/munin-node
|
||||
# For the language you can use 'nl' (Dutch) or 'en'. O well, everything exept 'nl' will just show
|
||||
# For the language you can use 'nl' (Dutch) or 'en'. O well, everything except 'nl' will just show
|
||||
# the english version. :)
|
||||
#
|
||||
# [buienradar*]
|
||||
|
@ -58,7 +58,7 @@ use XML::LibXML;
|
|||
use Data::Dumper;
|
||||
|
||||
|
||||
# Getting the enviroment variabeles
|
||||
# Getting the environment variabeles
|
||||
my $LAN = $ENV{language} || "en";
|
||||
my $TMP = $ENV{temperature} || "yes";
|
||||
my $TMP10CM = $ENV{temperature10cm} || "yes";
|
||||
|
@ -151,7 +151,7 @@ if($RAIN eq "yes") { print "rain.value ".$doc->findnodes($stationNode."/rege
|
|||
|
||||
|
||||
# Station codes
|
||||
# Static, I know I could do this dynamically, but since they don't change reguarly I choose this way
|
||||
# Static, I know I could do this dynamically, but since they don't change regularly I choose this way
|
||||
# so I could present two nice rows whitout having to write a buncgh of code... :P
|
||||
sub print_stations {
|
||||
return "Available station codes, updated last on April 4th 2011\n\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue