NetXMS Support Forum

English Support => General Support => Topic started by: tfines on August 07, 2020, 06:18:35 AM

Title: Event Processing Policy Events
Post by: tfines on August 07, 2020, 06:18:35 AM
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!
Title: Re: Event Processing Policy Events
Post by: Filipp Sudanov on August 07, 2020, 10:27:34 AM
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.