Page 3 of 3

Re: Nagios XI Centos OS is down.

Posted: Wed Apr 19, 2017 3:09 pm
by tacolover101
Aruz wrote:I installed CentOS. Logged in, trying to install nagiosxi on it. wget: command not found {root@swok-vm-nagiosxi temp]#

Please help.
i would follow the error message specified -

Code: Select all

 wget: command not found
you simply don't have the wget package. just run the following -

Code: Select all

yum install wget -y

Re: Nagios XI Centos OS is down.

Posted: Wed Apr 19, 2017 3:14 pm
by dwhitfield
Thanks @tacolover101. OP, let us know if that resolves your issue!