Nagios XI server is sending memory load alerts despite no high memory usage on the client
The client machine has free memory 64.5911% free up the memory, here is my nagios xi service definition.
define service { host_name test service_description Memory Usage use xiwizard_nrpe_service servicegroups Linux - Load Average,Linux - Memory Utilization check_command check_nrpe!check_mem!-a '-w 20 -c 10' max_check_attempts 5 check_interval 5 retry_interval 1 check_period xi_timeperiod_24x7 notification_interval 60 notification_period xi_timeperiod_24x7 contacts nagiosadmin _xiwizard linux-server_legacy register 1 }
check_memin the client config?check_command check_nrpe!check_mem!-a '-w 20 -c 10'