---
title: Configuring the JMX alert handler
description: To configure the Java Management Extensions (JMX) alert handler:
component: pingdirectory
version: 11.1
page_id: pingdirectory:pingdirectory_server_administration_guide:pd_ds_config_jmx_alert_handler
canonical_url: https://docs.pingidentity.com/pingdirectory/11.1/pingdirectory_server_administration_guide/pd_ds_config_jmx_alert_handler.html
llms_txt: https://docs.pingidentity.com/pingdirectory/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
revdate: July 4, 2024
section_ids:
  about-this-task: About this task
  steps: Steps
  example: Example:
---

# Configuring the JMX alert handler

## About this task

To configure the Java Management Extensions (JMX) alert handler:

## Steps

* Run `dsconfig`.

  ### Example:

  ```shell
  $ bin/dsconfig set-alert-handler-prop --handler-name "JMX Alert Handler" \
    --set enabled:true
  ```
