This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Temperature alert by Node rather than by sensor

To try to minimise alerts on our core network, I would like to have only 1 alert per device for temperature

I have built the below

which alerts for 31 sensors, on 12 devices are running above 35degrees
so I get 31 alerts, but only 12 devices are affected

I have tried re-building the logic based on Nodes, but I cant find Hardware Sensor (Node) as a trigger condition

Parents
  • I would try the suggestion @borgan made first. If that doesn't get you what you need then you could create an alert using SWQL.

    There is more than one choice here so make sure you are getting the correct one

    Then finish up the alert above. 

    If you want to see what the original query looked like in the alert you already created try clicking here

    Select Show SWQL

    Cut/Paste the query into SWQL Studio or use this URL https://YOURSERVERNAMEHERE/Orion/Admin/swis.aspx

    Just be aware that you can't change the out of the box SWQL statement that Orion provides so you may need to do more selects or joins to get all the data all into the query.

    It's more work but if you need an alert to be very specific you have options.

Reply
  • I would try the suggestion @borgan made first. If that doesn't get you what you need then you could create an alert using SWQL.

    There is more than one choice here so make sure you are getting the correct one

    Then finish up the alert above. 

    If you want to see what the original query looked like in the alert you already created try clicking here

    Select Show SWQL

    Cut/Paste the query into SWQL Studio or use this URL https://YOURSERVERNAMEHERE/Orion/Admin/swis.aspx

    Just be aware that you can't change the out of the box SWQL statement that Orion provides so you may need to do more selects or joins to get all the data all into the query.

    It's more work but if you need an alert to be very specific you have options.

Children
No Data