check_nrpe

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
deek
Posts: 194
Joined: Fri Apr 26, 2019 2:01 am

check_nrpe

Post by deek »

Hi Team ,

I have got a problem in NagiosXI after the upgradation . Once we upgraded the NagiosXI to 5.8.6 the check_nrpe plugin was not working . So we added -2 to the command of check_nrpe and most of them worked .

There are certain parameters which shows OK status in NagiosXI GUI but gives an error when trying on the command line . Could you please let us know on how to fix this issue .
Capture_nrpe2.PNG
Capture_nrpe.PNG
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: check_nrpe

Post by ssax »

It's like just the Run Check Command button that's having issues with the escaping as they recently hardened that functionality.

Run the command from the CLI from an SSH session but run this command first:

Code: Select all

su - nagios
deek
Posts: 194
Joined: Fri Apr 26, 2019 2:01 am

Re: check_nrpe

Post by deek »

Yes we are getting the correct output from the CLI from an SSH session .
What can be done to remediate the issue on run check command .
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: check_nrpe

Post by ssax »

Development will need to implement a fix for it, I've submitted the bug report to them with a link back to this thread and explaining the issue:

Code: Select all

NEW TASK ID 15701 created - Nagios XI Bug Report: XI - CCM - Run Check Command button escaping issue
deek
Posts: 194
Joined: Fri Apr 26, 2019 2:01 am

Re: check_nrpe

Post by deek »

Sure . Please keep me posted with updates .

Thanks & Regards ,
Arya
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: check_nrpe

Post by ssax »

I apologize, but we do not currently have an automated system that will notify you (or us) when development has completed the task. You'll need to check the Change Logs on each release like we do to determine if something has been fixed:

https://www.nagios.com/downloads/nagios-xi/change-log/

Thank you!
deek
Posts: 194
Joined: Fri Apr 26, 2019 2:01 am

Re: check_nrpe

Post by deek »

Thanks .
You can close this ticket .
Locked