1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-04 15:13:59 +00:00
Suspicious sections:
plugins/mail/postfix_mail_stats		recieved.label
plugins/nginx/nginx_vhost_traffic
This commit is contained in:
Veres Lajos 2014-12-04 23:37:42 +00:00
parent 8e18199f16
commit fba800ae52
119 changed files with 176 additions and 176 deletions

View file

@ -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"