summaryrefslogtreecommitdiffstats
path: root/filebitch
diff options
context:
space:
mode:
authorMomo <momorientes@online.de>2011-09-01 12:19:50 +0200
committerMomo <momorientes@online.de>2011-09-01 12:19:50 +0200
commitd5320bc34aece7e2fe9246f394be829ce954d4fd (patch)
treeb2fba434c6d2e5444dd0f2774361fc3e4f9d7d31 /filebitch
parentff0030cd7fe92a09173c16bf7b483cde638dab46 (diff)
ignoring the monitoring server
Diffstat (limited to 'filebitch')
-rwxr-xr-xfilebitch/connect_narf.pl7
1 files changed, 4 insertions, 3 deletions
diff --git a/filebitch/connect_narf.pl b/filebitch/connect_narf.pl
index 8e984150..7c713d3b 100755
--- a/filebitch/connect_narf.pl
+++ b/filebitch/connect_narf.pl
@@ -10,9 +10,10 @@
$ip = $ARGV[0];
#I'm very sorry for this regex, but i only wanted it to get _real_ IPv4 Adresses of the log file, not any kind of timestamp bullshit
$ip =~ s/\b(25[0-5]|2[0-4][0-9]|[1]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[1]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[1]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[1]?[0-9][0-9]?)\b//g;
+if($ip ne "10.42.0.107"){
#getting some guys sitting next to the Server pissed :)
-system("morse -l 42 -f 2000 $ip");
-system("morse -l 42 -f 3000 \"connected\"");
-
+ system("morse -l 42 -f 2000 $ip");
+ system("morse -l 42 -f 3000 \"connected\"");
+}
# Uncomment the beep below to play the enterprise connect sound
# system("beep -l 42 -f 2000 -D 42 -n -l 42 -f 3337");