Comments
-
Yea my management has been asking for this to keep track of why things are unmanaged. Especially for long periods of time.
-
I would like to see this as well. Same exact reasons as OP put.
-
Was any of this ever added? I could definitely use the who added this application template to a server. More of a education issue as solarwinds tends to auto check certain application monitors (APPInsight) when importing servers.
-
When will this be available for production use? It would be greatly helpful.
-
Sorry it was a copy and paste from another thread and i modified a few things. It wasn't caps when i pasted it or didn't' look that way before i submitted it. Can i edit it?
-
Never mind i found it. But it doesn't appear to work. I know an App temp had been added as its showing up on servers with down application. But when I search the audit on the specific server it doesn't show any app temp being added.
-
You can do this via the Manage Custom Properties * Open solarwinds website * Navigate to Settings (upper right corner) * Click “Manage Custom Properties” * Choose the custom property you want to edit the value in then click “View / Edit values” * Filter “by Group by:”, “Show:” and search field to list the nodes. * Check…
-
Thanks I voted on that one too
-
I figured it out. just added them to the query. For reference see bold text below. --Nodes.Application_Name AS App_Name --Nodes.Application_Support_Team AS App_Team --Nodes.PercentMemoryUsed AS PercentMemory, --Nodes.TotalMemory AS TotalMemory,
-
Unfortunately I never completed this. other priorities came up and this hasn't come back to the table of importance. But would like to use the launch an external script concept to clean up drive space on servers. if anyone has suggestions. Thanks
-
Great thanks I will test this out let you know my results.
-
This is a great script. Is there a way to add in custom properties columns? I have custom properties like "application_name", "application_support_team". I am looking to have that as a column so we can list the physical servers with the application and owner. Currently the columns listed are below. SERVERNAMENODETYPE Thanks
-
Thanks for the help. I found a report for VMs with No tools and was able to copy and manipulate it for Old tools and made a third for all nodes and tool version.
-
Thank you Graig Norborg. That did it.
-
ok spoke to soon. The application monitor finally did come back to managed.
-
Ok the powershell script is something i have been looking at but how do i capture the node that was triggered?
-
ok the server came back managed after 10min but the application monitoring is unmanaged still. Why would that have stayed unmanaged??
-
Thanks That did the trick, final script notes to hellp others The username is a solarwinds user that has at least manage rights. $Username = 'username' $Password = ConvertTo-SecureString -String 'password' -AsPlainText -Force $cred = new-object -typename System.Management.Automation.PSCredential -argumentlist $username,…
-
Thanks for all the help. I ended up with this query as it gives me the Component/service level the app owner wanted to see in the report. Query Result
-
Hi thanks for the help but i am not sure i follow. When change the Trigger condition to Virtual Machine. I can't choose the application i only get these options now. What are you choosing for the Trigger condition?? How do I set it so the alert knows what application to be triggering off of?
-
OK i searched the forums before posting and didn't find any reference to this type of report
-
Im using the Node Down Resource
-
OK that could work but I'm not that well versed in SQL but i was able to make this work in Database manage but it doesn't work in the resource window "Filter Nodes (SQL)" select Caption, Impact from Nodes where STATUS=2 order by IMPACT
-
Could you put this into my code. I am not understanding where i should place it.
-
Thanks that worked.
-
ok i have tried this script below but the node doesn't appear to get unmanaged. What might i be missing?? It shows in the audit logs to have unmanaged but on the node itself it still show UP and the unmanaged button is available. I get 2 audit entries too. The time seems off as well 5:28 am is not the time i ran the…
-
Thanks for the help Right after leaving this question we figure it out.
-
Ok the (\) doesn't work. I ended up just adding the next letter after the underscore for each service (see my new query setup below). So i have this and it works well. But i am getting this weird "File Share unreachable" that i cannot track back to a application monitor, Any idea on how to track that down. Also i get Event…
-
ok we are only on VMAN 6.3.0.1
-
put all this together to get the result i was looking for. (I revised the instructions as i realized i was missing some key pieces to get the Links.) SolarWinds - Create Custom Down Nodes Resource window on Dashboard with links, and custom fields of your choice. (Impact level and App Support Team are in this query script)…