NetXMS Support Forum

English Support => General Support => Topic started by: Toepfe on December 30, 2015, 11:43:19 AM

Title: root_event_id of table event_log
Post by: Toepfe on December 30, 2015, 11:43:19 AM
Hi all,

I like to use MS Access for creating some reports. It seems to me, that the field "root_event_id" of table "event_log" is used for maintenance mode (if there is a number <> 0 stored the event was created while the node was in maintenance mode). Is this correct? Or will this field also be used for other features (which I may not notice with my configuration)?

Bye
Heimo

PS: Happy New Year to everybody and all the best for 2016 ;-)
Title: Re: root_event_id of table event_log
Post by: Victor Kirhenshtein on January 05, 2016, 10:08:46 PM
Hi,

this field contains root event id detected by event correlation module. When node is in maintenance mode all events will be correlated to "enter maintenance" event, but there are also other possible situations, for example when node goes down, all "interface down" events for ech interface correlated to "node down" event.
You can distinguish if events was correlated to maintenance mode start event by checking event code of root event.

Best regards,
Victor
Title: Re: root_event_id of table event_log
Post by: Toepfe on January 11, 2016, 03:10:49 PM

Hi Victor,

Thanks for the information.

Bye
Heimo