summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreemor <freemor@freemor.ca>2019-10-27 14:16:48 -0300
committerFreemor <freemor@freemor.ca>2019-10-27 14:16:48 -0300
commit1efcbc1df4a0dc9a0952034435172f3aec5b230c (patch)
treed3fc2fd78e3a47650d31c539b276c90de0a77f44
parentd73601f33d6e0285845a43bca10b09d9a0b6bc6e (diff)
Well, that was unreliable..
-rwxr-xr-xtheDrain2
1 files changed, 1 insertions, 1 deletions
diff --git a/theDrain b/theDrain
index 8d335e1..859abcb 100755
--- a/theDrain
+++ b/theDrain
@@ -4,7 +4,7 @@
# Lets get some Variables defined
readonly max_ho=5 # Max # of Half Open Connections
-readonly host_ip="$(hostname -i | cut -d\ -f 1)" # IP addy of host machine
+readonly host_ip="" # IP addy of host machine
readonly log_file="~/Drain.txt" # Directory to log to.
readonly alert_to="foo@example.com" # Who to mail Alerts to
readonly alert_level=50 # How man Half Open before we send an e-mail