I have a nagios server configured in a centOS machine with version 4.0.8 and I'm trying to a put a new ubuntu server VM to monitor, actually the following services are working fine

But check_disk service is not working, the error message is (No output returned from plugin)

on server 1(nagios client)
I installed nagios and nagios-plugins, if I try to check NRPE I got the following
# check_nrpe -h 127.0.0.1
check_nrpe: command not found
It's not working NRPE? how can I check NRPE is well installed? other services are also working fine
define service {
host_name server1
service_description Current Load
check_command check_nrpe!check_load!5!10
use generic-service,graphed-service
notification_interval 0
}
this service returns a reply from nagios server so nrpe should be ok?
on server 2(nagios server)
I set up the *.cfg file with the following options
define service {
host_name server1
service_description Check disk
check_command check_nrpe!check_disk -w 10% -c 5%
use generic-service
notification_interval 0
}
Please can anyone help me to check sda5 free space

Thank you very much!!!
Best regards