NetXMS Support Forum

English Support => General Support => Topic started by: Marco Incalcaterra on August 26, 2013, 06:15:46 PM

Title: Fake node used as container for aggregate values
Post by: Marco Incalcaterra on August 26, 2013, 06:15:46 PM
I have a node used as a "fake" switch to collect all the traffic generated from a group of virtual machines. That node is configured with the IP 0.0.0.0 so it has no interface. Everything works fine in the data collection, except that the node persists in the "Unknown" status.
Is there a way to force its status to "Normal"? I'm not interested in its "real" state since it hasn't a real state: is just a container for the aggregated values computed from other nodes.

Maybe I'm just using the worst approach to solve this problem, any other suggestion is welcome! :-)

Best regards,
Marco
Title: Re: Fake node used as container for aggregate values
Post by: Victor Kirhenshtein on August 27, 2013, 05:25:27 PM
Just answered same question in another thread, seems as common problem :) Currently the only workaround is to keep active alarm of "Normal" priority on that node. You can create rule to create alarm for that node and post required event from the script using PostEvent function.

Best regards,
Victor