<div dir="ltr"><div dir="ltr">Hello! I am new to Xymon and I am trying to extract xymon's data from command line.<div><br></div><div>What I need: extract from Xymon list of services with the following fields:</div><div>Host;ServiceName;ServiceStatus,ServicePerfValue(if applicable);ServiceOutputText</div><div>For example:</div><div>localhost;bbd;green;;OK - bbd is ok.</div><div>localhost;cpu;green;0.23;OK - cpu is ok.</div><div>localhost;memory;yellow;0.85;WARNING - memory is 85%.</div><div>...</div><div><br></div><div>So far, I found xymon command and xymondboard subcommand:</div><div><div># /home/xymon/server/bin/xymon 127.0.0.1 "xymondboard fields=hostname,testname,color,line1"</div><div>checkmk|trends|green|</div><div>checkmk|info|green|</div><div>checkmk|http|green|green Thu Jan 31 12:09:41 2019: OK</div><div>linux04|trends|green|<br></div><div>linux04|info|green|</div><div>linux04|clientlog|green|</div><div>linux04|memory|green|green Thu Jan 31 12:09:41 -03 2019 - Memory OK<br></div></div><div><br></div><div>My problem: I cannot find a way to extract performance data from services. I tried reading RRD files, but I cannot find a general association rule between services and rrd files. It seems it is pretty much dependent of each service.</div><div><br></div><div>How is the best way to do this?</div><div><br></div><div>Kind regards</div><div>Enzo</div></div></div>