<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Den 15.01.2014 04:29, Alex Krumm-Heller skrev:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">
<div>I am using xymon 4.3.12. I am trying to use xymon to monitor processes across a number of servers. We have our analysis.cfg file setup with a regex entry to catch all the servers in our domain, but I then want to override the check for a single server.<br /><br /></div>
<div>I have created an entry along the lines of:</div>
<div>
<pre>HOST=%.*.<a href="http://foo.com">foo.com</a>
        PROC sshd 0 0 red HOST=<a href="http://fred.foo.com">fred.foo.com</a>
        PROC sshd 1 -1 red</pre>
When using the above config the <a href="http://fred.foo.com">fred.foo.com</a> server appears to be getting both sshd criteria in the procs check, one looking for zero and one looking for 1. Is there a way to override a check that runs across the whole domain for a single server, so that <a href="http://fred.foo.com">fred.foo.com</a> only looks for zero instances of sshd?</div>
</div>
</blockquote>
<p>Add "EXHOST=fred.foo.com" to the "sshd 1..." line.</p>
<p> </p>
<p>Regards<br />Henrik</p>
<p> </p>
<div> </div>
</body></html>