Page 1 of 1

no ip address found no ifconfig command not found no rpm

Posted: Fri Jul 03, 2020 12:59 am
by Yashwanthini
no ip address found no ifconfig command not found no rpm

Re: no ip address found no ifconfig command not found no rpm

Posted: Mon Jul 06, 2020 9:42 am
by jbrunkow
Hey @Yashwanthini!

Welcome to the Nagios Forum. :D

Can you please give us more information about what you are trying to do? What IP address are you trying to find? Are you trying to install Nagios from an RPM?

If you are trying to install Nagios XI, please try to do so by running the following set of commands.

Code: Select all

cd /tmp
wget https://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz
tar xzf xi-latest.tar.gz
cd nagiosxi./fullinstall
INSTALL XI

You can find the IP address of a server by running one of the following commands.

Code: Select all

ip addr
hostname -I
ifconfig
I hope that helps! Let me know if you have any more specific questions on how to set up or configure Nagios XI.