echo 'cp "${WD}/monitoring/check_memcached.pl" "/usr/lib/nagios/plugins"' >>$TMPSETUPMONITOR
echo 'cp "${WD}/monitoring/check_postgres.pl" "/usr/lib/nagios/plugins"' >>$TMPSETUPMONITOR
echo 'cp "${WD}/monitoring/check_cpu.sh" "/usr/lib/nagios/plugins"' >>$TMPSETUPMONITOR
+echo 'cp "${WD}/monitoring/check_freemem" "/usr/lib/nagios/plugins"' >>$TMPSETUPMONITOR
echo 'cp "${WD}/monitoring/nrpe_local.cfg" "/etc/nagios"' >>$TMPSETUPMONITOR
chmod 755 $TMPSETUPMONITOR
### Load
command[check_load_args]=/usr/lib/nagios/plugins/check_load -w $ARG1$ $ARG2$ $ARG3$ -c $ARG4$ $ARG5$ $ARG6$
-### Disk Free and Swap Free
+### Disk Free, RAM Free, and Swap Free
command[check_all_disks]=/usr/lib/nagios/plugins/check_disk -u GB -w $ARG1$ -c $ARG2$
command[check_disk_root_args]=/usr/lib/nagios/plugins/check_disk -u GB -w $ARG1$ -c $ARG2$ -p /
+command[check_freemem]=/usr/lib/nagios/plugins/check_freemem -w 80 -c 90
command[check_swap]=/usr/lib/nagios/plugins/check_swap -w $ARG1$ -c $ARG2$
command[check_storage_disk]=/usr/lib/nagios/plugins/check_disk -u GB -w $ARG1$ -c $ARG2$