I have some questions on bbwin configuration.  <br><br>from bbwin.cfg<br><setting name="mode" value="central" /><br><setting name="configclass" value="win32" /><br><br>In the disk section<br>
<setting name="default" warnlevel="85%" paniclevel="95%" /><br><br>from hobbit-clients.cfg<br>DEFAULT<br>        # These are the built-in defaults.<br>        CLOCK   1200<br>        DISK    * 90 95<br>
        UP      30m<br><br>CLASS=win32<br>        DISK C 50 55 # Can be harddrive or mount points<br>        DISK D 50 55 # Can be harddrive or mount points<br><br>HOST=foo<br>        DISK V 101 101<br>        DISK W 101 101<br>
<br>I am expecting mode central to cause the disk section of bbwin.cfg to be ignored, and for node foo the C and D drives to go yellow at 50%, red at 55%, and the V and W drives to always be green.  However, that is not happening.  All of the drives are going yellow at 90% and red at 95% which matches default.  What am I doing wrong?<br>
<br><br>