Re: Memory Utilization plugin for windows server
Posted: Mon Feb 08, 2021 12:59 am
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 .
/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 .