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
|
@ -66,7 +66,7 @@ if($ARGV[0] and $ARGV[0] eq "config") {
|
|||
my %result;
|
||||
|
||||
# We create a new PoCo-IRC object
|
||||
my $irc = POE::Component::IRC->spawn(
|
||||
my $irc = POE::Component::IRC->spawn(
|
||||
nick => $nickname,
|
||||
ircname => $ircname,
|
||||
server => $server,
|
||||
|
@ -119,7 +119,7 @@ sub irc_001 {
|
|||
}
|
||||
|
||||
|
||||
#irc_251: 'moo.us.p2p-network.net' 'There are 155 users and 3397 invisible on 16 servers' [There are 155 users and 3397 invisible on 16 servers]
|
||||
#irc_251: 'moo.us.p2p-network.net' 'There are 155 users and 3397 invisible on 16 servers' [There are 155 users and 3397 invisible on 16 servers]
|
||||
# luserclient
|
||||
sub irc_251 {
|
||||
#print "In 251\n";
|
||||
|
@ -152,7 +152,7 @@ sub irc_251 {
|
|||
#printf "251 Got clients=%d servers=%d\n", ($result{'clients'} || -1), ($result{'servers'} || -1);
|
||||
}
|
||||
|
||||
#irc_252: 'moo.us.p2p-network.net' '18 :operator(s) online' [18, operator(s) online]
|
||||
#irc_252: 'moo.us.p2p-network.net' '18 :operator(s) online' [18, operator(s) online]
|
||||
# opers
|
||||
sub irc_252 {
|
||||
my $sender = $_[SENDER];
|
||||
|
@ -165,7 +165,7 @@ sub irc_252 {
|
|||
#printf "254 Got channels %d\n", ($result{'channels'} || -1);
|
||||
}
|
||||
|
||||
#irc_253: 'moo.us.p2p-network.net' '1 :unknown connection(s)' [1, unknown connection(s)]
|
||||
#irc_253: 'moo.us.p2p-network.net' '1 :unknown connection(s)' [1, unknown connection(s)]
|
||||
sub irc_253 {
|
||||
my $sender = $_[SENDER];
|
||||
my $irc = $sender->get_heap();
|
||||
|
@ -177,7 +177,7 @@ sub irc_253 {
|
|||
#printf "254 Got channels %d\n", ($result{'channels'} || -1);
|
||||
}
|
||||
|
||||
#irc_254: 'moo.us.p2p-network.net' '1325 :channels formed' [1325, channels formed]
|
||||
#irc_254: 'moo.us.p2p-network.net' '1325 :channels formed' [1325, channels formed]
|
||||
# luserchannels
|
||||
sub irc_254 {
|
||||
my $sender = $_[SENDER];
|
||||
|
@ -190,7 +190,7 @@ sub irc_254 {
|
|||
#printf "254 Got channels %d\n", ($result{'channels'} || -1);
|
||||
}
|
||||
|
||||
#irc_255: 'moo.us.p2p-network.net' 'I have 348 clients and 1 servers' [I have 348 clients and 1 servers]
|
||||
#irc_255: 'moo.us.p2p-network.net' 'I have 348 clients and 1 servers' [I have 348 clients and 1 servers]
|
||||
# local clients/servers
|
||||
sub irc_255 {
|
||||
my $sender = $_[SENDER];
|
||||
|
@ -203,7 +203,7 @@ sub irc_255 {
|
|||
}
|
||||
}
|
||||
|
||||
#irc_265: 'moo.us.p2p-network.net' 'Current Local Users: 348 Max: 1900' [Current Local Users: 348 Max: 1900]
|
||||
#irc_265: 'moo.us.p2p-network.net' 'Current Local Users: 348 Max: 1900' [Current Local Users: 348 Max: 1900]
|
||||
sub irc_265 {
|
||||
#print "In 265\n";
|
||||
my $sender = $_[SENDER];
|
||||
|
@ -216,7 +216,7 @@ sub irc_265 {
|
|||
}
|
||||
}
|
||||
|
||||
#irc_266: 'moo.us.p2p-network.net' 'Current Global Users: 3552 Max: 8742' [Current Global Users: 3552 Max: 8742]
|
||||
#irc_266: 'moo.us.p2p-network.net' 'Current Global Users: 3552 Max: 8742' [Current Global Users: 3552 Max: 8742]
|
||||
sub irc_266 {
|
||||
#print "In 266\n";
|
||||
my $sender = $_[SENDER];
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
<?php
|
||||
#
|
||||
# IRCd Monitoring for Munin
|
||||
#
|
||||
#
|
||||
# by Martin Weinelt
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.0 2009/09/16 05:03:31 UTC hexa-
|
||||
# Initial Release featuring
|
||||
# Initial Release featuring
|
||||
# autoconf-support,
|
||||
# reading user/channels/operators count
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue