From d5320bc34aece7e2fe9246f394be829ce954d4fd Mon Sep 17 00:00:00 2001 From: Momo Date: Thu, 1 Sep 2011 12:19:50 +0200 Subject: ignoring the monitoring server --- filebitch/connect_narf.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'filebitch') 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"); -- cgit v1.2.3 From 63df68949c64bf652c287bda51f7175c64776ad9 Mon Sep 17 00:00:00 2001 From: Momo Date: Thu, 1 Sep 2011 12:21:11 +0200 Subject: Adding TODO --- filebitch/TODO | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 filebitch/TODO (limited to 'filebitch') diff --git a/filebitch/TODO b/filebitch/TODO new file mode 100644 index 00000000..aa2af36a --- /dev/null +++ b/filebitch/TODO @@ -0,0 +1,2 @@ +Buid a blacklist so some IPs(e.g. monitoring servers) don't trigger a beep + -- cgit v1.2.3