This is the Component monitor that I am using. I need to monitor the replication state of the mysql db. I can do this using "show slave status"; however, "show slave status" does not support matching, it can only return a row of data (~25 columns).
In ipmonitor it is possible to retrieve that row and inspect just one column, is there some way that this functionality could be ported across to SAM?