Comments
-
Thank you for the replies! Hopefully it work, as the feedback on the link looks very promising.
-
Thanks for the post! Worked like a charm.
-
Has there been any update to this request? It would seem like a tool/request that would be heavily utilized and I'm confused as to why it wouldn't have been implemented already.
-
How did you generate the initial table at the beginning of the post? I am relatively new to Orion, and have added the custom pollers and can transform the information, but an having a hard time trying to figure out how to get it in a nice table format.
-
chhamilt, Could you please post what you needed to remove to resolve this. Thank you!
-
Just installed on V10 and workes GREAT! Thank you for the post!
-
Just installed on V10 and works GREAT! Thank you for the post!
-
Just installed on V10 and works GREAT! Thank you for the post!
-
Has anyone found a resolution to this problem? I am having the exact same issue.
-
I to am trying to get this to work and can't understand why they wouldn't have something like this implemented already? I've implemented the SQL statement as was suggested in the posting here but cannot get it to trigger? Does anyone have any suggestions? The query does check out, it just never fires...
-
I ws able to get something going by using the following trigger: 1) Use nodes for your query. 2) Use this SQL statement below in the text area: Inner Join AlertStatus on Nodes.Caption=AlertStatus.ObjectName Where AlertStatus.Acknowledged <> 0 And AcknowledgedTime>= DateAdd(minute,-1,GetDate())