mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Whitespace cleanup
* remove trailing whitespace * remove empty lines at the end of files
This commit is contained in:
parent
ef851f0c34
commit
17f784270a
604 changed files with 2927 additions and 2945 deletions
|
@ -39,7 +39,7 @@ The following environment variables may be defined :
|
|||
=head1 COPYRIGHT
|
||||
Copyright Jose-Marcio Martins da Cruz
|
||||
|
||||
=head1 VERSION
|
||||
=head1 VERSION
|
||||
|
||||
1.0 - Feb 2014
|
||||
|
||||
|
@ -99,7 +99,7 @@ if (exists $ENV{statefile} && defined $ENV{statefile}) {
|
|||
#
|
||||
#
|
||||
if ($#ARGV >= 0 && $ARGV[0] eq "autoconf") {
|
||||
|
||||
|
||||
unless (-f $SMCF) {
|
||||
print "no\n";
|
||||
exit 0;
|
||||
|
@ -433,7 +433,7 @@ sub SaveState {
|
|||
printf FSTATE "%-20s %s\n", $k, $h->{$k};
|
||||
}
|
||||
close FSTATE;
|
||||
|
||||
|
||||
Munin::Plugin::save_state(%$h);
|
||||
return 1;
|
||||
}
|
||||
|
@ -516,7 +516,7 @@ __DATA__
|
|||
conn Connections
|
||||
conn.info SMTP Connections per time unit
|
||||
msgs Messages
|
||||
msgs.info Messages per time unit
|
||||
msgs.info Messages per time unit
|
||||
rcpt Recipients
|
||||
rcpt.info Recipients per time unit
|
||||
|
||||
|
@ -556,8 +556,8 @@ kbytes.info Volume (KBytes) per time unit
|
|||
|
||||
j-greyvalid Grey Validated records
|
||||
j-greyvalid.info Grey Validated records
|
||||
j-greypend Grey Waiting records
|
||||
j-greypend.info Grey Waiting records
|
||||
j-greypend Grey Waiting records
|
||||
j-greypend.info Grey Waiting records
|
||||
j-greywhitelist Grey Whitelisted records
|
||||
j-greywhitelist.info Grey Whitelisted records
|
||||
j-greyblacklist j-greyblacklist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue