X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=RunlevelAgent.py;h=739678d614b5e2a4aec2ee4e703046e375eeaab3;hb=9b8db783f3d465c4652b806395d5c0873b498cbd;hp=9c7c0a2cf2a81e589bb3a06c1e1a512f7add7d3c;hpb=fbf936dcd60e895d5f544df1c8494252ea413c8a;p=monitor.git diff --git a/RunlevelAgent.py b/RunlevelAgent.py index 9c7c0a2..739678d 100644 --- a/RunlevelAgent.py +++ b/RunlevelAgent.py @@ -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":