From: Stephen Soltesz Date: Wed, 18 Feb 2009 23:07:50 +0000 (+0000) Subject: only report one for now. X-Git-Tag: Monitor-2.0-1~4 X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=commitdiff_plain;h=d68ac9c55c18bcf12f13d976231e9bfb5a7f0ce3 only report one for now. --- 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":