📄️ Config DB
ConfigDB check connects to the specified database host, run a specified query for your configuration data, and return the result.
📄️ Exec
Exec Check executes a command or script file on the target host. The type of scripts executed include:
📄️ HTTP
This check performs queries on HTTP endpoints and HTTP Namespaces to monitor their activity.
📄️ Kubernetes
The Kubernetes check performs requests on Kubernetes resources such as Pods to get the desired information.
📄️ Mongo
The Mongo check tries to connect to a specified Mongo Database to ensure connectivity.
📄️ MS SQL Server
This check will try to connect to a specified SQL Server database, run a query against it and verify the results.
📄️ MySQL
This check will try to connect to a specified MySQL database, run a query against it and verify the results.
📄️ Prometheus
The Prometheus Check connects to the Prometheus host, performs the desired query, and displays the results.
📄️ Redis
The Redis check connects to a specified Redis database instance to check its availability.