summaryrefslogtreecommitdiffstats
path: root/Monitoring/plugins/notify.sh
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2012-10-05 06:46:27 +0200
committermakefu <github@syntax-fehler.de>2012-10-05 06:46:27 +0200
commit6c89839b7fc344608e61c8916ac9d9925fa98d14 (patch)
treee316b8121f4880491659dc3cb8851de7762e58a9 /Monitoring/plugins/notify.sh
parent957e2d7469b0e3d88e06b6a15e91478efc63cd62 (diff)
Monitoring/\* --> nagios/
Diffstat (limited to 'Monitoring/plugins/notify.sh')
-rwxr-xr-xMonitoring/plugins/notify.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/Monitoring/plugins/notify.sh b/Monitoring/plugins/notify.sh
deleted file mode 100755
index 0c88305c..00000000
--- a/Monitoring/plugins/notify.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-echo "" >> ~/notify.log
-echo `date` >> ~/notify.log
-echo $* >> ~/notify.log
-