# WHATPORT(8652)

## NAME

port 8652 — Ganglia gmetad interactive port — gmetad's interactive query port — ask for one cluster or host instead of the whole XML dump.

Protocol: TCP

## DESCRIPTION

gmetad.conf documents interactive_port with "default: 8652". Where 8651 returns the entire XML tree, the interactive port takes a path-style query (for example /cluster/host) and returns just that subtree, which is what the Ganglia web frontend uses to avoid transferring everything on each page load. It is unregistered with IANA and unauthenticated, and it appears only on hosts running gmetad — normally alongside 8651.

## EXPOSURE

**Do not expose.** Same data as 8651, retrieved piecemeal, and equally unauthenticated. Bind gmetad to the monitoring network.

## CHECK

```sh
printf '/\n' | nc TARGET 8652 | head -40
```

## SEE ALSO

- docs — [Ganglia gmetad.conf (interactive_port default 8652)](https://github.com/ganglia/monitor-core/blob/master/gmetad/gmetad.conf.in) (github.com)
- source — [Ganglia monitor-core source repository](https://github.com/ganglia/monitor-core) (github.com)

---

HTML: <https://whatport.net/8652/> · JSON: <https://whatport.net/8652.json> · full dataset: <https://whatport.net/ports.json>
