Comments
-
Voted... And also tossed a couple ideas. Check out my ER - http://thwack.solarwinds.com/ideas/2556
-
That's a great idea.
-
Wooohoooo.... just upgraded to 12.1, and look what's in the settings! Thanks to everyone who voted, and thanks to SolarWinds for listening.
-
Would like to know this as well. I missed this one.
-
Totally agree... I've created this for the NPM section as well. http://thwack.solarwinds.com/ideas/2501
-
Just ran in to this issue. Got my vote.
-
http://thwack.solarwinds.com/ideas/1623 http://thwack.solarwinds.com/ideas/1678 and here is mine... http://thwack.solarwinds.com/ideas/2556
-
While, I think I see where you're going, I look at it like this... For me, the muting of an alert allows me to know when a node is back online and functioning correctly, without triggering an alert. This is useful during a maintenance window or something similar where you want to know if the node is back online or what…
-
Voted... And also tossed a couple ideas. Check out my ER - http://thwack.solarwinds.com/ideas/2556
-
Totally agree... even more reason for the enhancement request. What happens if you forget, or are no longer there to make the change. The next person will need to struggle to get it back.
-
This would be great... along with the need of who turned off the alerts.
-
I'd like to bump this... What is everyone else doing? I agree that the warning "When selecting the Poll for VMware also select Status Only: ICMP polling option above." is misleading if support does in fact recommend to use SNMP. I only have NPM and SAM, but no VMAN. Never used VMAN, so I am not sure what I am missing, but…
-
Here's a work around until this gets added... Keep in mind anytime you do an update, or use the Configuration Manager, you will need to redo this setting. On your Orion server... open the Database Manager. I would recommend using an account that has full SQL rights. Once opened, click on the Add default server Expand the…
-
I'm having the same issue running on SAM 6.4 running on Orion Platform 2017.3.1 SP1 and this is still an issue. 3 HTTP Monitors 3 HTTPS Monitors (disabled by default) 2 systems are monitoring via HTTP 1 VIP is monitoring via HTTPS The alert is set to trigger on anything other than Up, so the 2 systems alert on HTTPS and…
-
We've got DPA, so no hard sell there. Thanks for the info.
-
Thanks for this... solved some issues with volumes that were removed from a handful of my hosts.
-
Thanks, and done!
-
Thanks for taking the time to post a screen shot. I was beginning to wonder if I wasn't able to alert based on group!
-
Not sure if this will help... but check this? https://support.solarwinds.com/SuccessCenter/s/article/The-Deployment-Health-Updates-Available-and-Diagnostics-tabs-are-blank-and-diagnostics-cannot-be-gathered-from-the-web
-
Here's the MIB article from VMware. https://kb.vmware.com/s/article/1013445 and this article was updated around the same time per the previous post. https://kb.vmware.com/s/article/2054359
-
jbiggley Seeing something similar to this on my 12.x instance, specifically where my AlertHistory table is not clearing past the retention. In this post you mention identifying long running query, did you see this noted in the actual log file, or more from a DB monitoring? Realize it's an old post, but thought I'd ask.
-
Also worth mentioning, and just so everyone knows. If you enter in a FQDN of "customURL.company.com", you will need to make sure you have created a valid DNS entry. Entering the FQDN here will not create the DNS entry for you.
-
Ended up doing this... and it looks like it's working now. I think... DECLARE @StartDate DATETIME, @EndDate DATETIME SET @StartDate = DATEADD(month, DATEDIFF(month, 0, GETDATE()), -1) -15 SET @EndDate = DATEADD(month, DATEDIFF(month, 0, GETDATE()), 0) +15 WHERE ( DateTime BETWEEN @StartDate AND @EndDate ) AND .... Now,…
-
Thanks for the help... this I think points me in the right direction, but in my SQL 2008 R2 environment, when using the final calculation WHERE DateTime >= DATEADD(month, DATEDIFF(month,0,GETDATE()), -1) + 15 AND DateTime < DATEADD(month, DATEDIFF(month,0,GETDATE()), 0) + 15 It does not return any results... Any ideas?
-
From the v10 admin guide as well... All MIBs referenced by the supported MIBs are included on Equalizer. The MIB filenames comprise the MIB name plus the filename extension ”.my”: CPS-EQUALIZER-v10-MIB.my CPS-REGISTRATIONS-v10-MIB.my HOST-RESOURCES-MIB.my HOST-RESOURCES-TYPES.my IANAifType-MIB.my IF-MIB.my…
-
Here's some additional detail. Fortinet Knowledge Base - View Document Technical Note: HowTo get the SNMP MIBS of the Coyote Point Equalizer Products Coyote Point Equalizer (legacy) Description This article provide the links to download the MIBS of the Coyote Point Equalizer. Solution To download the MIBS use the following…
-
Any luck on this?
-
Agree... You'd think this would be already included. Bumping this thread to show interest (again)
-
I just purchased one of these myself, however just the base unit, no additional sensors. Here's what I did. * SolarWinds Knowledge Base :: How do I add a MIB to the SolarWinds database? How do I add OIDs to the SolarWinds database? * SolarWinds Knowledge Base :: Updating an existing MIB database * Added the SensorGateway…
-
Here's a work around until this gets added... Keep in mind anytime you do an update, or use the Configuration Manager, you will need to redo this setting. On your Orion server... open the Database Manager. I would recommend using an account that has full SQL rights. Once opened, click on the Add default server Expand the…