We wrote a custom test that monitors the results of all our email servers reputations.<div>We don't want to break the test apart by individual mail server, but rather, have one dot in xymon for the combined reputation of all our mail servers.</div>
<div>Is it possible to create a "row" to send this status message to?</div><div><br></div><div>Added the following to hosts.cfg</div><div>{code}</div><div><div>page Mail Mail</div><div>0.0.0.0         Mail # noconn</div>
<div>{code}</div><div><br></div></div><div>Which created the Page but not a host (row)</div><div><br></div><div>Sent the following status</div><div>{code}</div><div><div>echo  /usr/lib64/xymon/server/bin/bb localhost "status Mail.Reputation yellow `/bin/date`</div>
<div><br></div><div>${msg}</div><div>"</div></div><div>{code}</div><div>but still don't no host/row appears</div><div><br></div><div>Suggestions?</div>