WHATPORT(8652) whatport.net WHATPORT(8652)
8652

Ganglia gmetad interactive port

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

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.

Exposed to the internet?

Do not expose

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

Check it yourself

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

See also

Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.

Get Beige Box →

also available as JSON · Markdown

Corrections or a missing port? Reply @rimrocksystems.