We are running Nagios Core 3 on Ubuntu and are using a config file from a defunct Nagios server.
On our status, we are getting the error message of "Return code of 127 is out of bounds - plugin may be missing"
We installed the check_url plugin from https://exchange.nagios.org/directory/Plugins/Websites%2C-Forms-and-Transactions/check_url/details
This is the script that we are using.
define service{
use production-service
host_name DALSRVPRDIIS08
service_description DCNBS.COM
check_command check_url!http://www.DCNBS.com/index.asp
}
define service{
use production-service
host_name DALSRVPRDIIS08
service_description DCNBS.COM SSL
check_command check_url_ssl!www.DCNBS.com
}
Are we using the correct plugin or is there an issue with the script?