wget failing to get tarball for nrdp
Posted: Sun Mar 04, 2018 1:45 am
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
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.
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/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.