Is there a way to give 'and ' instead of ' or ' in the command line . Because I want the alert to be triggered only when the " available is less than 1GB and used is less than 5% " .
/usr/local/nagios/libexec/check_nrpe -2 -H X.X.X.X -c check_memory -a type=physical 'crit=free<1G or used<5%'
Is there any other way to do this like service dependency .
Memory Utilization plugin for windows server
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Memory Utilization plugin for windows server
Hi,
See: Using BPI In Nagios XI
Let us know if that would work out.
One option would be to create a BPI group for these two checks, and if they both fail, then send a notification.Because I want the alert to be triggered only when the " available is less than 1GB and used is less than 5% " .
See: Using BPI In Nagios XI
Let us know if that would work out.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Memory Utilization plugin for windows server
Thanks
That worked . You can close this ticket .
That worked . You can close this ticket .
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Memory Utilization plugin for windows server
Great! Thanks for the update.That worked . You can close this ticket .
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!