Skip to content

Config DB Query

ConfigDB check connects to the specified database host, run a specified query for your configuration data, and return the result.

apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
  name: configdb-check
spec:
  interval: 30
  configDB:
    - name: ConfigDB Check
      query: <insert-query>
Field Description Scheme Required
name Name of the check string Yes
query Query that needs to be executed on the server string Yes
* All other commons field Common