NRDP --Return code of 127 is out of bounds
Posted: Tue Nov 24, 2015 6:59 am
Hi
Good Evng,
I am facing issues with NRDP server
I am suspecting it is not forwarding external commands to the nagios server
Below is the error i am getting for the respective service
(Return code of 127 is out of bounds - plugin may be missing)
Below are configuration for NRDP
in templates.cfg
define service {
name generic-nrdp
is_volatile 0
check_period 24x7
max_check_attempts 2
normal_check_interval 3
retry_check_interval 2
active_checks_enabled 0
passive_checks_enabled 1
obsess_over_service 1
check_freshness 1
freshness_threshold 905
notifications_enabled 0
notification_interval 60
notification_period 24x7
notification_options w,u,c,r ; Send notifications about warning, unknown, critical, and recovery events
event_handler_enabled 1
flap_detection_enabled 1
process_perf_data 1
retain_status_information 1
retain_nonstatus_information 1
check_command check_demo
register 0
}
in /usr/local/nagios/etc/objects/commands.cfg
define command{
command_name check_demo
command_line $USER1$/check_demo
}
in localhost.cfg
define service{
use generic-nrdp ; Name of service template to use
host_name UAT
service_description Disk_Space
}
Note: NRDP i checked in GUI with token and request XML and it is responding 1 check processed but it is not sending same to the Nagios
Any Suggestions/Solutions will be appreciated.
Thanks ,
RAJ,
Good Evng,
I am facing issues with NRDP server
I am suspecting it is not forwarding external commands to the nagios server
Below is the error i am getting for the respective service
(Return code of 127 is out of bounds - plugin may be missing)
Below are configuration for NRDP
in templates.cfg
define service {
name generic-nrdp
is_volatile 0
check_period 24x7
max_check_attempts 2
normal_check_interval 3
retry_check_interval 2
active_checks_enabled 0
passive_checks_enabled 1
obsess_over_service 1
check_freshness 1
freshness_threshold 905
notifications_enabled 0
notification_interval 60
notification_period 24x7
notification_options w,u,c,r ; Send notifications about warning, unknown, critical, and recovery events
event_handler_enabled 1
flap_detection_enabled 1
process_perf_data 1
retain_status_information 1
retain_nonstatus_information 1
check_command check_demo
register 0
}
in /usr/local/nagios/etc/objects/commands.cfg
define command{
command_name check_demo
command_line $USER1$/check_demo
}
in localhost.cfg
define service{
use generic-nrdp ; Name of service template to use
host_name UAT
service_description Disk_Space
}
Note: NRDP i checked in GUI with token and request XML and it is responding 1 check processed but it is not sending same to the Nagios
Any Suggestions/Solutions will be appreciated.
Thanks ,
RAJ,