Comments
-
Thank you bourlis for this. This helped me tremendously, and now I'm paying it forward. I used your query and updated it so it will now show who muted/unmanaged both pre/post 2025.4.0. Pre 2025.4.0 I pulled it from the AuditEvent logs. I also added a couple of lines that will allow it to show only the nodes who have been…
-
I'll check to see if the 62 difference in the console have a template or an api poller attached to them. Thank you for that info
-
Perfect, thank you for this info and the explanation.
-
We had the issue in 3 separate SolarWinds environments where we ran into both issues you've noted. We installed 2025.1.1 and it actually did resolve both issues (reboot and disk capacity monitoring) for us.
-
Perfect, that worked for me. I had to change the ${CREDENTIALS} to ${CREDENTIAL} after looking up more after your reply, but it worked once I did that. Thank you so much for your help with this.
-
Yeah, I never could get it to work so I ended up having to hard code my search text in the query. I appreciate the reply.
-
Thank you for your reply. This is what I'm using in copy/paste form where nodes.nodeid in (select nodeid from orion.traps t where t.datetime > addminute(-200,getutcdate()) and t.message like '%${SQL: SELECT SNMPTrap_SearchString FROM AlertConfigurationsCustomProperties where AlertID=${N=Alerting;M=AlertID}}%' ) When I…
-
Cool, thank you..
-
Cool, that’s what I was needing, preciate it..
-
Hello, Thank you for your reply, and the links. We’re setting up snmp, but is ssh permissions required for linux monitoring or only snmp? Thanks.
-
Like the lady on the Calgon soap commercials used to say.. "YES! YES! YES!" Thank you for that, it's exactly what I needed. Putting in my criteria gave the results I was looking for. Thank you soooo much for this Marc!
-
Preciate that info. When I compare the values from swql, I removed a few columns from the output and added a "where" for the componentID... .. against the component monitor it pulls the current value.. I also waited until the updated time of the file has changed and then searched for StringData = '10/08/2020 07:18:10' and…
-
Hello, Thank you for replying with this info. I saw that post earlier when I was searching before I posted, and thought it was pretty good for the time it was posted back in 2014. I would think that information is already stored in the database somewhere the current value is available. If nothing is available I will have…
-
Thank you both Mark and Steffen for your replies. I will get with our security department and see if they have any concerns between using one account and using multiple accounts. My main concern was with whether there were any issues with using either, but it looks like it's based on preference and need, which is ok. Thank…
-
Hi David, Thank you for your reply. I will look into both of these links and decide from that accordingly. Thank you for this info.
-
Well… I just muted a server, rebooted it, and looked at “Orion.AlertSuppression” to verify it was there and there wasn’t a reboot alert created for it after it came back up.. Go figure.. My guess is that the servers that our apps team had told us about were not muted, or they unmuted between it coming up and the poll for…
-
I have custom property fields setup at the node level currently and have my support team email addresses setup as custom properties. Using application custom properties will help me more than what I'm doing now. We just went through a migration from another monitoring solution and didn't have much time to get this in…
-
Ok, that makes sense. So if a specific set of servers are grouped under a particular application, I can setup an “application” custom property and send the alert to the application custom property instead of sending it to a node custom property. Thank you for that information.
-
I ran into this issue also in my environments after upgrading to 2020.2. Solarwinds provided two dll files, but you have to go through support to get them. Here's what you need to do to have the information support needs: 1) Enable debug logging on the application template that's having the issue…