<div dir="ltr">The "--merge-clientlocal" option is almost what I'm looking for, but not quite.  It would be perfect if the host-specific variables would override matching variables in the generic OS entry.  What I want to do is something like this in client-local.cfg:<div><div><br></div><div>[linux]</div><div>file:/some/important/file</div><div>file:/another/important/file</div><div>xrate:28k</div><div><br></div><div>[server1]</div><div>xrate:512k</div><div><br></div><div>The file names are read by a script that just sends a report with the file sizes and timestamps.  The xrate value is used by a different script, for rate-limiting the transfer of an antivirus database file.  Some servers are on gigabit network, others are a lot slower, so it would be nice to be able to override the os-level xrate entry with a faster setting where the network can handle it</div><div><br></div><div>So, ideally, when server1 checks in, it would be handed the file names and xrate:512k.  When server2 checks in, it gets handed the file names and xrate:28k.  If server1 is handed both xrate:28k and xrate:512k, can I be sure that they will always show up in that order??</div><div><br></div><div>If it would work that way, I could eliminate over 1000 client-local entries.  Unfortunately, I'm working with xymon-4.3.12, which doesn't have the --merge-clientlocal option.</div><div><br></div></div><div>Ralph Mitchell</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 29, 2014 at 5:44 PM, Bill Arlofski <span dir="ltr"><<a href="mailto:waa-hobbitml@revpol.com" target="_blank">waa-hobbitml@revpol.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 10/29/14 14:48, Ralph Mitchell wrote:<br>
> In xymon-4.3.12 it sends the client-local block for the hostname, if it<br>
> is defined OR the block for the OS, correct?? Not a blend of the two,<br>
> with host-specific entries overriding the generic entries, right??<br>
><br>
> Does that change in a later release? I need a better way to manage it...<br>
><br>
> Ralph Mitchell<br>
<br>
</span>Hi Ralph<br>
<br>
You can get a blend (merge) of the two:<br>
<br>
from   /help/manpages/man5/client-local.cfg.5.html<br>
<br>
"If xymond is started with the "--merge-clientlocal" option, then xymond<br>
will instead merge all of the matching sections into one, and return all<br>
of this data to the client"<br>
<br>
<br>
It appears to be global of course, and that may not be what you want.<br>
<br>
I only knew about this because I have been working with alerting, and<br>
other settings recently and have been in and out of the docs quite a bit. :)<br>
<br>
Hope that helps!<br>
<br>
Bill<br>
<br>
<br>
<br>
--<br>
Bill Arlofski<br>
Reverse Polarity, LLC<br>
<a href="http://www.revpol.com/" target="_blank">http://www.revpol.com/</a><br>
-- Not responsible for anything below this line --<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br></div>