manthena2020
10 months agoAdvisor
Datapoints Alerting
I have Datapoints x,y,z. My requirement is to alert on Datapoint x. so whenever we are sending alert on Datapoint x, I want to send the values of y & z as well. is there any possibility.
I have Datapoints x,y,z. My requirement is to alert on Datapoint x. so whenever we are sending alert on Datapoint x, I want to send the values of y & z as well. is there any possibility.
Yes, you could set the datapoint values as device or instance level properties, then include them that way.
You’d have to use the LM API to set those properties as part of the collection script. But those properties would have to be set before the alert triggers.
@ Stuart weenig
Could you please help me the script how to use api to be part of collection script
Stuart is correct in the method, but I would advise against going this route. I did this exact method while trying to do something very similar and it ended up having mixed results. As Stuart says, the property needs to be there prior to the datapoint reaching its alert threshold, otherwise you will get an out dated item to send.
As for the usecase
No, it’s not possible to include data from other datapoints with the alert from a given datapoint.
Can we create as property source in Datapoint collection script ?
Can you provide a more specific example what what you are looking to do in general?
I have data points x,y,z and their values are x=100, y=150, z=200. I want to alert on x when value >90. When sending alert I want the values of y and z also to be displayed
@ Stuart weenig
Could you please help me the script how to use api to be part of collection script
Ya I agree. Please help me how to proceed
I wonder if this might be a good use case for Dexda :shock:
Dexda, as I understand it, is meant to correlate alerts together. If you’re monitoring the temp and you also want the humidity and pressure, Dexda might be able to correlate those alerts together, if they all alert. If x alerts and y, z are normal values, there might be nothing for Dexda to do.
I thank all of you for giving me valuable inputs. Please keep me posted. Thanks