Aller directement à la fin des métadonnées
Aller au début des métadonnées

Vous regardez une version antérieure (v. /wiki/spaces/SQLC/pages/88606177/Monitoring+SQL+Customfield+Datasource) de cette page.

afficher les différences afficher l'historique de la page

Vous regardez la version actuelle de cette page. (v. 1) Actuel »

You can monitor your data sources using custom queries.

Here are the steps to do it:

Create a file two files named "AllConnections.json" and "AllConnectionsByDd.json" under the directory "<Path_To_Jira>\Application Data\JIRA\KeplerTechnologies\monitoring"

Fill the first file with this request for example : {"id":1,"name":"all connections","query":"show processList"}

Fill the second file with this request for example: {"id":2,"name":"All connecions By database","query":"SELECT count(id) as number,db ,user,host,command FROM INFORMATION_SCHEMA.PROCESSLIST group by db;"}

In JIRA > Manage Apps > SQL Customfield Administration > Monitoring > Select

Here is the result:




  • Aucune étiquette