NRDP Broken?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
danniiffxi
Posts: 121
Joined: Tue Jan 30, 2018 3:29 am
Location: UK

NRDP Broken?

Post by danniiffxi »

Hi Forum

I noticed this morning that Nagios Log is unable to send alerts to Nagios XI via NRDP

When I go to https://nagios-live/nrdp/ I am greeted with the following, which does not look right.

Code: Select all

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<result>
<script/>
<script/>
<status>-1</status>
<message>HTTPS REQUIRED</message>
</result>

I have been through the knowledge-base and found this atricle:
https://support.nagios.com/kb/article/n ... d-416.html
But it did not fix the issue.

Any ideas?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NRDP Broken?

Post by lmiltchev »

What is the NRDP version that you are currently using?

Code: Select all

grep PRODUCT_VERSION /usr/local/nrdp/server/includes/constants.inc.php
If filed a bug report on GitHub about NRDP ver. 2.0.1 not working with SSL:
https://github.com/NagiosEnterprises/nrdp/issues/44
Be sure to check out our Knowledgebase for helpful articles and solutions!
danniiffxi
Posts: 121
Joined: Tue Jan 30, 2018 3:29 am
Location: UK

Re: NRDP Broken?

Post by danniiffxi »

Fixed it, thanks for the pointer. Just change true to false to disable https until the issue is fixed.

/usr/local/nrdp/server/config.inc.php

Code: Select all

$cfg["require_https"] = false;
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NRDP Broken?

Post by lmiltchev »

Fixed it, thanks for the pointer. Just change true to false to disable https until the issue is fixed.
It sounds good! I will be closing this topic now as there is nothing else we can do at the moment. The issue has been reported already. I expect our developers to be fixing it soon. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked