Unify file encodings to UTF8

This commit is contained in:
Lars Kruse 2020-08-25 15:53:00 +02:00
parent 3674882662
commit 3bc9396918
21 changed files with 24 additions and 24 deletions

View File

@ -12,7 +12,7 @@
# Must be symlinked to what the graph should monitor. Run with --suggest # Must be symlinked to what the graph should monitor. Run with --suggest
# to see valid targets - or just run munin-node-configure --shell # 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: # Magic markers:
#%# family=auto #%# family=auto

View File

@ -8,7 +8,7 @@
# [cpuload_postfix] # [cpuload_postfix]
# env.process master,qmgmr,proxymap,pickup # 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 # Find process names from env variables for the given plugin
# If not, extract from filename. # If not, extract from filename.

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl -w #!/usr/bin/perl -w
# #
# Copyright (C) 2008 Rune Nordbøe Skillingstad # Copyright (C) 2008 Rune Nordbøe Skillingstad
# #
# Plugin to monitor status in Nagios # Plugin to monitor status in Nagios
# #

View File

@ -13,7 +13,7 @@
# Modif pour OpenBSD # Modif pour OpenBSD
# #
# Revision 1.6 2007/03/02 07:52:52 cvserver # 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 # Revision 1.5 2007/03/01 16:06:53 cvserver
# corrections: # corrections:

View File

