Search found 4 matches

by raj222059
Thu Nov 26, 2015 2:53 am
Forum: Open Source Nagios Projects
Topic: NRDP --Return code of 127 is out of bounds
Replies: 6
Views: 2130

Re: NRDP --Return code of 127 is out of bounds

Hi tgriep , thanks for the reply . This is the service check for the Disk_space 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_freshnes...
by raj222059
Wed Nov 25, 2015 3:40 am
Forum: Open Source Nagios Projects
Topic: NRDP --Return code of 127 is out of bounds
Replies: 6
Views: 2130

Re: NRDP --Return code of 127 is out of bounds

here is the definition for host UAT define host{ use linux-server host_name UAT alias UAT address 10.201.2.8 } Check_demo is the dummy command we are using here NRDP which will send external command o/p to the nagios server. Can You Please tell me.. how i can check whether NRDP forwarding any data t...
by raj222059
Tue Nov 24, 2015 8:46 am
Forum: Open Source Nagios Projects
Topic: NRDP --Return code of 127 is out of bounds
Replies: 6
Views: 2130

" NRDP -- Passive checks"

Hi All. Can any one explain where we can check whether NRDP server is sending any data(Passive checks/external commands data) to nagios server or not. i am getting error (Return code of 127 is out of bounds - plugin may be missing) for all external commands Note: I can see NRDP client is sending da...
by raj222059
Tue Nov 24, 2015 6:59 am
Forum: Open Source Nagios Projects
Topic: NRDP --Return code of 127 is out of bounds
Replies: 6
Views: 2130

NRDP --Return code of 127 is out of bounds

Hi Good Evng, I am facing issues with NRDP server :x 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 ...