WMIC missing package for XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
taandrews
Posts: 93
Joined: Thu Mar 10, 2016 1:55 pm

WMIC missing package for XI

Post 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
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: WMIC missing package for XI

Post by hsmith »

What OS are you trying to install this on? Are you using our offline installer?
Former Nagios Employee.
me.
taandrews
Posts: 93
Joined: Thu Mar 10, 2016 1:55 pm

Re: WMIC missing package for XI

Post by taandrews »

CentOS 6.latest
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: WMIC missing package for XI

Post by hsmith »

Are you using our offline installer?
Former Nagios Employee.
me.
taandrews
Posts: 93
Joined: Thu Mar 10, 2016 1:55 pm

Re: WMIC missing package for XI

Post by taandrews »

I have already installed XI and its working perfectly. The docs for using WMI reads as if I need the aforementioned package.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: WMIC missing package for XI

Post by hsmith »

What's the output of this command?

Code: Select all

which wmic
Former Nagios Employee.
me.
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: WMIC missing package for XI

Post 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.
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
taandrews
Posts: 93
Joined: Thu Mar 10, 2016 1:55 pm

Re: WMIC missing package for XI

Post by taandrews »

@jolson - This is exactly what I needed. The URL that I had didn't seem to work. AWESOME!
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: WMIC missing package for XI

Post by rkennedy »

Good to hear! Can we mark this thread as resolved?
Former Nagios Employee
Locked