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

# SKALE Watchdog

> Overview of SKALE Watchdog

SKALE Watchdog is microservice running on every SKALE supernode for providing SLA agents with supernode
performance metrics. It also can be used for external monitoring goals (validators can use it in
their monitoring tools).

## How It Works

Watchdog is a Python script running in docker container with Flask web server that provides simple
REST JSON API available on port 3009 (http\://YOUR\_SKALE\_NODE\_IP:3009). Currently, Watchdog can give
data on all SKALE supernode docker containers, health checks of SKALE Chains and SGX server, Ethereum node endpoint
status, and hardware information.

<Note>
  Node CLI automatically opens port 3009 on the machine using iptables.
  Be sure that port 3009 is open for the supernode’s external network for Watchdog to work.
</Note>

<LinkCard title="Checkout the APIs" href="/validators/watchdog/apis" />
