I have some questions on bbwin configuration.
from bbwin.cfg <setting name="mode" value="central" /> <setting name="configclass" value="win32" />
In the disk section <setting name="default" warnlevel="85%" paniclevel="95%" />
from hobbit-clients.cfg DEFAULT # These are the built-in defaults. CLOCK 1200 DISK * 90 95 UP 30m
CLASS=win32 DISK C 50 55 # Can be harddrive or mount points DISK D 50 55 # Can be harddrive or mount points
HOST=foo DISK V 101 101 DISK W 101 101
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?