Lookup
Lookup helps you in defining component definitions from an external source. You can use the forEach property to iterate over the results to further enrich each component.
Lookup
Field | Description | Type | Required |
---|---|---|---|
configDB |
List of config DB checks to run. | []ConfigDBCheck |
|
exec |
List of exec checks to run. | []ExecCheck |
|
http |
List of HTTP checks to run. | []HTTPCheck |
|
kubernetes |
List of Kubernetes checks to run. | []KubernetesCheck |
|
mongodb |
List of MongoDB checks to run. | []MongoDBCheck |
|
mssql |
List of MSSQL checks to run. | []MssqlCheck |
|
mysql |
List of MySQL checks to run. | []MysqlCheck |
|
postgres |
List of Postgres checks to run. | []PostgresCheck |
|
prometheus |
List of Prometheus checks to run. | []PrometheusCheck |
|
redis |
List of Redis checks to run. | []RedisCheck |