Code: Select all
check_command check_nrpe_mem
Code: Select all
define command {
command_name check_nrpe_mem
command_line $USER1$/check_nrpe -H $HOSTNAME$ -c CheckMem -a MaxWarn=80% MaxCrit=90% ShowAll=long type=physical
}
The only alternative to ShowAll=long is ShowAll=None, which doesn't return any performance data.
If I've mis-understood what you're asking for, please let me know, and as always, thanks for any advice.
...Lyle