Using the REST API to add a new LDAP monitor: Click here
Follow the steps below to create an LDAP monitor:
Note:
Go to the Monitors Category View by clicking the Monitors tab. Click on LDAP Server under the Services table. Displayed is the LDAP Server bulk configuration view distributed into three tabs:
| Parameter | Description |
|---|---|
| Response Time | Time taken for establishing the connection with the LDAP server and fetching the response from the server (in ms). |
| LOGIN DETAILS | |
| Login Time | Time taken to login into the LDAP server (in ms). |
| SEARCH DETAILS | |
| Time taken for Search | Time taken for performing search operation in LDAP server (in ms). |
| Total Response Time | Total time taken to log in and perform search operation in LDAP server (in ms). |
| SEARCH DETAILS | |
| Search Result Row Count | Displays the row count of the search result, which displays the total rows returned after a search was executed. |
| Search Result Matching | Indicates whether the search was a success or a failure. |
It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.
Reviewer Role: Research and Development