wget failing to get tarball for nrdp

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
ks6764
Posts: 58
Joined: Thu Aug 20, 2015 10:42 am

wget failing to get tarball for nrdp

Post by ks6764 »

I have the exact same issue as the person who posted the topic in the below url except I am working with Nagios Core.

https://support.nagios.com/forum/viewto ... 16&t=21690

wget -O myconfig.tar.gz 'https://myserver:8443/nrdp/?cmd=nrdsget ... e=myconfig' --no-check-certificate

will pull a 18k gzipped file that cannot be opened. If I replace myconfig.tar.gz in the syntax to be just a file name, the file contains "No Request Handler".

NRDP is working, I have monitoring checks coming into Nagios Core from the clients being monitored. I can also use

Code: Select all

https://myserver:8443/nrdp/
in a url and input the token and receive an "ok" message with no problem.

Any related topics like the url I posted above always seem to end with "send us a ticket", so I don't know what the resolution is.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: wget failing to get tarball for nrdp

Post by scottwilkerson »

ks6764 wrote:wget -O myconfig.tar.gz 'https://myserver:8443/nrdp/?cmd=nrdsget ... e=myconfig' --no-check-certificate
This line is a NRDS line used in Nagios XI for NRDS configs. Where are you creating the configs?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
ks6764
Posts: 58
Joined: Thu Aug 20, 2015 10:42 am

Re: wget failing to get tarball for nrdp

Post by ks6764 »

I have a directory called nrdp that I have placed under /opt/app/nagios that contains the configs.
I also have a symlink from /usr/local that points to /opt/app/nagios/nrdp
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: wget failing to get tarball for nrdp

Post by scottwilkerson »

We never built NRDS to work without Nagios XI so I don't have any documentation on what would even need to be set.

I understand you are an XI customer, but the support doesn't include tearing apart the pieces of XI and reassembling them to be used in Nagios Core.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
ks6764
Posts: 58
Joined: Thu Aug 20, 2015 10:42 am

Re: wget failing to get tarball for nrdp

Post by ks6764 »

I can submit the inquiry to a different part of your forum to see if the greater community has any ideas.
But there is documentation on this url.

https://assets.nagios.com/downloads/nrd ... erview.pdf

Below is a line taken from the above url.
Where <ipaddress> is the IP address of your
Nagios XI or Nagios Core server.
Sorry, I didn't realize I had submitted this under the Customer Support portal of the site, meant to submit just under the generic Nagios Core category.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: wget failing to get tarball for nrdp

Post by scottwilkerson »

ks6764 wrote:Sorry, I didn't realize I had submitted this under the Customer Support portal of the site, meant to submit just under the generic Nagios Core category.
I understand, but really this is an XI component/addon.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked