Code: Select all
nagiossrv root [libexec] > check_nrpe -H 128.19.5.131 -t 30 -c check_users -w 5 -c 10Code: Select all
-bash: check_nrpe: command not foundWhat is the issue?
Code: Select all
nagiossrv root [libexec] > check_nrpe -H 128.19.5.131 -t 30 -c check_users -w 5 -c 10Code: Select all
-bash: check_nrpe: command not foundCode: Select all
check_nrpe -H 128.19.5.131 -t 30 -c check_users -w 5 -c 10Code: Select all
./check_nrpe -H 128.19.5.131 -t 30 -c check_users -a '-w 5 -c 10'