Comments
-
This works but I am wanting to put it on a dashboard not on a node details page. I didnt know this was a widget though
-
I tested 443 from poller to Vcenter and the staus is polling vman. I havent restarted the polling engine yet. Is there anything else I can validate before restarting the engine.
-
So we validated all the correct ports are open we are getting the error below System.Net.WebException:The underlying connection was closed: Could not establish trust relationshipfor the SSL/TLS secure channel. --->System.Security.Authentication.AuthenticationException: The remote certificateis invalid according to the…
-
Wish there was an update on this.. =(
-
I thought that was going to be an issue as well. The alert property works on UCS fans, UCS PSU, VM, Virtual host, node, routing neighbor and interface. Same template.
-
Thanks for the suggestion. I am able to ping them from the polling engines they are assigned to.
-
We have a pretty large environment. We are wanting to be able to create alerts and better reporting on interfaces instead of just nodes. This was very helpful. I appreciate the response!
-
So I have the IP going to our packet management server that will then get sent to Log Analyzer but i am not seeing anything.
-
OMG this will work! I didnt even think about this! Thank you!
-
Thank you, I will give this a try!
-
The node are SDW and the interface with something in its name.
-
This is working but it is not showing my DPA server names. SELECT [PI].DisplayName AS [Name] , [PI].ProductVersion AS [Version] FROM DPA.ProductInfo [PI]
-
THIS Worked!!!! Thank you so much!
-
The nodes i am looking for are sql servers. I need to find out which of these are missing a specific template. Sorry for being confusing
-
This explains what I am looking for How can I configure filters in reports to be able to get a list of specific nodes that contain "prod" and missing a specific application template being assigned (I just want to occasionally check to ensure these nodes have a particular template assigned for compliance reasons)
-
I also do not need to know if the services are running. My bad. And it is suppose to be application templates ughh!
-
Im going throught it now but from the looks of it. It seems to long to find out if a server is missing an application monior. I found SELECT DISTINCT NodeID, Caption FROM Nodes Where Caption like '%Server%' not in (SELECT Nodes.NodeID FROM Nodes, APM_CurrentStatusOfApplication Where Nodes.NodeID =…
-
Maybe I didn't put a detail My end goal is to find out what servers are missing and application monitor
-
By any chance could I edit this and use it for unknown interfaces?
-
This would be awesome,
-
Well SWQL is going to take me a while to learn. Right now I am just trying to use the dynamic query builder.