Skip to main 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>
FieldDescriptionSchemeRequired
nameName of the checkstringYes
queryQuery that needs to be executed on the serverstringYes
*All other commons fieldCommon