Comments
-
Try to place SetLocale before the DateDiff call, for instance with 1033 as argument for en-us locale.
-
Hi, APM 4.2 SP1 RC addresses your issue, the JMX URL is overridable. If you are on active maintenance you can ask for the SP1. Before upgrading create backup of your modified jsl.ini and restore after upgrade.
-
I'm sorry to hear that. Could you please try once again, this time with a new, clean mailbox. What is the output?
-
Hi RalphD, APM 4.2 with JMX support will be released soon. If you're on active maintenance you can ask for APM 4.2 release candidate so you can start using JMX.
-
Unfortunately OC4J is currently not one of our officially supported platforms. Anyway, I entered feature request to make the generated JMX URL overridable which would help in your situation. It's tracked internally as FB85933.
-
Please open a support ticket and reference this thread. We need to take a closer look at this issue.
-
Hi emanor, JMX monitor does actually have the count as difference option. See screenshot: .
-
**I have a service that pushes data to an API. As part of this process, the application reports one of the following: "PushNotAttempted" , "PushSucceeded", or "PushFailed". I would like to to warn on "PushNotAttempted" and alert on "PushSucceeded". This is an ideal candidate for using enum, which can be exposed as numeric…
-
Hi ctopaloglu, as long as the MBeans are exposed by JMX you can monitor any attributes with the upcoming APM 4.2 release. See this thread for details how to create JMX application. You can also monitor rate counters and use custom value conversion.
-
You can only modify the last part of URL, the service:jmx:rmi:///jndi/rmi://host:port part is generated. This format follows JMX service URL standard and should be accepted by JMX server. Do you have difficulties with connection?
-
Hi brn5336, I see that you are using J2SE 5.0. JMX monitoring in APM runs on JRE6. Could you please try the same with JConsole from JDK6?
-
Hi Roger, It happens sometimes that the MAPI profile stops working especially in combination with Outlook. It usually helps to delete the profile and recreate it. MFCMAPI is the right tool to setup working profile. Download the tool, select Profile -> Show profiles and delete the Outlook profile. Then go to Profile ->…
-
Hi Adeimel, Pdh won't disable counterfetcher.exe. If you have troubles with counterfetcher instances, you have to remove external, not pdh from the probes.config file.
-
Hi exact, this is known issue introduced by one of Windows updates, you can find solution in this KB. I just recommend to use higher value than 2000 in the MaxHttpCollectionKeys value for APM, 10000 will be sufficient.
-
Hi dilu, from the screenshots you posted I'm not sure you're connecting correctly. I'm able to connect to WebLogic server from SAM using IIOP protocol as you can see on my screenshots: You may also use JConsole for diagnosing WebLogic connection issues: * update following command if needed and run from directory with…
-
Thanks for the quick reply. Excellent work around for the component table of statistical values. We'll just need to adjust our mindset to understand that the value returned is in milliseconds, and not in seconds as it is displayed in perfmon :) Renaming the components may help you with the right mindset :) Does this mean…
-
Hi stephen.black, I recommend to open support ticket in your case if you haven't done so already. We need to take a closer look what's going on.
-
Hi uncleakamai, I understand your use case for boolean, but currently this not supported type in APM. As a workaround, couldn't your MBean developers expose the boolean type as a numeric attribute returning 0 / 1 instead? I can't think of any use case for string types though. Can you give some examples? Now to your next…
-
Hi Ewittry, It is possible to do this customization. Go to APM install folder, typically "C:\Program Files (x86)\SolarWinds\Orion\APM" and go to jmxbridge subfolder. Now copy your additional libraries to lib folder. Next go to jsl folder, create backup of jsl.ini and open it for editing. Locate [java] section and update it…
-
Hi Jason, have you tried to disable Symantec Endpoint Protection temporarily and run wbemtest remotely to make sure it's unrelated to SEP?
-
Try to connect from Orion box using wbemtest.exe tool to one of the SQL servers. Choose root\cimv2 namespace and domain credentials you are using for WMI monitoring in APM. If connection from wbemtest doesn't work, there is some environmental issue. In this case try WMI Troubleshooting Guide. If the connection from…
-
Hi krfitzgerald, there are couple of ways to find out, for instance: - On the Web console you can see installed modules in the footer or you can go to Settings -> License details - In Control Panel -> Programs -> Programs and Features you will see SolarWinds Application Performance Monitor installed
-
Hi Adeimel, Locate SolarWinds.APM.Probes.dll.config in APM installation folder, typically C:\Program Files (x86)\SolarWinds\Orion\APM. Search for "Pdh" string, it is located in tag add key=PerfCounters.*FetchingOrder. Remove Pdh from the value.
-
Hi findlaybk, it is currently not possible to change number of decimal places to display, but you can edit the application and convert the statistic value of each component like this: Historical values of the components will be kept though in original units so it is better to recreate the application with custom conversion.
-
What exactly do you want to monitor? If you want to monitor Java Virtual machine's different memory types (heap, non-heap etc.), you can also use JMX Monitor. If you are interested in monitoring virtual memory of the Java process, you can use process monitor (WMI) for this purpose.
-
Hi Rick, this process killing VB script for Windows Script Monitor should do the work. Use ${IP} [PROC_NAME] as script arguments. It outputs number of killed processes in statistics. ' APM Kill Process ' Arguments: ${IP} [PROC_NAME] Option Explicit On Error Resume Next Const PROCESS_STOPPED = 1, EMPTY_RESULTSET = 0,…
-
Hi JordanneB, if the MBean is available, just not exposed you can edit existing/new application or template and add new 'JMX Monitor' component. You must fill out the required information manually - besides the connection information you need the exact MBean object name in the form of <domain_name>:<property_value_list>,…
-
Hi Graham, APM 4 introduced Windows PowerShell Monitor. You can find it under Windows Component Monitors. PowerShell scripts can be executed locally and also remotely. For remote execution you need PowerShell version 2. You can find more info here. Hope it helps,
-
Hi, it is not possible to monitor non-numerical values with APM, you would not be able to apply threshold, create graph etc. Why would you like to monitor such value? Regards,
-
Hi klinejw, try to apply this KB from Microsoft to your poller. Let us know if it helped.