<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Den 15.01.2014 04:33, Alex Krumm-Heller skrev:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">
<div>
<div>
<div>I am using xymon 4.3.12. I previously had the ports check disabled in the hosts.cfg file using the defaults like:<br /><br />
<pre>0.0.0.0              .default.               # NOCOLUMNS=ports<br /><br /></pre>
I have then subsequently removed this NOCOLUMNS entry for ports and have defined a check for a couple of servers straight from the example in the man page to check for SSH port being open.<br /><br /></div>
The check has not reappeared in the xymon webpage and was wondering if there was anything special I need to do to "reactivate" it so xymon is aware that it should appear again on the webpage?<br /><br /></div>
Thanks<br /><br /></div>
Alex</div>
</blockquote>
<p>It should show up automatically. Do you get anything from a</p>
<p style="padding-left: 30px;">xymon 127.0.0.1 "xymondboard host=<hostname> test=ports"</p>
<p>If you do, then the status exists - it just doesn't show up on the webpage. Then the problem is with xymongen not reading the correct configuration. Try "kill -HUP `pidof xymond`" to force it to reload the configuration.</p>
<p>If there is no ports-status data, then it is xymond_client that doesn't generate it. Try "kill -HUP `pidof xymond_client`" to force a reload of the configuration.</p>
<p> </p>
<p>Regards,<br />Henrik</p>
<p> </p>
<div> </div>
</body></html>