NetXMS Support Forum

English Support => General Support => Topic started by: twparker on May 22, 2023, 11:40:25 PM

Title: Alarms based on Topology
Post by: twparker on May 22, 2023, 11:40:25 PM
Hello all,

I am attempting to limit alarms for nodes based on topology so I only receive alerts for the first node down in a chain. Would someone be able to point me in the right direction for this?

Thanks!
Title: Re: Alarms based on Topology
Post by: Victor Kirhenshtein on May 29, 2023, 02:46:35 PM
Normally it should happen automatically for events SYS_NODE_DOWN if topology is known to the server. If server is able to determine route from itself to unreachable node, it will check all intermediate nodes, and generate SYS_NODE_DOWN only for router closest to the server, and SYS_NODE_UNREACHABLE for nodes down the line.
For more complex logic you can use script filters - all kind of topology information is available in scripts, so you can filter events based on peer nodes, routing information, etc.

Best regards,
Victor