The One Identity Manager web application contains a runtime monitoring tool. This tool can access the web application through a special URL:
http://<server>/<application>/monitor.
Access to this page is configured through the following settings in the web application's configuration file (web.config). The default setting only allows members of the administrator role to access the runtime monitor.
<?xml version="1.0"?>
<!-- Permission to use WebDesigner runtime monitor -->
<authorization>
<allow roles="BUILTIN\Administrators" />
<deny users="*" />
</authorization>
For more information about changing this setting, see the ASP.NET documentation.
The Log files tab of the Runtime Monitor allows you to view log files generated by web applications. You can filter these file and search by strings. The log files are saved physically in the log directory, which is defined in the configuration (for example, "./Logs").
The Exceptions tab of the Runtime Monitor enables you to view the log messages relating to exceptions. These messages are collected by exception and sorted by frequency of occurrence. The first exception in the list is the most commonly occurring exception.
|
NOTE: The Web Installer writes important events to the Windows application log file. You can view this log file in the Windows Event Viewer if there are problems or errors during the Web Portal installation. |
The One Identity Manager web application is integrated into automatic updating of One Identity Manager.
Important: A software update means the web application will be restarted. Automatic update of the web application contains the following steps:
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy