Page 1 of 1
alert for Windows server using less than 20% of RAM
Posted: Thu Jan 04, 2018 4:32 pm
by gornm565
We are currently using the check_xi_service_nsclient command to monitor and alert us if a Windows server is using more than 80% of memory. How do I set it up to also alert me if it's using less than 15% of memory?
Thanks.
Re: alert for Windows server using less than 20% of RAM
Posted: Fri Jan 05, 2018 10:37 am
by npolovenko
Hello,
@gornm565. So far I found a solution which includes the use of the negate plugin. Here're the steps to implement this:
1. You'd go to Core configurations Manager, then commands and clone the check_xi_service_nsclient command. You'd rename it and add the negate command to it.
screenshot-192.168.4.172-2018-01-05-09-16-06-421.png
2. Then you'd clone the memory usage check and make it use the new command:
screen.png
3. Put 15 or 20 next to -c.
This should give you a critical state when memory usage goes down below 20.