Comments
-
A very simple way to update infrastructure!!!
-
Improvement in Polling for Juniper MIST Devices in SolarWinds Hello, good evening, After the 2024.4 update, SolarWinds now allows the addition of Juniper MIST devices in the cloud. Here is the link to the official documentation: SolarWinds Documentation on Juniper MIST I wanted to make an observation and suggestion to…
-
@"ctech291" Thanks for your QUERY! Based on an SMTP Update, My Query and Update Are as Follows. I hope This Helps Someone! 1. Selection Query SELECT AC.AlertID ,AC.Name ,AC.Enabled ,AA.ActionID ,AA.EnvironmentType ,AA.CategoryType ,AP.PropertyName ,AP.PropertyValueFROM [SolarWindsOrion].[dbo].[AlertConfigurations] ACINNER…
-
Pls, check the link to more information: [mention:5544bcc2f57c4dad96d6b4e5c2dd1501:fb5d84b10a5745448a7a45dafc1faa43]
-
In SolarWinds, it is possible to create a custom poller to display AvgRate instead of Total for OID counters, but it’s not done by default. You will need to customize how the data is handled. Here's a step-by-step guide to achieve this: 1. Create a Custom Poller To have SolarWinds correctly interpret OID counters, you need…
-
Thank you
-
Thank you so much, this was help us to implement SolarWinds VS Azure.
-
Thanks to both of you.
-
Hi, indeed the SQL team mentions that they are two different configurations, which means that the status table is fine. Thanks for helping me.
-
Done, thanks.
-
Hi @"KMSigma.SWI" After some reviews. I observerd the next: The Orion.ResponseTime table eliminates/summarizes/groups records and leaves only row to consult a history. I was create a query andd I detail it below. 1.- In red the history per day is, so to speak, correct. Only maintained one row per day. 2.- In green, from…
-
Dear @"KMSigma.SWI" , ahm, good point, maybe that's what I'm missing from my query. I'll review that part and come back with my results. I appreciate your help.
-
I understand, how could I apply what you mention to my query?
-
No, my query is focused on showing data only from last month. I have tried several date values (from last month) but it remains the same, modifying the value with each passing day.
-
Dear @"adam.beedell" , thanks for help me. This is the code for the summary. SELECT 'Last Month' AS [Month] , ROUND(AVG(Availability),2) AS [AVG Availability] , ROUND(AVG(PercentDown),2) AS [AVG Percent Down] FROM Orion.ResponseTime RT WHERE (RT.ObservationTimestamp >= DATETRUNC('MONTH', ADDMONTH(-1, GETUTCDATE())) AND…
-
Dear @"KMSigma.SWI" Make the change to UTC, but the result of availability still changes every day. I mean... The QUERY last Thursday the 15th shows availability of: 98.76% The same QUERY Today Monday the 19th shows availability of: 98.5% I wonder why the percentage value changes if the query is the same, it only changes…
-
Hi @"KMSigma.SWI" , I will try the recommendation. I read your post: working-with-date-time-fields. I will respond to you about the code change and the results. Thanks You
-
Thank you very much for your reply. Maybe I wasn't clear, what I was trying to say/ask is if you know of a URL directory Example: "apps/ncm/nodes " that I can use for future SWQL queries.
-
Thank you @stevenstadel now I see the correct form. Look for more than what you mentioned, and if someone else sees this post, I leave a guide on the use of more functions, I hope it helps: References: github.com/.../SWQL-Functions
-
@"CiscoExpert" I hope u are well. I read your comments. I have customized the following query in SWQL, I hope it helps you in something. ------------- SELECT H.ParentObjectName AS HostName, N.IP_Address AS IP, N.SysObjectID, H.Manufacturer, H.Model, H.ParentObjectVendor AS Vendor, S.RoleDescription AS Role, H.ServiceTag…
-
I'm going to look up what you tell me, in any case, and if you already locate the name of the tables involved, it will be a pleasure to read you again.
-
@donrobert5, Thank you, Excellent contribution.!!!
-
Thank you, in general if these recommendations were taken, what intrigues me is the best practice for the use of the SolarWindsOrionLog Database that uses the LOG VIEWER module. At the moment I am looking at the following link. https://documentation.solarwinds.com/en/success_center/la/content/la_administrator_guide.htm AND…
-
Dear All, The problem was that we logged in to the Additional Web, which was in a different version than the Main Poller, so once updated, everything worked fine. In any case, thank you very much for your help.
-
Thanks for your help, I am attaching the query and the value result in NCM.NCMAccountRole. I have validated, I am "administrator", but I still have the same problems in the web console. This happened from a version update: From a version: 2022.4.1 to a version: 2023.1.0 That said, I have validated versions in our…
-
Thank you in advance, if you need any additional information, do not hesitate to tell me.
-
Thank you, I have done what you mentioned to change the admin role to none. And I have returned the role to Admin, but the same problem continues.
-
mdecima, Gracias por ayudar, Al final observe que mis servicios tenian errores. Se volvieron a instalar y se sincroniza el Core. Muchas Gracias. Saludos
-
Nothing in any consultation.