Knowledge Base
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Knowledge Base Articles

Database Agent: Viewing MySQL Error Logs

To see the error log file of a MySQL server monitored by database agent (under Databases -> Object Browser -> Error Log) , the following conditions must be met: secure_file_priv is either empty or the name of folder containing the error log file. Yo...

How can I use AppD4DB to alert if a database instance goes down?

Question How can I use AppD4DB to alert if a database instance goes down? This is not for when an OS goes down. We want to know if SQL Server crashes, for example.   Answer Set up a Custom SQL Alert like this:     If the SQL Connection is successful...

AppD4DB_alert.png SQL_alert_history.png default_alert.png
pclark by AppDynamics Team (Retired)
  • 4317 Views
  • 0 comments
  • 0 kudos

Detecting JTurbo JDBC calls

Question Our application uses JTurbo JDBC driver to connect to a MS SQL Database. We can not see the JDBC calls to the MS SQL Server database backend. How can we fix this?   Answer Refer to this article  Using Node Properties to Detect JDBC Backends ...

pclark by AppDynamics Team (Retired)
  • 3080 Views
  • 0 comments
  • 0 kudos

How do I capture database calls when using MariaDB client?

Updated on 9/5/18 Question My application uses a MariaDB client. It uses c3pO JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension. ...

JDBC_Properties.png
pclark by AppDynamics Team (Retired)
  • 7887 Views
  • 2 comments
  • 0 kudos

How do I detect Greenplum Database?

Question My application uses a Greenplum database. The calls to the database are JDBC, but we are not discovering the database out of the box. How can I fix this?   Answer Refer to Using Node Properties to Detect JDBC Backends for more details on usi...

pclark by AppDynamics Team (Retired)
  • 4279 Views
  • 1 comments
  • 0 kudos

How do I detect a Vertica Analytic Database?

Symptom JDBC calls to a Vertica database are not being seen by AppDynamics. What can be done?   Solution Use the following node propeties and values:   jdbc-prepared-statements = com.vertica.jdbc.SPreparedStatement,com.vertica.jdbc.VerticaPreparedSt...

pclark by AppDynamics Team (Retired)
  • 3703 Views
  • 0 comments
  • 0 kudos

How do I detect a TeraData Database

Question I am using a TeraData database and it's not showing up as a Database Server in my application. How can I fix this?   Answer Refer to this article Using Node Properties to Detect JDBC Backends and use the following JDBC node properties and va...

pclark by AppDynamics Team (Retired)
  • 4818 Views
  • 0 comments
  • 0 kudos

How do I use node properties to detect JDBC backends?

Detect JDBC Databases   Sometimes you can use one or more of the JDBC Agent node properties to get visibility for JDBC servers that are not discovered automatically by AppDynamics App Agents.     If there's a JDBC driver for the database we can often...

pclark by AppDynamics Team (Retired)
  • 5936 Views
  • 0 comments
  • 0 kudos
Featured Article