add external commands as stubs for the nagios plugins
[monitor.git] / commands / reboot.py
index d5ce318..4963900 100755 (executable)
@@ -32,7 +32,7 @@ def main():
                print err
 
 if __name__ == '__main__':
-       main()
+       #main()
        f = open("/tmp/rebootlog", 'a')
        f.write("reboot %s %s\n" % (time.time(), " ".join(sys.argv[1:])))
        f.close()