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
WMIC missing package for XI
Re: WMIC missing package for XI
What OS are you trying to install this on? Are you using our offline installer?
Former Nagios Employee.
me.
me.
Re: WMIC missing package for XI
CentOS 6.latest
Re: WMIC missing package for XI
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
What's the output of this command?
Code: Select all
which wmicFormer Nagios Employee.
me.
me.
Re: WMIC missing package for XI
The script is attempting a wget against the following files:
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.
Code: Select all
wget -c http://assets.nagios.com/downloads/nagiosxi/packages/Getopt-Long-2.38.tar.gzCode: Select all
wget -c https://assets.nagios.com/downloads/nagiosxi/agents/wmic_1.3.13_static_64bit.tar.gzRe: WMIC missing package for XI
@jolson - This is exactly what I needed. The URL that I had didn't seem to work. AWESOME!
Re: WMIC missing package for XI
Good to hear! Can we mark this thread as resolved?
Former Nagios Employee