jdbc_response - sample queries to enable PostgreSQL monitoring and configure thresholds
search cancel

jdbc_response - sample queries to enable PostgreSQL monitoring and configure thresholds

book

Article ID: 210869

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM) Unified Infrastructure Management for Mainframe CA Unified Infrastructure Management SaaS (Nimsoft / UIM)

Issue/Introduction

Environment

  • Release: 20.4 or higher
  • Component: jdbc_response 1.25

Resolution

Set up separate profiles for each query/query result.

You may want to limit your query using 'top' argument, e.g., select top (1)... or use top(2) etc. so it returns quickly or some other clause that makes sense for your query results.

- Client connections

- size

- long running transactions

- deadlocks

Alarm and QOS have to be selected/checked.

And you have to run the query to check the data prior to configuration, but you have to specify:

1. The type of value comparison, e.g., character, numeric or regex

2. Column number (position) - note that you may have to manually enter the column number that holds the value you're interested in setting a threshold against.

3. threshold values (to compare the results to)

4. etc., etc.

 

Additional Information

Tested using MS SQL Server.

Note that you might have to enter the Column number manually, as in my case the 'database size' value was in column 4.

 

I set the threshold to 6000 and received the expected alarm.