Add the following commands:
cat > /tmp/mycommands.cfg << EOF
command[check_users]=/usr/lib/nagios/plugins/check_users -w 2 -c 5
command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20
command[check_disk]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /
command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 150 -c 200
command[check_zombie_procs]=/usr/lib/nagios/plugins/check_procs -w 2 -c 5 -s Z
command[check_ntp_peer]=/usr/lib/nagios/plugins/check_ntp_peer -H 127.0.0.1 -w 0.5 -c 1
command[check_swap]=/usr/lib/nagios/plugins/check_swap -w 20% -c 10%
EOF
sudo cp /tmp/mycommands.cfg /etc/nagios/nrpe.d/