This article applies to PRTG Network Monitor 8.1.2.1760 or later running on Windows Vista or later.
Change Time Query Method
In combination with a virtual machine, for example an Amazon EC2, there may be an incompatibility in the way time is queried via QueryPerformanceCounter. In order to switch PRTG to another method to query time, you can add a registry value.
Caution: Please backup your system before manipulating the Windows registry!
Step 1
Step 2
Open the registry editor.
- For a 64-Bit Windows system, go to
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Paessler\
- For a 32-Bit Windows system, go to
HKEY_LOCAL_MACHINE\SOFTWARE\Paessler\
Step 3
- Add a new DWORD value with the name timer.
- Set its value to 1.
Step 4
- Restart core server and probe services.
Notes
- This alternative query method may be less accurate and result in incorrect time measurements (in a range of milliseconds). This is okay if you only want to monitor availability, but if you need to get exact Ping times, for example, this is not a solution.
- Only use this setting on Windows versions Vista or later! On systems running Windows XP or earlier, PRTG will not start when this setting is used!
- A probe restart can also have other reasons; the procedure described here only refers to the possibility that it is caused by a wrong PerformanceCounter on a virtual machine.
- You might also need to switch off the Windows Administrator account's User Account Control (UAC).
- The setting is only valid for the core server on which you've just changed the registry. When running a cluster with additional core server installations, please perform these steps on every node to make sure the changed time query method is also set for the other nodes.
More
For more information, please see AmazonWebServices at http://developer.amazonwebservices.com/connect/thread.jspa?threadID=41426&start=15&tstart=0
Add comment