NetXMS Support Forum

English Support => General Support => Topic started by: Luiz A. Camilo on January 26, 2009, 11:17:59 PM

Title: Determine node Down
Post by: Luiz A. Camilo on January 26, 2009, 11:17:59 PM
Hi Folks,

Netxms is working perfectly for almost a year over here, but sometimes it full my mailbox of alerts of nodes down.
I need to increase the time that it determines if a node is down or not ... like if the last 5 or 10 pool requests are less than 1 .. then the node is down ....
I guess that you will say "that´s easy" but how to do that for all objects without needing to edit one by one ?
Title: Re: Determine node Down
Post by: Victor Kirhenshtein on January 27, 2009, 12:00:30 PM
Hello!

You can change global server configuration parameter PollCountForStatusChange. This parameter determines how many consecutive interface or network service polls should fail before declaring interface or service down. Because node declared down when all it's interfaces and services are down, this should help.

Best regards,
Victor