NetXMS Support Forum

English Support => General Support => Topic started by: mdreher on October 27, 2017, 08:54:11 PM

Title: DCI Template with Threshold shows as a single alarm
Post by: mdreher on October 27, 2017, 08:54:11 PM
Hey... having the strangest issue.

I created a template for the System.Uptime value from the netxms agent.  I created a threshold for this to create an alarm when this value went over 3456000 (40 days in seconds).  For testing I reduced the number to 864000.  The strange thing is, that instead of the alarm generating for each node, it generates a single alarm and increments the count... then just changes the source of the alarm a bunch of times.  Ideally I'd prefer if it generated a separate alarm for each node.  Am I doing something wrong here?
Title: Re: DCI Template with Threshold shows as a single alarm
Post by: tomaskir on October 28, 2017, 05:40:35 PM
Your alarm key in the EPP rule that processes your event is wrong.

You need to make it per-node there.
Title: Re: DCI Template with Threshold shows as a single alarm
Post by: mdreher on October 30, 2017, 03:02:09 PM
Exactly what I was looking for.  Thanks!