update nagios scripts with new paths
[monitor.git] / commands / escalation.py
diff --git a/commands/escalation.py b/commands/escalation.py
deleted file mode 100755 (executable)
index c4979b6..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/python
-
-import time
-import sys
-
-
-if __name__ == '__main__':
-       f = open("/tmp/escalation", 'a')
-       f.write("escalation %s %s\n" % (time.time(), " ".join(sys.argv[1:])))
-       f.close()