Comments
-
@"KMSigma.SWI" Very nice examples One thought to the use of the new API Pollers together with the new dashboards. I got the error that the value I used for my widget is 'nvarchar'?! After a while I figured out that the number was to big (8GB in byte) so I used the ABS() SWQL function and some '/1024' divisors to come to an…
-
Is it possible when using Perfstack to save the "Display Transforms"? Reason: I need to show an API Poller result as "Difference".
-
very very nice
-
The only good thing is that you only allowed to create perfstack with objects which are defined in your Account Limitations. But that I'm as admin not able to modify/delete a report is not so good. Do you checked if two users which have access via a group could modify each others reports? You have "read only" access to a…
-
Could you tell us when you think you may relase the SQL Auditor for SQL 2016?
-
@"Vinx" The work is in an really early state and I have not so much time as I like to work o it (created first some Powershell scripts to add azure services to Orion to mitigate the demands of the users ) I think end Q1 next year might be a date for a fist pre alpha version of a Terraform Provider for Orion from my side.
-
When do you think you have more detailed information on your visit in Germany?
-
weiss_h: I have the same issue the other way around. It seem's to be that there is an change on how to get the catalog of element properties between the versions of Solarwinds. With 2020.2.1 it does not work with the stable release 2.5.0.214 but with the latest beta (don't know if it' working with 2.6.0.227). Regards, Ralf
-
Maybe I'm blind but where can I find the game "SCM Diff Challenge"?
-
@"KMSigma.SWI" : Will there be an SWQL formatter?
-
It would be interesting how this initiative is connected with the other cloud monitoring tools from Solarwinds (pingdom, appoptics and loggly).
-
What I figured out using the nice approach in your video: If your eMail looks strange in the preview try to create an on liner out of the HTML. I found a lot of new line <br> tags in the HTML without doing so.
-
maybe a warning banner should be configurable for the SW-admin and should be loaded before an authentication mechanism (whatever is used) started. If somebody say "Cancel/Leave/Whatever" there might be a forward configurable to another web service (general intranet page or so) if he clicks ok/continue the authentication…
-
I've shown to our Firewall admins what's possible for ASA and they ask me when will it be available for Palo Alto.
-
is there a price list for the 5 different subscriptions?
-
Dear Solarwinds, it would be great to get an answer how you think about this feature.
-
I will create / update windows group accounts via API to support automated monitoring of our azure environment. When a new subscription is created a bunch of processes started. One of it is that a security group which will be used by the business team for accessing the monitoring dashboards of their applications this group…
-
Hi, nice new layout. After login I gor: An Unexpected Error has occurred.* Your request failed. Please contact your system administrator and provide the date and time you received the error and this Exception ID: 59A5F6A2.Click your browser's Back button to continue. Return to my original page And I'm only level 10 now but…
-
Do I understand that right? For 2019 only SWUG's in US planned? None in APAC or Europe?
-
thanks
-
@"jan.rachwalik" If you request for example metrics from Azure which have more that one dimension Microsoft does not guarantee that they come always in the same order. When I request for example the state of the PODs in a Kubernetes Namespace (management.azure.com/[many…
-
very nice to see it (again)
-
Could someone reset my "Upload Screenshot" status? I accidentally clicked on it and now it always shows that I have fulfilled that. Thank you!
-
hmm I must be blind... Thank you for pushing my nose on it Can be closed.
-
I'm living in Frankfurt/Main
-
What makes things even more complicate: I need to give a usergroup write permission to this group of monitored objects (for base lining maintenance etc.) but read permissions to another one. Example: A windows admin needs change permission to the Windows server but read permissions to to the network resources for trouble…
-
Review submitted.
-
Same problem here from work and from home I got a DNS failure.
-
Dear govitallen, until the monitor is change you can use a Powershelll monitor with the following content, Parameter: ${IP},[PORT]: $PORT=$args[1] $computername = $args[0] $tcpsocket = New-Object Net.Sockets.TcpClient($computername , $PORT) #test if the socket got connected if(!$tcpsocket) { Write-host "Message.Issuer:…