<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Wed, Jul 13, 2016 at 6:38 AM usa ims via Xymon <<a href="mailto:xymon@xymon.com">xymon@xymon.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"><div>Hi,</div><div><br></div><div>I have these two tests  in my hosts.cfg</div><div><br></div><div dir="ltr">page development development<br>xx.202.xxx.xxx   JIRA  #<a href="https://xx.202.xxx.xxx:8443/login.jsp" target="_blank">https://xx.202.xxx.xxx:8443/login.jsp</a> NOCOLUMNS:info,trends,conn<br>xx.202.xxx.xxx   Stash #<a href="https://xx.202.xxx.xxx:8444" target="_blank">https://xx.202.xxx.xxx:8444</a> NOCOLUMNS:info,trends,conn</div><div dir="ltr"><br></div><div dir="ltr">So, for grins, I wanted to make sure I'll get alerted so I changed the port to some port not being used, like below:</div><div dir="ltr"><br></div><div dir="ltr">xx.202.xxx.xxx   JIRA  #<a href="https://xx.202.xxx.xxx:4443/login.jsp" target="_blank">https://xx.202.xxx.xxx:4443/login.jsp</a> NOCOLUMNS:info,trends,conn<br>xx.202.xxx.xxx   Stash #<a href="https://xx.202.xxx.xxx:4444" target="_blank">https://xx.202.xxx.xxx:4444</a> NOCOLUMNS:info,trends,conn</div><div dir="ltr"><br></div><div dir="ltr">What is happening is that in the nongreen.html status window, the side bar is not turning red but staying green but the little tiny faces went from green to white and I did not get alerted.</div></div></div></blockquote><div><br></div><div><span style="line-height:1.5">It's as if you have "--ignorecolumns=http" or "--nopropred=http" for the xymongen command, or something like that.</span></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"><div dir="ltr"> Below is what is in my alerts.cfg</div></div></div></blockquote><div><br></div><div>alerts.cfg is only used when generating emails.  It doesn't affect the display.  If you don't get a red/yellow then you won't get an alert.  Nothing you can put into or take out of alers.cfg will affect the display.</div><div><br></div><div>You could try running xymonnet manually with "--debug" and/or "--dump" arguments.  I would extract one host for testing, put it into a different hosts.cfg file, and then point xymonnet to that file by setting HOSTSCFG=/tmp/hosts.cfg or simlar.</div><div><br></div><div>Hmm.  I notice you've suppressed conn messages from displaying (with NOCOLUMNS) but you haven't included "noconn" to stop the conn tests from taking place.  I wonder if you removed "conn" from NOCOLUMNS, you might see it going red.  When a ping (conn) test goes red, other network tests go clear.  If this is the case, simply add "noconn" wherever you have NOCOLUMNS:conn.</div><div><br></div><div>Cheers</div><div>Jeremy</div><div><br></div></div></div>