Rclone+Prometheus

What is the problem you are having with rclone?

I’m trying to get the Prometheus with the –rc –rc-user and –rc-pass
is my command wrong, or am I missing something?

Run the command 'rclone version' and share the full output of the command.

rclone v1.71.1

  • os/version: ubuntu 24.04 (64 bit)
  • os/kernel: 6.14.0-1012-oracle (aarch64)
  • os/type: linux
  • os/arch: arm64 (ARMv8 compatible)
  • go/version: go1.25.1
  • go/linking: static
  • go/tags: none

Which cloud storage system are you using? (eg Google Drive)

Dropbox/Gdrive

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[dropbox]
type = dropbox
token = XXX
[dropbox-crypt]
type = crypt
remote = dropbox:/VideoServer/Twitch
password = XXX
[dropbox_shared]
type = crypt
remote = dropbox:/VideoServer/Footage
password = XXX
[gdrive_xxxx]
type = drive
client_id = XXX
client_secret = XXX
token = XXX
team_drive = XXX
root_folder_id =
[gdrive_xxxx_crypt]
type = crypt
remote = gdrive_xxxx:
password = XXX
[shared_union]
type = union
upstreams = gdrive_xxxx_crypt::ro dropbox_shared::ro

Double check the config for sensitive info before posting publicly

/usr/bin/rclone mount --rc --rc-user xxx --rc-pass xxx --rc-enable-metrics shared_union:/ /home/ubuntu/data/shared-drives/shared

Is there a log file? What problem are you having?