NetXMS Support Forum

English Support => General Support => Topic started by: Rabid on January 13, 2011, 07:08:48 PM

Title: Interface changed state
Post by: Rabid on January 13, 2011, 07:08:48 PM
I am monitoring about 10 machines so far.  For the most part I am not having a problem.  I just rebooted each of the 10 machines.  I have a problem with two of them.  80% of the machines have dual nics.  Each nic is on a different subnet.  Let's say 10.1.1.x for one nic and 10.1.2.x for the other nic.  I had just two machines, upon a reboot, not give me a node down status.  Instead, I got a Minor warning and the message was Interface "Local Area Connection 2" changed state to DOWN (IP Addr: 10.1.2.x/255.255.255.0, IfIndex:12)  This nic is not set as the primary (dont know if that makes a difference or not).  I would like a node down instead of this warning.  How do I fix this?

Thanks.
Title: Re: Interface changed state
Post by: Victor Kirhenshtein on January 13, 2011, 07:39:10 PM
Hi!

Server considers node as down if all it's interfaces is not reachable and node cannot be contacted by SNMP or via agent. How long a reboot was taken? If it was relatively fast, then it is possible that moment when node was completely unreachable fall between two status polls (each 60 seconds by default), and server never seen these two nodes as completely down.

If this is the case, solution depends on your goal - for example, if you wish to detect that node was rebooted, you can add monitoring of system uptime, and if it below some small value, like 100 seconds, that means that node was just rebooted and you can generate appropriate event.

Best regards,
Victor