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