mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

Port 9911 has been allocated here: https://github.com/prometheus/prometheus/wiki/Default-port-allocations Logic is put into telemetry/cluster.zeek. Doing it in `cluster/nodes/` seemed like quite some extra splitting for just those few settings.
7 lines
98 B
Text
7 lines
98 B
Text
@load ./main
|
|
|
|
@load base/frameworks/cluster
|
|
|
|
@if ( Cluster::is_enabled() )
|
|
@load ./cluster
|
|
@endif
|