<div dir="ltr">I don't believe there's an out-of-the-box way to do that, but it should be possible with a client-side script.<div><br></div><div>One neat feature of the analysis.cfg file is the ability to "adjust" the status of a test based on an RRD value.  The "DS" construct allows you to change the text and colour of any dot based on the values in an RRD file, relative to defined thresholds.  The key point here is that you're tweaking the status of the message before it's injected into xymond.  If you attempt to do such a tweak outside of this process, you're likely to end up with a flapping status whenever the status of the extra test disagrees with that of the primary test.</div><div><br></div><div>Typically, you would avoid such flapping by reporting the extra test status to a new column.  But perhaps you could find a way to create an RRD file that lists the number of "defunct" (or anything not "running") processes, and then create a "DS" entry in analysis.cfg that changes "proc" to red if the value is greater than 0.</div><div><br></div><div>Cheers</div><div>Jeremy</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 29 August 2015 at 10:17, John Thurston <span dir="ltr"><<a href="mailto:john.thurston@alaska.gov" target="_blank">john.thurston@alaska.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Since my clients still use the "old school" BB software, I'm not very good with analysis.cfg and Xymon clients. But I don't see any way to have a xymon client trigger on a process state other than "running".<br>
<br>
Is there a way, for example, to have this client change state if a child of a particular process is found in "defunct" state. I can certainly do it with a few lines of shell-script, but I'd rather to use the existing client capabilities if present.<span class="HOEnZb"><font color="#888888"><br>
-- <br>
   Do things because you should, not just because you can.<br>
<br>
John Thurston    907-465-8591<br>
<a href="mailto:John.Thurston@alaska.gov" target="_blank">John.Thurston@alaska.gov</a><br>
Enterprise Technology Services<br>
Department of Administration<br>
State of Alaska<br>
_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com" target="_blank">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>
</font></span></blockquote></div><br></div>