MySQL Query Probe
search cancel

MySQL Query Probe

book

Article ID: 374533

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Is there a probe similar to sql_response that can send queries to a MySQL database?

We're not looking for the MySQL probe that checks database health. Instead, we need a probe that can:

  1. Send queries to MySQL database tables
  2. Work with the returned data

Essentially, we're seeking functionality similar to sql_response, but for MySQL.

Environment

DX UIM 23.4 .X

Resolution

The JDBC response probe appears to be the most appropriate tool for our needs.is This probe offers the following advantages:

  1. It's a versatile database probe that connects to various database types, including MySQL.
  2. It allows for the execution of custom SQL queries.
  3. It enables working with the returned data, similar to sql_response.

Additional Information

For more comprehensive information about this probe, please refer to the official documentation: [jdbc_response (Java Database Connectivity SQL Queries Response Monitoring) Release Notes]