@ -126,7 +126,7 @@ sub save_data {
# Push the hash values on to the array # Push the hash values on to the array
foreach ( keys %$hashref ) { foreach ( keys %$hashref ) {
push @save_vector, $_ . '¬' . $hashref->{$_}; push @save_vector, $_ . '¬' . $hashref->{$_};
} }
$::logger->info( $::logger->info(
@ -148,7 +148,7 @@ sub load_data {
my $hashref; my $hashref;
foreach (@save_vector) { foreach (@save_vector) {
my ( $key, $value ) = split /¬/; my ( $key, $value ) = split /¬/;
$hashref->{$key} = $value; $hashref->{$key} = $value;
} }
my $force_save = 0; my $force_save = 0;

View File

@ -5,12 +5,12 @@
#%# capabilities=autoconf #%# capabilities=autoconf
# nginx_combine_ --- Determine the current status of Nginx # nginx_combine_ --- Determine the current status of Nginx
# using the http_stub_status module. # 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 <appa@perusio.net> # Copyright (C) 2010 António P. P. Almeida <appa@perusio.net>
# Copyright (C) 2010 Minato Miray <minatomiray@gmail.com> # Copyright (C) 2010 Minato Miray <minatomiray@gmail.com>
# Author: António P. P. Almeida <appa@perusio.net>, # Author: António P. P. Almeida <appa@perusio.net>,
# Author: Minato Miray <minatomiray@gmail.com> # Author: Minato Miray <minatomiray@gmail.com>
####################################### #######################################

View File

@ -6,7 +6,7 @@
# #
# config (required) # config (required)
# #
# Author: Rune Nordbøe Skillingstad <rune.skillingstad@ntnu.no> # Author: Rune Nordbøe Skillingstad <rune.skillingstad@ntnu.no>
# #
# Magic markers - optional - used by installation scripts and # Magic markers - optional - used by installation scripts and
# munin-node-configure: # munin-node-configure:

View File

@ -14,7 +14,7 @@
# http://www.postgresql.org/docs/7.4/interactive/monitoring-stats.html # http://www.postgresql.org/docs/7.4/interactive/monitoring-stats.html
# for a (short) description. # for a (short) description.
# #
# Copyright Bjørn Ruberg <bjorn@linpro.no> 2006 # Copyright Bjørn Ruberg <bjorn@linpro.no> 2006
# #
# Licensed under GPL v2. # Licensed under GPL v2.
# #

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl #!/usr/bin/perl
# (Temporary) source: http://munin.projects.linpro.no/ticket/63 # (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 # Rewritten by Moses Moore 2006-04-08 moc.iazom@sesom
# Licensed under GPL # Licensed under GPL

View File

@ -2,7 +2,7 @@
# #
# Plugin to show amount of individual outgoing smtp-replies per hour # Plugin to show amount of individual outgoing smtp-replies per hour
# #
# Contributed by Håkon Nessjøen <lunatic@cpan.org> # Contributed by Håkon Nessjøen <lunatic@cpan.org>
# #
# Magic markers - optional - used by installation scripts and # Magic markers - optional - used by installation scripts and
# munin-config: # munin-config:

View File

@ -2,7 +2,7 @@
# #
# Plugin to show amount of individual outgoing smtp-replies per hour # Plugin to show amount of individual outgoing smtp-replies per hour
# #
# Contributed by Håkon Nessjøen <lunatic@cpan.org> # Contributed by Håkon Nessjøen <lunatic@cpan.org>
# #
# Magic markers - optional - used by installation scripts and # Magic markers - optional - used by installation scripts and
# munin-config: # munin-config:

View File

@ -5,7 +5,7 @@
# Email : poil@quake.fr # # Email : poil@quake.fr #
# First release : 18/10/2007 # # First release : 18/10/2007 #
#---------------------------------------------------------------# #---------------------------------------------------------------#
# Edited: Rouven David Naßl - peperoni # # Edited: Rouven David Naßl - peperoni #
# Edit : 09/01/2009 # # Edit : 09/01/2009 #
# Plugin edited for COD4+COD5 # # Plugin edited for COD4+COD5 #
# Email: peperoni@sac-esports.de # # Email: peperoni@sac-esports.de #

View File

@ -2,7 +2,7 @@
# #
# Plugin to monitor Forefront Client Security status in MOM database # Plugin to monitor Forefront Client Security status in MOM database
# #
# Copyright (c) 2008 Rune Nordbøe Skillingstad - <rune.skillingstad@ntnu.no> # Copyright (c) 2008 Rune Nordbøe Skillingstad - <rune.skillingstad@ntnu.no>
# #
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@ -29,7 +29,7 @@ graph_title CPU temperature
graph_order temp0 temp1 temp2 graph_order temp0 temp1 temp2
graph_args --base 1000 -l 0 graph_args --base 1000 -l 0
graph_category sensors graph_category sensors
graph_vlabel temp in °C graph_vlabel temp in °C
temp0.label Temperature0 temp0.label Temperature0
temp1.label Temperature1 temp1.label Temperature1
temp2.label Temperature2 temp2.label Temperature2

View File

@ -2,7 +2,7 @@
# #
# Munin plugin for number of spots by categories in a MySQL database # 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 # Spotweb : http://github.com/spotweb/spotweb
# #

View File

@ -2,7 +2,7 @@
# #
# Munin plugin for total spot by categories in a spotweb MySQL database # 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 # Spotweb : http://github.com/spotweb/spotweb
# #

View File

@ -2,7 +2,7 @@
# #
# Munin plugin for different stats over a spotweb MySQL database # 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 # Spotweb : http://github.com/spotweb/spotweb
# Original idea : smeerbartje (http://gathering.tweakers.net/forum/myreact/190949) # Original idea : smeerbartje (http://gathering.tweakers.net/forum/myreact/190949)

View File

@ -28,7 +28,7 @@ my $hostname = "localhost"; # serveraddress
my $port = 10011; # querryport (default: 10011) my $port = 10011; # querryport (default: 10011)
my @serverids = (1); # array of virtualserverids (1,2,3,4,...) 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 = ""; my $password = "";
# SCRIPT START! # SCRIPT START!

View File

@ -40,7 +40,7 @@ tomcat-users.xml example:
=head1 AUTHOR =head1 AUTHOR
Ricardo Fraile <rikr_@hotmail.com> Ricardo Fraile <rikr_@hotmail.com>
Rune Nordbøe Skillingstad <runesk@linpro.no> Rune Nordbøe Skillingstad <runesk@linpro.no>
=head1 LICENSE =head1 LICENSE

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl #!/usr/bin/perl
# Original author: Bjørn Ruberg # Original author: Bjørn Ruberg
# Updated to Varnish 2.0/added instructions: Daniel Wirtz # Updated to Varnish 2.0/added instructions: Daniel Wirtz
# #
# Installation (Debian): # Installation (Debian):

View File

@ -74,7 +74,7 @@ import pywbem
NS = 'root/cimv2' NS = 'root/cimv2'
sensor_data = { sensor_data = {
2 : {'prefix':'temp', 'title':'Temperatures', 'unit':'°C'}, 2 : {'prefix':'temp', 'title':'Temperatures', 'unit':'°C'},
3 : {'prefix':'volt', 'title':'Voltages', 'unit':'Volts'}, 3 : {'prefix':'volt', 'title':'Voltages', 'unit':'Volts'},
4 : {'prefix':'amp', 'title':'Current', 'unit':'Amps'}, 4 : {'prefix':'amp', 'title':'Current', 'unit':'Amps'},
5 : {'prefix':'fan', 'title':'Fans', 'unit':'RPM'} 5 : {'prefix':'fan', 'title':'Fans', 'unit':'RPM'}