Comments
-
-
Thank you!
-
<-----------------> The objective is to have this map as the default view for the application owner across the top of the page. The wider the widget gets the more it scales to the center of the page. Which I guess is fine. Doing it this way though, I can't add any other widgets below it because they would be to big under…
-
I finally figured it out. The query allows me to display all in one line the ping status, the Windows service status, file age statistic and file count. Hopefully others will find this useful. Now I need to figure out to convert it to SWQL. Here's the final query: SELECT n.statusled AS 'Status', n.caption AS 'Device', CASE…
-
Hello @"vinay.by" Thanks for the quick response. I'm able to get that far, the problem is that the SSL Cert. application template is not showing up in the list of options.
-
Worked great! The only adjustment I needed to make was to remove the AM:. Ending the week on a great note. Thank you!
-
This is really cool. Is this the new Modern Dashboard from version 2020.2? If not, how did you create those widget boxes?
-
Thanks! Hopefully that's something they will allow in the future.
-
Thanks everyone who responded. I really appreciate it. One thing I found out is that my test environment is not totally configured the same as prod. I couldn't get ${N=SwisEntity;M=CustomProperties.<CP Name>} to work, but I added Application in front of CustomProperties and bingo it started working. The variable ended up…
-
Not sure I understand the second part. I added the same CP to the Node level and the message was sent successfully. I used variable ${Node.Email_Notification} in the To: field of the alert.
-
Thanks mesverrum! That's a good starting point for me. I can see where it can get difficult especially when adding the additional conditions, but I can work on that. The IS NULL produced some good output for me to start working on. Thanks again!
-
Thanks for the quick response. I was looking for a list of users instead of the count of connections
-
Thanks ctlswadmin! I really appreciate it.
-
Thanks for the quick reply.
-
Thanks, but I need to know why this isn't working.
-
That was embarrassing. Thanks for catching that.
-
This looks great! Would also like to see the code as well, if you don't mind.
-
Not sure if my original post is clear enough. When I run the query, I get two separate lines as the picture shows below. I only want one row that contains the node status, and two component status. Does anyone have a recommendation?
-
Click anywhere on the white portion of the screen, click the Connections drop-down arrow and uncheck the Topology check-box
-
We're also seeing this in SharePoint
-
Yes, please do share. I really like what I see here and would like to do something similar.
-
Depends on how ServiceNow is configured when a ticket is closed. I ran into problems where we had a 7 day grace period before the ticket would go from a Resolved state to a Closed state. There were times that the device would go down again during that 7 day grace period and SolarWinds would update the Resolved ticket and…
-
k1gaudineer - I really like what you did with your alerts. Do you mind sharing the code?
-
I use the Custom SQL Alert (Advanced) option under Trigger Condition and use the following query: SELECT Volumes.FullName, Volumes.VolumeID FROM Volumes INNER JOIN [dbo].[VolumesForecastCapacity] ON volumes.caption = [dbo].[VolumesForecastCapacity].instancecaption INNER JOIN nodes ON nodes.nodeid = volumes.nodeid WHERE…
-
Anyone else add the SCM SQL profiles to their database servers yet? Hopefully someone from the SolarWinds SCM team can answer why I can't get these profiles to work.
-
Hello @"the_ben_keen" , The attached report wasn't quite what I needed, but I am going to use this report. Thank you! I took the information @"KMSigma.SWI" gave me and applied that logic to a SWQL query and applied it to a custom query that gives me a device count per OS and I have a link there that points to a Group,…
-
I do not see why you're getting alerts for when it's 70% full. Your config. looks correct. I've duplicated the alert on my end and so far I'm getting what I expect and haven't seen any that relates to what you have. I'm going to keep this alert running over night and see in the morning if I get any false-positives.I'll let…
-
Not sure if this will help in your case or not, but I thought I would share how it was fixed on our side. SolarWinds support had me run through these troubleshooting steps:…
-
I found this article on disabling it, but you can change it from 0 to 1. Test it on one to make sure it works. https://support.solarwinds.com/SuccessCenter/s/article/Disable-Remove-Asset-Inventory-data-collection UPDATE [dbo].[AssetInventory_Polling] SET Enabled = 1
-
The answer you seek is, Yes