only report one for now.
[monitor.git] / RunlevelAgent.py
index 9c7c0a2..739678d 100644 (file)
@@ -110,8 +110,8 @@ def main():
             #     
             if env == "bootmanager":
                 # if bm not running, and plc bootstate = boot, then
-                api.ReportRunlevel({'run_level' : 'failboot'})
-                api.ReportRunlevel({'run_level' : 'reinstall'})
+                #api.ReportRunlevel({'run_level' : 'failboot'})
+                #api.ReportRunlevel({'run_level' : 'reinstall'})
                 # if bm not running, and plc bootstate = safeboot, then
                 api.ReportRunlevel({'run_level' : 'safeboot'})
             elif env == "production":