> ## Documentation Index
> Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ETL: Monitoring Clusters

> Monitor the status and health of Integrate.io ETL clusters using the dashboard, API polling, or webhook notifications for real-time updates.

You can monitor the status of clusters in the dashboard, polling with the [API](/etl/integrateio-etls-api/) or with [webhooks](/etl/service-hooks/).

In the dashboard, each cluster displays:

* The number of computing nodes
* The number of jobs currently running on the cluster
* Cluster status:
* **pending** - the cluster has just been created
  * **creating** - the cluster is initializing
  * **available** - the cluster is initialized and is available to run jobs
  * **pending\_terminate** - the user has sent a termination request for the cluster
  * **terminating** - the cluster is terminating
  * **terminated** - the cluster is no longer active
  * **error** - an error was encountered on the cluster and the cluster is not usable.
* The time the cluster was created and the member or schedule that created the cluster
