<div class="gmail_quote">On Mon, Feb 14, 2011 at 6:55 AM, netz-haut - stephan seitz <span dir="ltr"><<a href="mailto:s.seitz@netz-haut.de">s.seitz@netz-haut.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi there,<br>
<br>
I've got one problem with the hobbit-clients.cfg<br>
<br>
At the top of this file, defaults are defined:<br>
<br>
DEFAULT<br>
        LOAD 3.0 7.0<br>
        DISK * 86 92<br>
        [... and others ...]<br>
<br>
Below there are single hosts defined (mostly PROC checking), the defaults for LOAD and DISK were fine for all monitored Hosts over the last years(!! ;) ), but now, I want to monitor bigger storage spaces, where a notify level of 86% means 5 or so TB free, which is much too early ... , so I've added the following:<br>

<br>
HOST=thisbiggerstorage.fqdn.tld<br>
        DISK /data 95 98<br>
<br>
But, this value is never used, the /data Mountpoints warnlevel stays at 86%<br>
<br>
For other Hosts, I've tried the very same with the LOAD keyword, because these hosts utilize a lot of cores and can go upto 16 without any problem. But the very same: the new value is never getting uses. 3.0 / 7.0 from the DEFAULT section stays...<br>

<br>
Restarting the hobbit server processes don't show up any effect.<br>
<br>
Could someone please shed some light on what am I doing wrong?<br></blockquote><div><br></div><div>Man page for hobbit-clients.cfg says:</div><div><br></div></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">
<div class="gmail_quote"><div>"The entire file is evaluated from the top to the bottom, and the first match found is used.  So you should put specific settings first, and the generic ones last."</div></div></blockquote>
<div class="gmail_quote"><div><br></div><div> Just move the default (i.e. "generic") setting to the bottom of the file and you should be all good.</div><div><br></div><div>Ralph Mitchell</div><div><br></div></div>