Comments
-
Try this sql query for devices that are not polling any interfaces. This works if you poll via SNMP or WMI. SELECT top 10 Nodes.Caption, Nodes.NodeID FROM Nodes where (nodes.ObjectSubType = 'snmp' or nodes.ObjectSubType ='wmi') and ( nodes.nodeid not in (select nodeid from Interfacesgroup by nodeid ) ) Or try this for…
-
Hello Jake @jm_sysadmin, How many routers does your environment have and how big is the db for NTA? Do you have dedicated drives for your nta db or is it shared? I have been holding out on moving to the latest version of NTA due to the migration from fastbit to sql requirement.
-
This would be great!!! The total connections provided by IIS doesn't truly reflect the users on the site. How many users does your environment have?
-
Any news on this? Maybe someone has a workaround.
-
How are you going to see the logs when the web console is down? I don't see much of a value from this.
-
We still need this feature. Has anyone found some type of work around?
-
If SolarWinds Orion is not your only monitoring platform what else is being used along with SolarWinds Orion?
-
I occassionally see this occur when a server is rebuilt or has gone through a P2V migration and the deployment engineer failed to scan the new device resources assuming that the old resources will update automatically. What method are you using to detect the devices that are not monitoring volumes?
-
Thank you for that information. How long has this been available? Now I will need this same type of feature for muted objects. I suspect I will need to add an additional custom property to flag and prevent alerting on unmanaged devices. This is going to help use alerting to remove unmanaged that have been forgotten about…
-
Yes, I have tried both in administrator mode and not in administrator mode.
-
@bobmarley Thank you for the update. I keep getting an error where access to orion.alertsupression.supressalerts verb denied. I am using an account that has admin permissions. Invoke-SwisVerb $swis Orion.AlertSuppression SuppressAlerts @($entityUris, [DateTime]::UtcNow) #This muted t he node indefinitely Invoke-SwisVerb :…
-
I still get the invoke-swis access to orion verb error. I tried it once like this. Invoke-SwisVerb $swis Orion.AlertSuppression SuppressAlerts @($entityUris, $now, $later ) | Out-Null I also tried adding the parameter names before the variables. Invoke-SwisVerb -SwisConnection $swis -EntityName Orion.AlertSuppression -Verb…
-
I keep getting an error when trying to use the invoke-swisverb Invoke-SwisVerb : Access to Orion.AlertSuppression.SuppressAlerts verb denied. Has anyone else seen this?
-
How big is your nta install and how many flows per sec? What raid configuration did you use for the nta sql instance?
-
Any luck with this?
-
I am having a similar issue. I tried walking it and get the following errors. 2017-11-20 16:42:47,468 [24] ERROR MainWindow - Error #31209 : SNMP Version 3 Authorization Requested, but no/short AuthKey is set. (0; 20) 2017-11-20 16:42:48,937 [24] ERROR MainWindow - Error #31209 : SNMP Version 3 Authorization Requested, but…
-
I spent quite some time trying to find it. Looking at table dependencies hoping to have a Eureka moment. I even opened a case to see if SolarWinds support would be able to point me in the right direction.
-
What did SW support come up with as the reason?
-
Stopping the Orion services and experiencing the same slow response has ruled out SolarWinds as the culprit.
-
I appreciate your input but I am not sure if that is correct. If SolarWinds is polling the interface every 2 minutes the table should have an entry every 2 minutes. The values I am seeing are ten minutes apart.
-
WOW, Did you have that locked and loaded ? That was a lengthy reply. I usually avoid calling the support line. In the past I was able to learn quite a bit from the 1st level support engineers but now it is more the catch and release help desk situation. Luckily, I am not dealing a down system.
-
Hello Ashley, I would be interested in participating. Please send me the days you have scheduled and I will which day works best.
-
What are some of the requirements for the sql nta database?
-
I like the option of creating an additional alert for the high cpu offenders but that can lead to a nightmare as offenders increase and the time the cpu peaks occur vary between the devices. I was toying with the idea of creating the cpuPeakStart and cpuPeakStop custom property and then adding a condtion in my swql alert…
-
I feel your pain. Have you detected the root cause? What modules are you running in your environment?
-
What is the purpose of the web browse template?
-
I am looking for a low cost easy to integrate option. Pager Duty is too expensive.
-
The network team is going to say check your SolarWinds configuration its not the network.
-
To delete any old flows the Fast Bit Studio must be used with the ExecuteRetentionCleanup Command.
-
How frequent is your SolarWinds Instance polling for cpu and memory? My polls are set at 10 min and my alert condition is set to wait for 31 minutes before triggering. Doing so requires the cpu value to be at the threshold for at least 3 polls and possibly 4 polls depending on polling sequences. I also have a reset…