Hello! I've been using JFFNMS for quite some time. On a fresh installation, I'd 
like to change the SLA condition for memory usage for all hosts. The default 
condition is to throw an alarm if memory usage is over 80%. I'd like to change 
that value to 98%. The default condition is as follows:

Description: Memory Usage > 80%
Show Info: Memory Usage > 80%
Condition: ( ((<mem_used> * 100) / (<mem_used> + <mem_free>)) > 80)
Show Expression: ((<mem_used> * 100) / (<mem_used> + <mem_free>))
Show Unit: % 

I've changed it to this:

Description: Memory Usage > 95%
Show Info: Memory Usage > 95%
Condition: ( ((<mem_used> * 100) / (<mem_used> + <mem_free>)) > 95)
Show Expression: ((<mem_used> * 100) / (<mem_used> + <mem_free>))
Show Unit: % 

And yet these changes do nothing. SLA events are still shown as "Memory Usage > 
80%" and the threshold is still at 80%. What am I doing wrong? Could someone 
please lend some assistance on how to configure a different threshold for this 
SLA condition? Thank you!!!

On a side note, I am very happy to see this project becoming active again.

Tim Nelson
Systems/Network Support
Rockbochs Inc.
(218)727-4332 x105

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to