Comments
-
Hello, what do you mean by "whole website"? Do you mean clicking on all links on the website to verify that they all work? WPM does not have any automated mode, all actions that you record have to be done by you in the Recorder. You can manually click on all links on your website and record it all in single transaction,…
-
Hello Jeff, unfortunately there are still some parts of the product in .NET 3.5 and since 4.x branch is not just upgrade of 3.x branch you need .NET 3.5 installed in order to run WPM. We are migrating product to .NET 4.5 and most parts are already migrated but currently available version is still not fully there.
-
Hello Brunzwick, I'm afraid that there is no other way to do that. Components are ordered in way they were created. Why don't you split template and make one for each customer? It seems more logical to me but of course I don't know your scenario.
-
Hello, it depends on what exactly you need to monitor. There are prepared templates for SQL 2005 and 2008 that provide you some basic SQL server statistics. You can add your database to monitoring by following steps: * Add machine where database runs as Node to Orion (Admin->Add a Node) * Assign a template to that node…
-
Hello Questionario, you can use custom windows script to do this using WMI. Some help can be found here: http://blogs.technet.com/heyscriptingguy/archive/2005/03/15/how-can-i-determine-which-usb-devices-are-connected-to-a-computer.aspx
-
Hello,"Home WPM comes with set of predefined reports, including transaction availability for this month, last month and this year. You can see the report in web console when you click on "Reports" menu item on "Home" tab and select specific report in the list. Or, you can edit or create your own report through "Report…
-
Hello, What version of APM do you have? Is it possible that your firewall blocks certain ports for incoming traffic (I'm not sure if Wireshark captures packets before or after they are processed by firewall)? I can see that first three requests were made from ports above 3000 and last three were from 2554.
-
Hello TGosh, you are almost correct, AA:300 is identifier of application but ${ApplicationId} is just 300. "AA:" tells that following ID is for application. For component it would be "AM:1234". You can use this to put URL to your alert message in format 10.2.3.17/.../ApplicationDetails.aspx
-
It seems that playback crashed in the middle of transaction. What version of WPM do you have? Latest one is WPM 2.2. If you are not on latest I suggest to upgrade. If you are using latest version open a support ticket so that we can look into it.
-
Hello, there is no built-in setting in administration for chart colors, however you can go to "<web_root>/Orion/Charts/js", open "Charts.Colors.js" in text editor and change colors defined there. They are in standard HTML "#RRGGBB" format so it should be easy. Change in this file will be reflected on all new charts.
-
Hello Webbster, historical data for IPSLA operations are stored (based on operation type) in Voip*OperationResults_Daily/Detail/Hourly tables. Operation themselves are in VoipOperationInstances.
-
Hello Nick, SNMP monitor is currently capable to provide only numeric values as statistics so you can't get names from it. But maybe you could use some custom script to query these data and then use windows or linux script monitor to get values you need.
-
Hello, mentioned components are SQL Server User Experience monitors and they execute SQL query on target SQL server. Response time means how long it took to execute that query. Fact that only two components have high response time would mean just that in time when they were polled SQL server was under heavier load or there…
-
Hello, passwords for SEUM-User-X accounts are generated randomly, you can't log under these accounts by default. However, you can workaround this Java dialog by recording it's confirmation as part of your transaction. Start recording of new transaction and when you get this dialog in WPM recorder, switch to "X,Y Capture…
-
Hello Simon, we are not aware of any similar issues. Please go ahead and open a support case so that we can have a look. Thank you
-
Hello Questionario, According to this thread, events can be accessed as text files on vCenter server or through vCenter database. Depending on actual location you can use Windows/Linux script monitor to monitor log files or "SQL Server User Experience Monitor" to execute custom query and check if some event was logged…
-
Hello Mike, ActiveX components are not supported by WPM recorder. We saw this issue few times and it's always caused by the ActiveX that is not written to run in something else than full Internet Explorer. WPM recorder uses only rendering part of IE so when ActiveX is loaded, it does not find full IE application and…
-
Hello, do you use our Unmanage utility to do some scheduled transaction unmanage? Can it be that? If audit log does not contain user it won't be available anywhere else.
-
Open a support ticket please. It's hard to tell what may be wrong without looking at log files.
-
Hello David, current Oracle monitor expects only one numeric value as a result of query sou your scenario is not supported. Can you please explain more what exactly are you trying to do? How do you need to process example array you provided? How alerts should be set, what values do you want in reports etc?
-
Hello Donald, if you need to set some account as a member of local user group on domain computers, you can do this by Group Policy. Go to Computer Configuration -> Windows Settings -> Security Settings -> Restricted Groups. There you can for example add group "Administrators" and add your monitoring account to it. Then on…
-
Hello Daniel, as I look at the screenshot these folders are actually a user profile folders in C:\Users, right? Do you use domain accounts for WPM player? Are the names of accounts related to names of folders? WPM 2.0.1 has issues with temporary files in IE10 and newer when it's not able to correctly remove them. Your case…
-
Hello, your script works fine but returns value 1 which means DOWN status. Look at http://www.solarwinds.com/NetPerfMon/SolarWinds/OrionAPMAGCreatingLinuxUnixScriptMonitor.htm#9000530
-
Hello jclardy, script gets data from machine using "snmpget" command. If there are no drive sizes returned by this command, variable "$total" value remains zero and then division fails. Also if some data are returned but they are in some unexpected format, value remains zero. Try to run following command on target Linux…
-
Hello snowmizer, process monitor in APM is designed for specific process but you can use windows script monitor and write a script that would iterate over all processes in the system and reports processes with high CPU usage.
-
Hello Franck, your message means that script runs just fine but your exit code that is used for that particular run is 1. Check if you r script logic is correct and note that for UP you have to return 0 and for DOWN you have to return 1.
-
Hello, it seems that your JobScheduler may be configured incorrectly or not running at all. Try to restart Orion services using our service manager at "Start->Programs->SolarWinds Orion->Advanced Features->Orion Service Manager". If this doesn't help, you should open a support ticket for this.
-
Hello, thank you for your feedback! Now to your points. If webmail tries to close current window during logout operation an it causes issues for you, you can try to skip logout action. Each playback clears cache and cookies so even if you don't log out, next playback will be logged out correctly (unless webmail uses some…
-
Hello Simon, you wrote that APM displays "Message: Available bandwidth to 172.27.2.5 is 1.007Mbps Statistic:1031". Does this mean, that in "Message:" row in Component Details is also that "Statistic:1031" string? That would be an error. Make sure that raw output of your script contains two lines terminated by "\n"…
-
Hello, you are not alone with this issue. There are other people experiencing this with other products and they have the same symptoms. Because you get your data, generated event seems to be a Windows issue. It happens even if you use "wbemtest" system tool to connect to WMI namespace for cluster (or even IIS) so it's…