Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spruce up description of Shoveler.Enable param #1998

Merged
merged 4 commits into from
Feb 10, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2677,7 +2677,11 @@ components: ["origin", "cache", "director", "registry"]
############################
name: Shoveler.Enable
description: |+
Enable XRootD monitoring shoveler: https://github.com/opensciencegrid/xrootd-monitoring-shoveler.
The shoveler gathers UDP monitoring messages from XRootD servers and sends them to a reliable message bus, such
as [RabbitMQ](https://www.rabbitmq.com/). It is used within Pelican for a variety of metrics aggregation when
those metrics are collected by the XRootD daemon and not by Pelican itself.

For more information, see https://github.com/opensciencegrid/xrootd-monitoring-shoveler
type: bool
default: false
components: ["origin", "cache"]
Expand Down
Loading