(Return code of 127 is out of bounds - plugin may be missing
Posted: Tue Jul 02, 2013 9:45 am
Hello everyone,
I am have a problem with two of my servers running a "Source monitor" check, in which the error messaged displayed is "return code of 127 is out of bounds, plugin may be missing"
Here are the definitions for the check:
(Service check)
define service{
use generic-service ; Name of service template to use
host_name sf_monitoring_site
service_description SF Source Monitor
check_command check_equinox_http!/sourcemonitor.asp?nagios=1!All is fine!admin!cmonsir123!
}
(command check)
# 'check_equinox_http' command definition
define command{
command_name check_equinox_http
command_line $USER1$/is_url_alive "http://$HOSTADDRESS$$ARG1$" "$ARG2$" "$ARG3$" "$ARG4$"
}
I am have a problem with two of my servers running a "Source monitor" check, in which the error messaged displayed is "return code of 127 is out of bounds, plugin may be missing"
Here are the definitions for the check:
(Service check)
define service{
use generic-service ; Name of service template to use
host_name sf_monitoring_site
service_description SF Source Monitor
check_command check_equinox_http!/sourcemonitor.asp?nagios=1!All is fine!admin!cmonsir123!
}
(command check)
# 'check_equinox_http' command definition
define command{
command_name check_equinox_http
command_line $USER1$/is_url_alive "http://$HOSTADDRESS$$ARG1$" "$ARG2$" "$ARG3$" "$ARG4$"
}