Comments
-
And when I look for the number of Mailboxes I can't find any of the numbers that are electable. Maybe the URL behind the hint is wrong.
-
Hi, Update: I just re-read and found that you are talking about Pingdom. I was confused because of the terraform-orion docker container. So please ignore my post if you are not interested in Solarwinds Orion configuration via Terraform Using the Terraform Powershell module is a good starting point. The problem is as far as…
-
Hi, it is SWQL query in the actual version. The problem is that you can only use predefined select statements and you can only reduce the amount of rows being selected by a "Where" statement: The "Select" part cannot be changed
-
Hello @"tdanner", Is there a reason why it is not possible to update the account limitation via the verb? The only "reason" I could find is that the names of the properties are the "display names" in the "metadata.property" view (without spaces) and that the display names are empty for the account limitation fields
-
We have the same license issue. We have an unlimited SAM licenses but running out of API Poller metrics?!? When I search the documentation I found that an ALX license only allows 300 metrics being monitored though API pollers I first thought this is a joke but it seems not to be. I think they need to overthink that.
-
I do not mean the amount of messages but the size of a single message
-
No I don't . I opened a support request. They say it is a bug and will be fixed.
-
Hello @"alankar.srivastava" Regarding access rights: Please check the exact error in the returned values often that helps a lot. Please check also the exact scope you defined. It need to be 'https://management.azure.com/.default ' (with the dot after the /) for every request against management.azure.com. Using the 'right'…
-
Hi, yes you are right. The reason for that is quite simple: you have only 10 parameter you can measure in a component for the eleventh you need a new component. That's results in to two or three solutions for the problem to create a monitor for the Tablespaces: * You create one script for all Tablespaces.* Advantage: One…
-
Hi, sorry if I was a little bit unclear when you get the "Unknown" Error, what kind of return code exactly was sent? Kind regards, Ralf
-
Is there a feature request open to solve this issue in the right way? I meant that I can use the website certificate directly? Reason: We want to use PowerBI for some reports and this tool is very unhappy with wrong certificates (specially with wrong CN's). MY
-
Hi, I created a Powershell script which can be used for a component. I creates a table with the table spaces and highlights them "yellow" or "red" if they are having more then 80% or 90% full. If you need other trigger values you need to edit the script. Output: What you need also: * The credentials in SAM * Privileges in…
-
Thank you for your support. I added a feature request: feel free to comment on it Regards, Ralf
-
Is the account which is denied also in other groups and are those also configured in Solarwinds and have less priviledged and are on top of the group which has access in the list? Then you find the problem. It is since the beginning not so easy when you have a user which is in more than one group. I also have an headache…
-
For alerting you may use a request which returns a percent number: SELECT Nvl(100 - (Round(SUM(fs.bytes) * 100 / df.bytes)),1) FROM dba_free_space fs, (SELECT tablespace_name,SUM(bytes) bytes FROM dba_data_files GROUP BY tablespace_name) df WHERE fs.tablespace_name ( +) = df.tablespace_name AND fs.tablespace_name =…
-
please try 'select 1' as query
-
It's only implemented for 2016 yet. The feature request is a little bit unclear here maybe because the feature is requested for both versions and the MS SQL Profiler is deprecated for 2017 which results in a little bit more work.
-
Hi serena, when I look to our environment for us is the ALX license the best way especially when I see that it can only be converted to a 300 node license directly. we have around 1200 nodes and nearly 20k of components in one of our 3 data centers. Explaining a 1250 node license to the CTO would something I don't want to…
-
Yep this was the issue. I deinstalled SQL Server Manager 2017 (and Profiler) and installed 2016 latest release and now I can audit a SQL 2016 DB. Interesting is that MS says the the auditor from the 2017 Studio supports SQL Server 2016. Kind regards, Ralf
-
Maybe you should add something like and VolumeType = 'Fixed Disk' to the "where" clause to avoid showing virtual memory etc.
-
I also need to create views with sub views. Sadly I need to add/remove depending on what is monitored. For me it worked not to use the Swis verb but use the object update function. I created a ViewGroup ID by using the SWIS Verb "AddViewToGroup" on the Main View (Both source and target are the same ID):…
-
Hi, thanks for the advise. Question is now: Where to do? Cloud-Monitoring or somewhere in the SDK part? Kind regards, Ralf
-
What we need to monitor in a first step: * Login attempts * Changes on the database (DDL commands) * Changes on the data (DML commands) It would be great if especially step 3 could be filtered before it will be send to SEM (for example: no "select" statements) Kind Regards, Ralf
-
With the actual version of the report generator under Windows 7 this is not working anymore. The "Title" property is not visible anymore and if I add the "Title" nothing happens.
-
Hi @"serena", I think I found a little issue with the use of Node properties in the API Poller. The Poller does not find the property from time to time. You need to rewrite the content into it and it works again. Does anybody else sees that issue? Thnx and regards Ralfs
-
Nice improvements. What I like to see next is the possibility to use API Poller results in the EOC.
-
Hi, I've the same issue. The Kubernetes support has still a lot room for improvement . What is missing and can be submitted by the Kubernetes POD which is installed because you can get the info from the Kubernetes Cluster API Server: * Nodes * Node Groups * Logs from nodes * Namespaces (!) * Honoring the difference between…
-
Hi, nice work on the API poller But one question I have: Where can I find the API Credentials in the Orion Database or in the SWIS Object tree. There are not in the Orion.Credentials table. Thnx and kind regards, Ralf
-
Very nice piece of work I've two questions: How could a menu item be deleted. Do I have to remove them to do every step backward? Do you ever tried to create a sub menu?
-
After Having some time I found a way to remove a menu item from a custom menu: $ViewID = Get-SwisData $swis "Select ViewID from Orion.Views where ViewTitle = '[Name of your menu…