Comments
-
Hello everybody I created a feature request for see more details on "Errors & Discards". If you could vote I appreciate it. http://thwack.solarwinds.com/ideas/2859 Thanks in advance.
-
Hello =D please vote on this idea, this will be very usefull for all. Copy user / edit username http://thwack.solarwinds.com/ideas/3533 Thanks in advance
-
I'll check this information petr.krcmarik For now I create a feature request about this
-
sbramlett Hello, I use this way: ${SQL: Select CAST (${StatisticData} AS Decimal(18,2))} % (for numeric) (18,2) = number of places before and after the comma or ${SQL:Select Substring ('${StatisticData}',1,4) AS StatisticData} % (for a string) ('${StatisticData}',1,4) = selects a substring, in this case from first to…
-
I try to replace with Truncate(${StatisticData}, 2), but dont worked
-
Awesome Thanks dear, this report will help me so much
-
And for a Linux?
-
We have a URL that does not work properly in IE, and unfortunately has the same problems in the recorder
-
Hello dear, thanks for your reply Explaining better, How I need to do to show the hostname/ip in "Top XX Endpoints", need to add the ip of facebook (for example), so it appears in this list? Or if I enter in facebook using that interface/node, the facebook will appear automatic?
-
Wonderful This will make easier and faster to find problems with interfaces. If you have an idea on Thwack, please send the link, i'll vote for this idea
-
Thanks for the answer dear Let me explain better... I'm using the Advanced Alert Manager, when I set the Trigger Action NetPerMon Event Log: Statistic Data: ${StatisticData} it shows Statistic data: 5,84696769714355 What I need put on the place of ${StatisticData} to show just 2 decimal places? (the complete Syntax for…
-
Hello dear, Explaining better.... How I can monitor in a site using SAM? Exist some template that can be monitor a site? And what can be monitored in this site?
-
You can have as many templates of applications you want, since the number of monitored components does not exceed the license limit. In the case of a license ALX Maximum of 50k component monitors per primary SolarWinds SAM installation (i.e. 1 SAM server + 4 APEs). ~ 8-10k monitors polling engine
-
How you add the domain facebook.com to be monitored?
-
THE PROBLEM WAS SOLVED ! Recreate the Orion website by following the steps below: 1. Stop all Orion Services using Orion Service Manager 2. Open C:\Inetpub 3. Rename the Solarwinds folder to Solarwinds_OLD 4. Open IIS 5. Delete the Solarwinds Orion Website ** Please note that all settings are stored in the database so by…
-
I dont know if old versions of NPM can work with SQL Server 2012 SP2, but NPM 11.0.1 works. SolarWinds Network Performance Monitor Release Notes New SolarWinds NPM Features and Improvements NPM 11.0.1 This service release of SolarWinds NPM includes the following: * Support for MS SQL Server 2012 SP2
-
In this example I used the variable ${StatisticData} to explain ${SQL: Select CAST (${StatisticData} AS Decimal(18,2))} % (for numeric) (18,2) = number of places before and after the comma or ${SQL:Select Substring ('${StatisticData}',1,4) AS StatisticData} % (for a string) ('${StatisticData}',1,4) = selects a substring,…