<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Vernon,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Right you are!  Gahh..  It was staring at me the whole time as I was comparing the file between a working server and this one.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Thanks much.  It’s those little details.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">John Alexander<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> Vernon Everett [mailto:everett.vernon@gmail.com]
<br>
<b>Sent:</b> Tuesday, December 09, 2014 4:59 PM<br>
<b>To:</b> John D. Alexander<br>
<b>Cc:</b> xymon@xymon.com<br>
<b>Subject:</b> Re: [Xymon] analysis.cfg checks failing<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">Hi John<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">HOST=foo<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">        PROC   /usr/bin/mysql           1 -1 red<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">No = in the PROC line.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">From the top comments in analysis.cfg<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:"Courier New"">#    <strong><span style="font-family:"Courier New";color:red">PROC processname minimumcount maximumcount color [TRACK=id] [TEXT=displaytext]</span></strong><b><span style="color:red"><br>
</span></b>#             The "ps" listing sent by the client will be scanned for how many<br>
#             processes containing "processname" are running, and this is then<br>
#             matched against the min/max settings defined here. If the running<br>
#             count is outside the thresholds, the color of the "procs" status<br>
#             changes to "color".<br>
#             To check for a process that must NOT be running: Set minimum and<br>
#             maximum to 0.<br>
#<br>
#             "processname" can be a simple string, in which case this string must<br>
#             show up in the "ps" listing as a command. The scanner will find<br>
#             a ps-listing of e.g. "/usr/sbin/cron" if you only specify "processname"<br>
#             as "cron".<br>
#             "processname" can also be a Perl-compatiable regular expression, e.g.<br>
#             "%java.*inst[0123]" can be used to find entries in the ps-listing for<br>
#             "java -Xmx512m inst2" and "java -Xmx256 inst3". In that case,<br>
#             "processname" must begin with "%" followed by the reg.expression.<br>
#             If "processname" contains whitespace (blanks or TAB), you must enclose<br>
#             the full string in double quotes - including the "%" if you use regular<br>
#             expression matching. E.g.<br>
#                 PROC "%hobbitd_channel --channel=data.*hobbitd_rrd" 1 1 yellow<br>
#             or<br>
#                 PROC "java -DCLASSPATH=/opt/java/lib" 2 5</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Regards<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Vernon<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On 10 December 2014 at 08:39, John D. Alexander <<a href="mailto:JAlexander@feeneywireless.com" target="_blank">JAlexander@feeneywireless.com</a>> wrote:<o:p></o:p></p>
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">All,<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">I’ve just installed Xyon onto CentOS 7 (x86_64).  As usual, it’s working like a charm, except..<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">HOST= lines in analysis.cfg are not being evaluated.  An example:<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">HOST=<a href="http://server.mydomain.com" target="_blank">server.mydomain.com</a><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">                PROC=mysql<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">The server is defined in hosts.cfg and MariaDB is running on the server, but the procs remain clear saying “No process checks defined”<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Anyone got any insight?<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">TIA.<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span style="font-size:9.0pt;font-family:"Arial","sans-serif";color:#00467F">John Alexander</span></b><br>
<span style="font-size:9.0pt;font-family:"Arial","sans-serif";color:black">Network Administrator<br>
</span><i><u><span style="font-size:9.0pt;font-family:"Arial","sans-serif";color:#00467F"><a href="mailto:John.Alexander@feeneywireless.com" target="_blank">John.Alexander@feeneywireless.com</a></span></u></i><span style="font-size:9.0pt;font-family:"Arial","sans-serif";color:black"><br>
Feeney Wireless, LLC  - PO Box 2549, Eugene, Oregon 97402</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:9.0pt;font-family:"Arial","sans-serif";color:black">(Free)
<a href="tel:800-683-4818" target="_blank">800-683-4818</a>   (P) <a href="tel:541-685-9045" target="_blank">
541-685-9045</a>     (F) <a href="tel:541-284-0030" target="_blank">541-284-0030</a>
<br>
<a href="http://www.feeneywireless.com/" target="_blank"><i><span style="color:#00467F">www.feeneywireless.com</span></i></a></span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><a href="http://feeneywireless.com/" target="_blank"><span style="font-size:9.0pt;font-family:"Arial","sans-serif";color:black;text-decoration:none"><img border="0" width="83" height="43" id="_x0000_i1025" src="cid:image001.jpg@01D013D1.EAB6DE50" alt="FW_Acronym_email"></span></a><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:7.0pt;font-family:"Arial","sans-serif";color:#00467F">This email transmission is intended only for the addressee shown above. It may contain information that
 is privileged, confidential or otherwise protected from disclosure. Any review, dissemination or use of this transmission or its contents by persons other than the addressee is strictly prohibited! If you have received this email transmission in error please
 notify us immediately.</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
</div>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><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" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><o:p></o:p></p>
</div>
<p class="MsoNormal"><br>
<br clear="all">
<br>
-- <o:p></o:p></p>
<div>
<p class="MsoNormal">"Accept the challenges so that you can feel the exhilaration of victory"<o:p></o:p></p>
<div>
<p class="MsoNormal">- General George Patton<o:p></o:p></p>
</div>
</div>
</div>
</div>
</body>
</html>