Page 1 of 1

How to validate 2 service criteria and create alert

Posted: Fri Jun 30, 2023 11:02 am
by prashant.v01
Hi Team,

Currently we are monitoring Memory & SWAP memory seperatly to create a alert once threshold is breached.

Now I want to generate a alert once Memory utilization & SWAP memory utilization of agent server is reached to 90% & 70%.
Means it should create a alert only above two condition are true on server.

Please help to achieve following requirement using ncpa.py plugin.

Thanks in Advance.

Re: How to validate 2 service criteria and create alert

Posted: Fri Jun 30, 2023 4:39 pm
by kg2857
Look for a plugin that does what you want on the exchange or write one yourself.

Re: How to validate 2 service criteria and create alert

Posted: Mon Jul 03, 2023 11:15 am
by prashant.v01
Can you please help me with plugin details, or help to write script to achieve requirement.