Comments
-
Thanks. But the query did not work at all. I have use it inside the aspx that comes with SolarWinds. Still no progress, any ideas why? thank you for your help. On Wed, Aug 9, 2017 at 1:59 PM, i_like_eggs
-
Thanks! Works.
-
Thanks, you have used SQL and not SWQL, Why? And also trying the same as you did (copy and paste) and Sill getting conditions errors. I have read your example and I am not sure that I understand the logic behind it. surely I am not even sure that it resembles the conditions in my query My Query: * SELECT *…
-
I have been able to resolve the issue I had - it looks like I had a bug in the poller - recreated the Poller and everything went well. I am wondering why I needed to recreate the Poller? Thanks. I have a question regarding the Table polling - How can I read two values and create an alert on each? I want to be able to read…
-
I am getting unable to confirm transform read KB article 4779 - With no success. It might be something wrong with the way I have built the Trigger. I based my trigger on the example you provided and hopefully, it should work. When I do the test on the voltage I am getting transform error - It that because the poller is…
-
Here is the SWQL: SELECT E0.[Uri], E0.[DisplayName] FROM Orion.NPM.CustomPollerStatusOnNodeTabular AS E0 WHERE ( ( E0.[CustomPollerAssignment].[CustomPoller].[UniqueName] = 'DataPower_RaiBattaryVoltage' ) AND ( E0.[CustomPollerAssignment].[Node].[CustomProperties].[Department] = 'datapower' ) AND ( E0.[RawStatus] <= '2700'…
-
Thanks, Ekis, I would be happy to test the queries - How can I do that? I don't want to implement each one of them inside an Alert and see if they trigger or not. I would be happy to be able to check the syntax of the SWQL Queries individually the same as I do with the SQL ones inside the server. I would be happy to know…
-
Hi, I am trying to use this in Trigger condition of a new alert. Using the I want to alert on: (drop down menu) Custom SWQL Alert (Advanced) The I need to setup my SWQL condition - there is a drop down menu from there as well. The Following SWQL(enclosed down below) Works perfectly with NO ERRORS on the swiss.aspx on the…
-
Thanks. I have created the alert as you suggested BUT I am not sure How to get the alert from it. Here is how I configure the Trigger: And I want to get Alert when the Voltage is getting lower then 2700mV. I have configured the Action as follow: AC Power Utilization is ${CurrentValue} </br>[ Alert <b>…