<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px;"><div>I wrote a quick python script.</div><div><br></div><div><span><div>cmd = "{BB} {BBDISP} \"status {NODE}.MemoryUtilization {COLOR} str({NOW}) {MSG} \"".format(</div><div>    BB = os.environ["BB"],</div><div>    BBDISP = os.environ["BBDISP"],</div><div>    NOW = datetime.datetime.now(),</div><div>    COLOR="green",</div><div>    MSG="Widgets loaded successfully.",</div><div>    NODE="server01")</div><div><br></div></span>I ran <span>/usr/lib/xymon/server/bin/bbcmd so I can get to the xymon shell, I was able to verify that the BB environmental variables were there. When I ran the script, it didn't error but it didn't populate the nongreen.html as expected when a new test is executed. Any help will be appreciated.</span></div></div></body></html>