Event Processing Policy Events

Started by tfines, August 07, 2020, 06:18:35 AM

Previous topic - Next topic

tfines

I'm running into the modern problem of getting an alert when there is 15% disk free, but the disk is so large that there is still 80GB free.

In EPP, I don't see an "AND" option for the Events.  That is, the EPP reads "IF event code is one of the following..." then it will run the policy. 

I'd like to have a logic like "If disk is < 15% full, AND diskspace < 8 GB", then run the policy.

Is it there and I don't see it?  Or how would you prevent this policy from running?

Thanks!

Filipp Sudanov

As an option you could look into script thresholds - this way you could check all you need with a help of NXSL script and generate event only when there is a problem.