1
0
Fork 0
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:
Lars Kruse 2018-08-02 02:03:42 +02:00
parent ef851f0c34
commit 17f784270a
604 changed files with 2927 additions and 2945 deletions

View file

@ -193,7 +193,7 @@ multigraph asterisk_codecs
graphs_title Asterisk channels per codec
graph_args --base 1000 -l 0
graph_vlabel channels
graph_category voip
graph_category voip
END
foreach my $codec (@CODECS) {

View file

@ -77,7 +77,7 @@ address with the copyright notice upgrade with your name.
use strict;
use Asterisk::AMI;
eval "use Asterisk::AMI";
eval "use Asterisk::AMI";
print "Asterisk::AMI not found. Exiting...\n" if $@;
exit( 0 ) if $@;

View file

@ -77,7 +77,7 @@ address with the copyright notice upgrade with your name.
use strict;
use Asterisk::AMI;
eval "use Asterisk::AMI";
eval "use Asterisk::AMI";
print "Asterisk::AMI not found. Exiting...\n" if $@;
exit( 0 ) if $@;

View file

@ -77,7 +77,7 @@ address with the copyright notice upgrade with your name.
use strict;
use Asterisk::AMI;
eval "use Asterisk::AMI";
eval "use Asterisk::AMI";
print "Asterisk::AMI not found. Exiting...\n" if $@;
exit( 0 ) if $@;

View file

@ -77,7 +77,7 @@ address with the copyright notice upgrade with your name.
use strict;
use Asterisk::AMI;
eval "use Asterisk::AMI";
eval "use Asterisk::AMI";
print "Asterisk::AMI not found. Exiting...\n" if $@;
exit( 0 ) if $@;

View file

@ -77,7 +77,7 @@ address with the copyright notice upgrade with your name.
use strict;
use Asterisk::AMI;
eval "use Asterisk::AMI";
eval "use Asterisk::AMI";
print "Asterisk::AMI not found. Exiting...\n" if $@;
exit( 0 ) if $@;

View file

@ -77,7 +77,7 @@ address with the copyright notice upgrade with your name.
use strict;
use Asterisk::AMI;
eval "use Asterisk::AMI";
eval "use Asterisk::AMI";
print "Asterisk::AMI not found. Exiting...\n" if $@;
exit( 0 ) if $@;

View file

@ -77,7 +77,7 @@ address with the copyright notice upgrade with your name.
use strict;
use Asterisk::AMI;
eval "use Asterisk::AMI";
eval "use Asterisk::AMI";
print "Asterisk::AMI not found. Exiting...\n" if $@;
exit( 0 ) if $@;

View file

@ -77,7 +77,7 @@ address with the copyright notice upgrade with your name.
use strict;
use Asterisk::AMI;
eval "use Asterisk::AMI";
eval "use Asterisk::AMI";
print "Asterisk::AMI not found. Exiting...\n" if $@;
exit( 0 ) if $@;

View file

@ -77,7 +77,7 @@ address with the copyright notice upgrade with your name.
use strict;
use Asterisk::AMI;
eval "use Asterisk::AMI";
eval "use Asterisk::AMI";
print "Asterisk::AMI not found. Exiting...\n" if $@;
exit( 0 ) if $@;

View file

@ -77,7 +77,7 @@ address with the copyright notice upgrade with your name.
use strict;
use Asterisk::AMI;
eval "use Asterisk::AMI";
eval "use Asterisk::AMI";
print "Asterisk::AMI not found. Exiting...\n" if $@;
exit( 0 ) if $@;

View file

@ -77,7 +77,7 @@ address with the copyright notice upgrade with your name.
use strict;
use Asterisk::AMI;
eval "use Asterisk::AMI";
eval "use Asterisk::AMI";
print "Asterisk::AMI not found. Exiting...\n" if $@;
exit( 0 ) if $@;

View file

@ -77,7 +77,7 @@ address with the copyright notice upgrade with your name.
use strict;
use Asterisk::AMI;
eval "use Asterisk::AMI";
eval "use Asterisk::AMI";
print "Asterisk::AMI not found. Exiting...\n" if $@;
exit( 0 ) if $@;

View file

@ -77,7 +77,7 @@ address with the copyright notice upgrade with your name.
use strict;
use Asterisk::AMI;
eval "use Asterisk::AMI";
eval "use Asterisk::AMI";
print "Asterisk::AMI not found. Exiting...\n" if $@;
exit( 0 ) if $@;

View file

@ -77,7 +77,7 @@ address with the copyright notice upgrade with your name.
use strict;
use Asterisk::AMI;
eval "use Asterisk::AMI";
eval "use Asterisk::AMI";
print "Asterisk::AMI not found. Exiting...\n" if $@;
exit( 0 ) if $@;

View file

@ -77,7 +77,7 @@ address with the copyright notice upgrade with your name.
use strict;
use Asterisk::AMI;
eval "use Asterisk::AMI";
eval "use Asterisk::AMI";
print "Asterisk::AMI not found. Exiting...\n" if $@;
exit( 0 ) if $@;

View file

@ -31,7 +31,7 @@ Receive Attempts : 0
Completed FAXes : 0
Failed FAXes : 0
Digium G.711
Digium G.711
Licensed Channels : 1
Max Concurrent : 0
Success : 0

View file

@ -5,7 +5,7 @@
# Converted to /bin/sh by Steve Schnepp
# June 2012
# Version 1.0
#
#
# Run as root or make sure munin user can run 'asterisk -r' command
#
# [asterisk_channels]

View file

@ -1,7 +1,7 @@
#!/bin/sh
#
# add this into munin/plugin-conf.d/plugins.conf:
#
#
# [asterisk_inuse]
# user root
#