no ip address found no ifconfig command not found no rpm

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Yashwanthini
Posts: 1
Joined: Thu Jul 02, 2020 11:51 am

no ip address found no ifconfig command not found no rpm

Post by Yashwanthini »

no ip address found no ifconfig command not found no rpm
User avatar
jbrunkow
Posts: 441
Joined: Fri Mar 13, 2020 10:45 am

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

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked