Page 1 of 1

NRDP Broken?

Posted: Thu Aug 22, 2019 7:51 am
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?

Re: NRDP Broken?

Posted: Thu Aug 22, 2019 8:38 am
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

Re: NRDP Broken?

Posted: Fri Aug 23, 2019 3:13 am
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;

Re: NRDP Broken?

Posted: Fri Aug 23, 2019 9:03 am
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!