no ip address found no ifconfig command not found no rpm
-
Yashwanthini
- Posts: 1
- Joined: Thu Jul 02, 2020 11:51 am
no ip address found no ifconfig command not found no rpm
no ip address found no ifconfig command not found no rpm
Re: no ip address found no ifconfig command not found no rpm
Hey @Yashwanthini!
Welcome to the Nagios Forum.
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.
INSTALL XI
You can find the IP address of a server by running one of the following commands.
I hope that helps! Let me know if you have any more specific questions on how to set up or configure Nagios XI.
Welcome to the Nagios Forum.
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./fullinstallYou can find the IP address of a server by running one of the following commands.
Code: Select all
ip addr
hostname -I
ifconfigAs 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!
Be sure to check out our Knowledgebase for helpful articles and solutions!