I think -1 only works as the max value. For the minimum, zero is the more natural number to use. <br><br>Thanks,<br>Larry Barber<br><br><br><div class="gmail_quote">On Fri, Sep 7, 2012 at 1:31 PM, Betsy Schwartz <span dir="ltr"><<a href="mailto:betsy.schwartz@gmail.com" target="_blank">betsy.schwartz@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a process named "foo". It is ok if there are zero instances of<br>
this process running, or one or more. I want to alert when there are<br>
more than three instances.<br>
<br>
If I put in analysis.cfg:<br>
<br>
PROC  foo  -1 3 yellow<br>
<br>
and there are no foo processes, the procs page shows:<br>
          green foo (found 0, req. 1 or more)<br>
<br>
Color is correct, message is inaccurate<br>
Then if I have more than three I see:<br>
<br>
yellow foo  (found 11, req. 1 or more)<br>
<br>
So I think the test is correct but the message is confusing.<br>
<br>
also it's not explicitly documented that you can use -1 to mean "no minimum"<br>
<br>
(server and client are 4.3.7)<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><br>
</blockquote></div><br>