<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style style="display: none;" id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body tabindex="0" aria-label="Message body" fpstyle="1" dir="ltr">
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: #000000; margin: 0">
Oh my god...I didn't even see that.  Glad you caught it.  Unfortunately, that didn't fix it...grrr....<br>
<br>
=G=<br>
<br>
<div style="color: rgb(40, 40, 40);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>From:</b> Jeremy Laidman <jlaidman@rebel-it.com.au><br>
<b>Sent:</b> Thursday, February 6, 2014 11:36 PM<br>
<b>To:</b> Galen Johnson<br>
<b>Cc:</b> Galen Johnson; xymon@xymon.com<br>
<b>Subject:</b> Re: [Xymon] Enable/disable by class</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">Galen</div>
<div class="gmail_quote"><br>
</div>
<div class="gmail_quote">On 6 February 2014 04:49, Galen Johnson <span dir="ltr">
<<a href="mailto:solitaryr@gmail.com" target="_blank">solitaryr@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left-width:1px; border-left-color:rgb(204,204,204); border-left-style:solid; padding-left:1ex">
<div dir="ltr">Even with fresher eyes, I'm not seeing anything obvious...I'm fairly certain the issue is in the headfoot.c code...possibly in the fetch_board or wanted function.</div>
</blockquote>
<div><br>
</div>
<div>I'm not a coder either - I just dabble.  But let's see what the patch looks like.</div>
<div><br>
</div>
<div>Ah, this might be the problem:</div>
<div><br>
</div>
<div>
<div>-               if (hostpattern || pagepattern || ippattern)</div>
<div>-                       sethostenv_filter(hostpattern, pagepattern, ippattern);</div>
<div>+               if (hostpattern || pagepattern || ippattern, classpattern)</div>
<div>+                       sethostenv_filter(hostpattern, pagepattern, ippattern, classpattern);</div>
</div>
<div><br>
</div>
<div>In the third line above, you have a comma instead of a double-pipe "||".</div>
<div><br>
</div>
<div>Everything else looks just fine.</div>
<div><br>
</div>
<div>Cheers</div>
<div>Jeremy</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>