Comments
-
Silly that there is not an option to expand the filter set. Using the generic pre-built status option is near useless. WIthout being able to filter down to actual properties, explicitly node custom properties, you have to open each node you want to add to figure out what entities within that node you need to add (each…
-
Points Question: Ran through the survey once, submitting my profile name (Hinsy_Heimdall) for the account to receive the 1k points. After the day passed without points coming through, I did it again, but submitted with my email instead. This was on on 10/9 and 10/10. Just curious if I should have received the points by…
-
@"aksh14" Found another post that listed a ps script that in its current state should pull the issuer and log it as a statistic of the monitor in the database. Then you can use the multistatisticsdata table to call the value. Looks like you can repurpose it to grab and log whatever you need from the certificate query. Hope…
-
@"aksh14" @"adam.beedell" If you need to pull in more than certificate validaity using the OoB SSL Cert monitor, or the downloadable SAN SSL Monitor from thwack resources (quick google), you'll need to update the script itself to pull in those properties. If you have a functioning query that pulls in this info, the easy…
-
I recognize you are specifically reaching out for powershell, but I just completed this for a cron job and figured I'd present you with my solution: Situation: New log is generated every weekend after a cron job with results. We wanted to check the current log for failure return codes. Problem was, the OoB log parser for…
-
The windows servers get the update via active directory. They don't care what solarwinds has configured. For the solarwinds nodes themselves representing the servers, they are using the stored credential, which is only needed to be changed once in the location you have in the pictures above. As long as all of your nodes…
-
@"adam.beedell" Thank you for the reply. I'd verify your answer, but your select statement is still referening E0. I hadn't initially realized that the select statement it showed was actually a forced requirement, not an example/advisor. You got me down the right path. I've included the functioning (sanitized) comparison…
-
This is currently working for my environment. The main thing is that you need to have the SSL Cert SAM functioning first. The widget just needs to reference the active SAM monitor(s) that are in effect SELECT C.Application.Node.Caption , C.ComponentName , C.UserDescription , C.CurrentStatistics.ComponentStatisticData as…