Linux Distribution and version?
*Linux version 2.6.18-348.16.1.el5PAE #1 SMP Wed Aug 21 04:49:45 EDT 2013 i686 i686 i386 GNU/Linux
CentOS release 5.7 (Final)
32 or 64bit?
32 bit
VMware Image or Manual Install of XI?
VMware Image
Are there specials configurations on your system, ie; is Gnome installed? Are you using a proxy? Are you using SSL?
Forced SSL on NagiosXi login web screen
Nagios Xi version: Nagios XI 2012R2.4
Issue:
I followed the instructions on Passive Monitoring with NRDS found in
but we are not able to get passed this point:
1. cd /tmp
2. wget -O test_server.tar.gz "https://<nagiosxi_server>/nrdp/?cmd=nrdsgetclient&token=<token>&configname=<test_server>"
3. gunzip -c test_server.tar.gz | tar xf -this only returns a file of 18k (which is the 18 characters of "NO REQUEST HANDLER" when I place that URL https://<nagiosxi_server>/nrdp/?cmd=nrdsgetclient&token=<token>&configname=<test_server> into a web browser)
I remove the "-" from the end of the command and I receive the following:gzip: test_server.tar.gz: not in gzip format
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
Our goal is to create a passive check were a command will run every 5 minutes on a remote server which will send the necessary info to NagiosXitar: Old option `f' requires an argument.
Try `tar --help' or `tar --usage' for more information.