NetXMS Support Forum

English Support => General Support => Topic started by: cserzs on April 22, 2014, 10:55:21 PM

Title: Trap alarms under Unmanaged state of nodes
Post by: cserzs on April 22, 2014, 10:55:21 PM
Hi,

I found that the trap messages generated by a node in unmanaged state results alarms in NetXMS system.
In case of DCI events the threshold alarms are blocked.
The unmanaged state of a node what means exactly?
Is it possible to achieve the full alarm muting using the unmanaged state?
My installed NetXMS version: 1.2.13

Thank you in advance and best regards,
Zsolt
Title: Re: Trap alarms under Unmanaged state of nodes
Post by: Victor Kirhenshtein on April 28, 2014, 11:07:40 PM
Hi!

Actually it's a flaw in trap processing logic - they should be ignored for unmanaged nodes. I've registered this as a bug.

Best regards,
Victor
Title: Re: Trap alarms under Unmanaged state of nodes
Post by: cserzs on April 29, 2014, 09:47:19 PM
Thank you for information.

BR,
Zsolt
Title: Re: Trap alarms under Unmanaged state of nodes
Post by: Victor Wiebe on June 18, 2014, 06:42:28 PM
Interestingly, I would like to receive traps and show them as alarms for unmanaged nodes. Is there anyway to make this a toggle, such as "Allow Trap For Unmanaged Node"? Is there a way to stuff an Alarm in using an external script?
Title: Re: Trap alarms under Unmanaged state of nodes
Post by: Victor Kirhenshtein on June 20, 2014, 10:29:03 PM
Hi!

I've added new configuration parameter ProcessTrapsFromUnmanagedNodes (0 by default).

It is possible to create alarm from external script in two steps - first you send event using nxevent command line tool and then create alarm from that event as usual.

Best regards,
Victor