Comments
-
I also got the same issue under All settings > Database details. Sarcastic thing is, I just installed the evaluation version of SolarWinds v2023.1 with fresh database (SQL 2019) and still got the issue. So I assume that's a bug itself in the product. P.S : I also tried to reinstall the Orion platform and ran the config…
-
Hi, I can't find the modules. It seems like when I used offline NPM installer, by default it has considered hyper cloud observability as evaluation version v2023. So I could only see SolarWinds platform under programs & features and Observability - Orion installer as the core file in Installer folder.
-
Thank you for sharing this details. It is very much useful information. Also I have one more query on licensing. Since I have installed the evaluation version of SolarWinds v2023.1, it comes with all the modules of SolarWinds. However, we will be migrating license from old v2020.2.5 SolarWinds to New SolarWinds v2023.1…
-
Thank you so much for detailed and elaborative response. It is really helpful.
-
Awesome. Thank you!
-
Hi @"yaquaholic" Thank you for sharing. Can you please also help me with the time duration? Example, Top 25 events from last 7 days or last 24 hours! I tried some changes on my end with below query but not receiving the expected outcome. select top 25 ET.Name, E.Message, E.EventTime, count(E.EventType) AS Total from…
-
Thank you @"stevenstadel" for responding. This query helped me out. Can you also help me to modify the query just to show the count of Successful and failed NCM backups please?
-
@"jfaldmo" For SWQL, you can use below queries: SELECT AccountID, ActionTypeID, AuditEventID, AuditEventMessage, Description, DetailsUrl, DisplayName, InstanceSiteId, InstanceType, NetObjectID, NetObjectType, NetworkNode, ObservationRowVersion, ObservationSeverity, ObservationSeverityName, ObservationTimestamp,…
-
Try referring below articles and see if that helps: POP, IMAP, and SMTP settings (microsoft.com) Send Orion alert emails using Microsoft Office 365 and Outlook (solarwinds.com)
-
@"christopher.t.jones123", I am not good in SQL but I checked that primary key in Orion.Nodes table is NodeID and primary key on Orion.Cloud.Instances / Orion.cloud.Azure.Instances is VirtualmachineID. I need help in joining tables. Tried the query mentioned in above post, however due to NULL values of NodeID getting…
-
Tried this too but still incorrect result.
-
Tried this but still incorrect result.
-
Hi, Is it possible to get information about who modified / created or deleted network discovery? Thanks in advance.
-
Anyone can help me in above question please?
-
Hi, Here's the query that might help you. SELECT V.Node.Caption AS [Hostname] ,V.Caption AS [Volume] ,V.Type AS [VolumeType] ,V.Status AS [VolumeStatus] ,V.StatusIcon AS [VolumeStatusIcon] ,ROUND(V.VolumePercentUsed,0) as PercentageUsed -- (Removed decimals) ,V.DetailsURL AS [VolumeUrl] ,V.Node.Status AS [NodeStatus]…
-
Can I get the SWQL for this? Thanks in advance.
-
Hi @"KMSigma.SWI", Thanks for sharing the article. Surely I will take a look. Well I am looking for a SQL or SWQL query which gives me a list of long running reports taking more time to execute. Example : Top xx volumes report is taking 1000 ms to execute. So I am looking for a query which gives me results of my top…
-
This is outstanding. I am very much excited to build modern dashboards. Is there a way to monitor Azure application gateways and Azure load balancer? I have integrated Azure VMs, Virtual network gateways, site-to-site connections and cloud DNS zones. However, I am not able to see Application gateways and load balancer.…
-
I few tables of Orion.Azure which are quite helpful. Thanks. Still I am trying to get Azure application gateways. I have reviewed below article as well but its not showing anything relevant to application gateways.…
-
No worries Tony. Thank you very much. One question I wanted to ask. Is it possible to monitor Azure application gateways in solarwinds?
-
Yes, 90% of VMs are being monitored as nodes.
-
Hi , Did anyone get clues on this? Please let me know. I am able to see details on cloud summary page but no data is visible on Cloud DNS Zones, Virtual Network gateways and Site-to-site connections. Is there something related to insufficient rights from Azure portal? Any help here would be appreciated. Thanks.
-
Hi Tony, Thank you for responding. We don't have custom property created for alert limitation category. Please refer below article : Alert limitation category (solarwinds.com)
-
Thank you for sharing this article.
-
Hi @"kenosmith3"@"jm_sysadmin", I have also encountered the same issue on Orion 2020.2.4. Running the configuration wizard fix the issue. But I am trying to identify the root cause. It happens randomly. Not sure how and why? Please let me know if you know about the cause. Also, which version are you using? Thanks in…
-
I am using NPM, SAM, NCM, NTA, WPM. All 2020.2.5
-
Hi @"Petr.Vilem" @"aLTeReGo", This issue still remains the same in SAM 2020.2.4 @"solarwinds_worldwide_llc", Please make a note of this, as it seems like a bug in the latest version too.
-
Thank you for sharing details. Its like I am almost there. However, Can you please validate below query? The term Colo is my CP name and 'ASP-30%' is my value. I am sure I did put Colo = 'ASP-30%' in multiple views. But when I am checking it through query its showing blank output. declare @Property as nvarchar(50) = 'Colo'…
-
Hello @"KMSigma.SWI" Here's the query that I have. This query is for Views & Resources SELECT cp.Name as [Property Name], v.viewid, v.viewgroupname, v.viewtitle, r.resourcetitle, r.resourcename, rp.propertyname, rp.propertyvalue FROM sys.columns cp left join [dbo].[ResourceProperties] rp on propertyvalue like '%Force10%'…
-
Yes exactly. If someone can help us with the query that would be more helpful. @"KMSigma.SWI" or Anyone can assist here?