I have a file system threshold for 95%, 98% and 100%.  I would like to have 
only one event created.  Using min and max I though I would be able to bound 
the threshold.  For example my max for my 95% threshold would be 
"here.totalBlocks * .95" and my min value would be "here.totalBlocks * .98".  I 
am getting alerts for filesystems that are 10% full.  It seems Zenoss does not 
bound the results.  Let me explain using a simple example.

Say you have a filesystem that 100 blocks in size and 96 blocks are used. 



Min value 98 > used blocks 96 > 95 max value  do you see how the statement is 
bounded, if value is less the min value AND greater than max value then 
threshold applies.

What I am seeing in Zenoss is if value is less the min value OR greater than 
max value then threshold applies.

There does not seem to be a way to bound the threshold.

Am I understand this correctly?

I am using Zenoss 2.2.4.




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=34849#34849

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to