Page 1 of 1
WMIC missing package for XI
Posted: Thu Mar 10, 2016 2:04 pm
by taandrews
I have installed NagiosXI in an enclave. I am trying to install WMIC on the XI server. The script that I have is trying to wget a package from the internet but this machine doesn't have access to internet. The URL for the wget when manually entered into the browser no longer exist. The file is named wimc-cento5-static. I assume that I need this pkg in order to use WMI on XI. Please advise.
taandrews
Re: WMIC missing package for XI
Posted: Thu Mar 10, 2016 2:34 pm
by hsmith
What OS are you trying to install this on? Are you using our offline installer?
Re: WMIC missing package for XI
Posted: Thu Mar 10, 2016 2:57 pm
by taandrews
CentOS 6.latest
Re: WMIC missing package for XI
Posted: Thu Mar 10, 2016 3:47 pm
by hsmith
Are you using our offline installer?
Re: WMIC missing package for XI
Posted: Fri Mar 11, 2016 1:39 pm
by taandrews
I have already installed XI and its working perfectly. The docs for using WMI reads as if I need the aforementioned package.
Re: WMIC missing package for XI
Posted: Fri Mar 11, 2016 3:07 pm
by hsmith
What's the output of this command?
Re: WMIC missing package for XI
Posted: Fri Mar 11, 2016 3:22 pm
by jolson
The script is attempting a wget against the following files:
Code: Select all
wget -c http://assets.nagios.com/downloads/nagiosxi/packages/Getopt-Long-2.38.tar.gz
Code: Select all
wget -c https://assets.nagios.com/downloads/nagiosxi/agents/wmic_1.3.13_static_64bit.tar.gz
If you want to install this manually, it wouldn't be very hard to modify the script to do so - or just imitate what the script is doing.
Re: WMIC missing package for XI
Posted: Mon Mar 14, 2016 2:29 pm
by taandrews
@jolson - This is exactly what I needed. The URL that I had didn't seem to work. AWESOME!
Re: WMIC missing package for XI
Posted: Mon Mar 14, 2016 2:30 pm
by rkennedy
Good to hear! Can we mark this thread as resolved?