From 3bc93969188636157097c28ec1d78a6bb4e8cb28 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Tue, 25 Aug 2020 15:53:00 +0200 Subject: [PATCH] Unify file encodings to UTF8 --- plugins/apache/apache_watch_ | 2 +- plugins/cpu/cpuload_ | 2 +- plugins/nagios/nagiosstatus | 2 +- plugins/network/ldap_connections | 2 +- plugins/network/zenus_ | 4 ++-- plugins/nginx/nginx-combined | 6 +++--- plugins/ntp/ntpdate_ | 2 +- plugins/postgresql/postgres_block_read_ | 2 +- plugins/postgresql/postgres_space_ | 2 +- plugins/qmail/qmailsend | 2 +- plugins/qmail/qmailsend_plesk | 2 +- plugins/quake/qstatcod4and5_ | 2 +- plugins/security/forefront_ | 2 +- plugins/sensors/mbmon | 2 +- plugins/spotweb/spotweb_cat_average | 2 +- plugins/spotweb/spotweb_cat_total | 2 +- plugins/spotweb/spotweb_total | 2 +- plugins/teamspeak/teamspeak_user | 2 +- plugins/tomcat/tomcat_access | 2 +- plugins/varnish/varnish2_ | 2 +- plugins/vmware/esxi__sensors | 2 +- 21 files changed, 24 insertions(+), 24 deletions(-) diff --git a/plugins/apache/apache_watch_ b/plugins/apache/apache_watch_ index ae74ca55..f2a861c3 100755 --- a/plugins/apache/apache_watch_ +++ b/plugins/apache/apache_watch_ @@ -12,7 +12,7 @@ # Must be symlinked to what the graph should monitor. Run with --suggest # to see valid targets - or just run munin-node-configure --shell # -# Written by Bjørn Ruberg 2006-2007 +# Written by Bjørn Ruberg 2006-2007 # # Magic markers: #%# family=auto diff --git a/plugins/cpu/cpuload_ b/plugins/cpu/cpuload_ index 347a7a79..21af7e1e 100755 --- a/plugins/cpu/cpuload_ +++ b/plugins/cpu/cpuload_ @@ -8,7 +8,7 @@ # [cpuload_postfix] # env.process master,qmgmr,proxymap,pickup # -# GNU GPL, Bjørn Ruberg +# GNU GPL, Bjørn Ruberg # Find process names from env variables for the given plugin # If not, extract from filename. diff --git a/plugins/nagios/nagiosstatus b/plugins/nagios/nagiosstatus index aa5fc49e..8222e380 100755 --- a/plugins/nagios/nagiosstatus +++ b/plugins/nagios/nagiosstatus @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (C) 2008 Rune Nordbøe Skillingstad +# Copyright (C) 2008 Rune Nordbøe Skillingstad # # Plugin to monitor status in Nagios # diff --git a/plugins/network/ldap_connections b/plugins/network/ldap_connections index 8f80d437..68167959 100755 --- a/plugins/network/ldap_connections +++ b/plugins/network/ldap_connections @@ -13,7 +13,7 @@ # Modif pour OpenBSD # # Revision 1.6 2007/03/02 07:52:52 cvserver -# pas LISTEN pour les IPs utilisées (en cas de *:389) +# pas LISTEN pour les IPs utilisées (en cas de *:389) # # Revision 1.5 2007/03/01 16:06:53 cvserver # corrections: diff --git a/plugins/network/zenus_ b/plugins/network/zenus_ index 9d8cb76f..561a7e93 100755 --- a/plugins/network/zenus_ +++ b/plugins/network/zenus_ @@ -126,7 +126,7 @@ sub save_data { # Push the hash values on to the array foreach ( keys %$hashref ) { - push @save_vector, $_ . '¬' . $hashref->{$_}; + push @save_vector, $_ . '¬' . $hashref->{$_}; } $::logger->info( @@ -148,7 +148,7 @@ sub load_data { my $hashref; foreach (@save_vector) { - my ( $key, $value ) = split /¬/; + my ( $key, $value ) = split /¬/; $hashref->{$key} = $value; } my $force_save = 0; diff --git a/plugins/nginx/nginx-combined b/plugins/nginx/nginx-combined index e5ba25b1..c7e52085 100755 --- a/plugins/nginx/nginx-combined +++ b/plugins/nginx/nginx-combined @@ -5,12 +5,12 @@ #%# capabilities=autoconf # nginx_combine_ --- Determine the current status of Nginx # using the http_stub_status module. -# extend of nginx_status_ plugin of António P. P. Almeida +# extend of nginx_status_ plugin of António P. P. Almeida -# Copyright (C) 2010 António P. P. Almeida +# Copyright (C) 2010 António P. P. Almeida # Copyright (C) 2010 Minato Miray -# Author: António P. P. Almeida , +# Author: António P. P. Almeida , # Author: Minato Miray ####################################### diff --git a/plugins/ntp/ntpdate_ b/plugins/ntp/ntpdate_ index bb62d5bd..b5f4ae29 100755 --- a/plugins/ntp/ntpdate_ +++ b/plugins/ntp/ntpdate_ @@ -6,7 +6,7 @@ # # config (required) # -# Author: Rune Nordbøe Skillingstad +# Author: Rune Nordbøe Skillingstad # # Magic markers - optional - used by installation scripts and # munin-node-configure: diff --git a/plugins/postgresql/postgres_block_read_ b/plugins/postgresql/postgres_block_read_ index 4f1fc6e9..4f601e05 100755 --- a/plugins/postgresql/postgres_block_read_ +++ b/plugins/postgresql/postgres_block_read_ @@ -14,7 +14,7 @@ # http://www.postgresql.org/docs/7.4/interactive/monitoring-stats.html # for a (short) description. # -# Copyright Bjørn Ruberg 2006 +# Copyright Bjørn Ruberg 2006 # # Licensed under GPL v2. # diff --git a/plugins/postgresql/postgres_space_ b/plugins/postgresql/postgres_space_ index a8e9156e..46cd2b5f 100755 --- a/plugins/postgresql/postgres_space_ +++ b/plugins/postgresql/postgres_space_ @@ -1,7 +1,7 @@ #!/usr/bin/perl # (Temporary) source: http://munin.projects.linpro.no/ticket/63 -# Written by Bjørn Ruberg (bjorn@linpro.no) 2006 +# Written by Bjørn Ruberg (bjorn@linpro.no) 2006 # Rewritten by Moses Moore 2006-04-08 moc.iazom@sesom # Licensed under GPL diff --git a/plugins/qmail/qmailsend b/plugins/qmail/qmailsend index 107f7f7f..01281639 100755 --- a/plugins/qmail/qmailsend +++ b/plugins/qmail/qmailsend @@ -2,7 +2,7 @@ # # Plugin to show amount of individual outgoing smtp-replies per hour # -# Contributed by Håkon Nessjøen +# Contributed by HÃ¥kon Nessjøen # # Magic markers - optional - used by installation scripts and # munin-config: diff --git a/plugins/qmail/qmailsend_plesk b/plugins/qmail/qmailsend_plesk index 585c020b..34e94259 100755 --- a/plugins/qmail/qmailsend_plesk +++ b/plugins/qmail/qmailsend_plesk @@ -2,7 +2,7 @@ # # Plugin to show amount of individual outgoing smtp-replies per hour # -# Contributed by Håkon Nessjøen +# Contributed by HÃ¥kon Nessjøen # # Magic markers - optional - used by installation scripts and # munin-config: diff --git a/plugins/quake/qstatcod4and5_ b/plugins/quake/qstatcod4and5_ index f1fd36d1..e02dbd55 100755 --- a/plugins/quake/qstatcod4and5_ +++ b/plugins/quake/qstatcod4and5_ @@ -5,7 +5,7 @@ # Email : poil@quake.fr # # First release : 18/10/2007 # #---------------------------------------------------------------# -# Edited: Rouven David Naßl - peperoni # +# Edited: Rouven David Naßl - peperoni # # Edit : 09/01/2009 # # Plugin edited for COD4+COD5 # # Email: peperoni@sac-esports.de # diff --git a/plugins/security/forefront_ b/plugins/security/forefront_ index e1400eb5..47ce449d 100755 --- a/plugins/security/forefront_ +++ b/plugins/security/forefront_ @@ -2,7 +2,7 @@ # # Plugin to monitor Forefront Client Security status in MOM database # -# Copyright (c) 2008 Rune Nordbøe Skillingstad - +# Copyright (c) 2008 Rune Nordbøe Skillingstad - # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/plugins/sensors/mbmon b/plugins/sensors/mbmon index 345dd98c..d19835d9 100755 --- a/plugins/sensors/mbmon +++ b/plugins/sensors/mbmon @@ -29,7 +29,7 @@ graph_title CPU temperature graph_order temp0 temp1 temp2 graph_args --base 1000 -l 0 graph_category sensors -graph_vlabel temp in °C +graph_vlabel temp in °C temp0.label Temperature0 temp1.label Temperature1 temp2.label Temperature2 diff --git a/plugins/spotweb/spotweb_cat_average b/plugins/spotweb/spotweb_cat_average index 4349151e..1022d21a 100755 --- a/plugins/spotweb/spotweb_cat_average +++ b/plugins/spotweb/spotweb_cat_average @@ -2,7 +2,7 @@ # # Munin plugin for number of spots by categories in a MySQL database # -# Copyright (C) 2011 - Rowdy Schwachöfer (http://rowdy.nl) +# Copyright (C) 2011 - Rowdy Schwachöfer (http://rowdy.nl) # # Spotweb : http://github.com/spotweb/spotweb # diff --git a/plugins/spotweb/spotweb_cat_total b/plugins/spotweb/spotweb_cat_total index ed09e79c..0900de81 100755 --- a/plugins/spotweb/spotweb_cat_total +++ b/plugins/spotweb/spotweb_cat_total @@ -2,7 +2,7 @@ # # Munin plugin for total spot by categories in a spotweb MySQL database # -# Copyright (C) 2011 - Rowdy Schwachöfer (http://rowdy.nl) +# Copyright (C) 2011 - Rowdy Schwachöfer (http://rowdy.nl) # # Spotweb : http://github.com/spotweb/spotweb # diff --git a/plugins/spotweb/spotweb_total b/plugins/spotweb/spotweb_total index c61a7321..4ebdb6f9 100755 --- a/plugins/spotweb/spotweb_total +++ b/plugins/spotweb/spotweb_total @@ -2,7 +2,7 @@ # # Munin plugin for different stats over a spotweb MySQL database # -# Copyright (C) 2011 - Rowdy Schwachöfer (http://rowdy.nl) +# Copyright (C) 2011 - Rowdy Schwachöfer (http://rowdy.nl) # # Spotweb : http://github.com/spotweb/spotweb # Original idea : smeerbartje (http://gathering.tweakers.net/forum/myreact/190949) diff --git a/plugins/teamspeak/teamspeak_user b/plugins/teamspeak/teamspeak_user index 14b1f5fd..beba06ea 100755 --- a/plugins/teamspeak/teamspeak_user +++ b/plugins/teamspeak/teamspeak_user @@ -28,7 +28,7 @@ my $hostname = "localhost"; # serveraddress my $port = 10011; # querryport (default: 10011) my @serverids = (1); # array of virtualserverids (1,2,3,4,...) -my $username = ""; # only set if the default queryuser hasn´t enough rights (should work without this) +my $username = ""; # only set if the default queryuser hasn't enough rights (should work without this) my $password = ""; # SCRIPT START! diff --git a/plugins/tomcat/tomcat_access b/plugins/tomcat/tomcat_access index 0adb5331..cce015a4 100755 --- a/plugins/tomcat/tomcat_access +++ b/plugins/tomcat/tomcat_access @@ -40,7 +40,7 @@ tomcat-users.xml example: =head1 AUTHOR Ricardo Fraile -Rune Nordbøe Skillingstad +Rune Nordbøe Skillingstad =head1 LICENSE diff --git a/plugins/varnish/varnish2_ b/plugins/varnish/varnish2_ index cb3a6b42..10d20a3c 100755 --- a/plugins/varnish/varnish2_ +++ b/plugins/varnish/varnish2_ @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Original author: Bjørn Ruberg +# Original author: Bjørn Ruberg # Updated to Varnish 2.0/added instructions: Daniel Wirtz # # Installation (Debian): diff --git a/plugins/vmware/esxi__sensors b/plugins/vmware/esxi__sensors index 6cf1ce69..63563b1c 100755 --- a/plugins/vmware/esxi__sensors +++ b/plugins/vmware/esxi__sensors @@ -74,7 +74,7 @@ import pywbem NS = 'root/cimv2' sensor_data = { - 2 : {'prefix':'temp', 'title':'Temperatures', 'unit':'°C'}, + 2 : {'prefix':'temp', 'title':'Temperatures', 'unit':'°C'}, 3 : {'prefix':'volt', 'title':'Voltages', 'unit':'Volts'}, 4 : {'prefix':'amp', 'title':'Current', 'unit':'Amps'}, 5 : {'prefix':'fan', 'title':'Fans', 'unit':'RPM'}