-
|
Is there a way to set the label for the hard drive inside a config somewhere? Either on the collector yaml or the container env? eg, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
This has been implemented in PR #302 and released in v1.37.0. You can now set custom device labels in devices:
- device: /dev/sda
label: "My Custom Label"Labels from the config are applied on every collector run, making them ideal for disk-swap environments. Config labels take precedence over UI labels. Closing as completed. |
Beta Was this translation helpful? Give feedback.
This has been implemented in PR #302 and released in v1.37.0.
You can now set custom device labels in
collector.yamlunder thedevices:section:Labels from the config are applied on every collector run, making them ideal for disk-swap environments. Config labels take precedence over UI labels.
Closing as completed.