<div dir="ltr">String that begins with % is interpreted as a regular expression, not a wildcard. To get it working in your case use either <div><br></div><div>HOST=%serverweb.prod<br></div><div>HOST=%serverweb.*prod</div><div><br></div><div>First one matches a single character between "serverweb" and "prod", second one matches any string between them.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Martin</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 13 July 2016 at 14:15, Root, Paul T <span dir="ltr"><<a href="mailto:Paul.Root@centurylink.com" target="_blank">Paul.Root@centurylink.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 lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">You need to preface the name with a % to indicate the hostname is a wildcard<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">HOST=%</span>serverweb*prod<span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<div style="border-style:solid none none;border-top-color:rgb(181,196,223);border-top-width:1pt;padding:3pt 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10pt;font-family:Tahoma,sans-serif">From:</span></b><span style="font-size:10pt;font-family:Tahoma,sans-serif"> Xymon [mailto:<a href="mailto:xymon-bounces@xymon.com" target="_blank">xymon-bounces@xymon.com</a>]
<b>On Behalf Of </b>Nathan Gaston<br>
<b>Sent:</b> Tuesday, July 12, 2016 1:35 PM<br>
<b>To:</b> <a href="mailto:xymon@xymon.com" target="_blank">xymon@xymon.com</a><br>
<b>Subject:</b> [Xymon] Analysis.cfg Host name help<u></u><u></u></span></p>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12pt">I am editing my Analysis.cfg file trying to group similar servers together.<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-bottom:12pt">I am having unpredictable results and would appreciate some help.<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-bottom:12pt">I am trying to get servers grouped with wild cards as such<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-bottom:12pt">example:<br>
serverweb1prod<br>
serverweb3prod<br>
serverweb2prod<br>
#V for virtua<br>
serverwebV1prod<br>
serverwebV3prod<br>
serverwebV2prod<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-bottom:12pt">To monitor port 80 on all (Physical and Virtual) webservers I have the following.
<br>
HOST=serverweb*prod<br>
        PORT "LOCAL=%([.:]80)$" state=LISTENING TEXT=HTTP<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-bottom:12pt">Then in the following block I want to monitor VM tools is running on my VM webservers.<br>
<br>
HOST=serverwebV*prod l<br>
        #Monitor for the service running<br>
        PROC vmtoolsd.exe 1<br>
        #Monitor for the service running<br>
        SVC VMTools startup=automatic status=started<br>
<br>
<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-bottom:12pt">Problem is that my non-virtual web servers are RED because they are looking for the VMWare Tools services.<u></u><u></u></p>
</div>
<p class="MsoNormal">What am I doing wrong?<u></u><u></u></p>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12pt">Thank you for your help<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">-N<u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
<center>This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately
 notify the sender by reply e-mail and destroy all copies of the communication and any attachments.</center>
</div>

<br>_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" rel="noreferrer" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
<br></blockquote></div><br></div></div>