Page 1 of 1

Nagios IP

Posted: Fri Sep 30, 2016 8:30 am
by kujo34
Hi all,
at the first sry for asking. im new in the nagios community and don"t know much about it.
so i installed nagios xi on centos 6.8 and get a problem that i dont get ip address in nagios..
i tried some of fixed but without any success.

used "system-config-network" and setted fix ip but no success


please help who can i fix it to get to the console of nagios...

Re: Nagios IP

Posted: Fri Sep 30, 2016 1:24 pm
by mcapra
From the Nagios XI machine, can you share the outputs of:

Code: Select all

ip addr
find /etc/sysconfig/network-scripts/ifcfg-* -type f -print -exec cat {} \;

Re: Nagios IP

Posted: Wed Oct 05, 2016 1:54 am
by kujo34
show attachment

Re: Nagios IP

Posted: Wed Oct 05, 2016 1:42 pm
by jomann
Can you take a look to make sure your udev rules have been replaced? There's an issue with cloning CentOS 6 boxes where /etc/udev/rules.d/70-persistent-net.rules tends to cause problems with interfaces coming up. It is supposed to have a fix on our VMs that we build but I am fairly certain that is the issue. More information here for steps to resolve.