Enhancement: Add support for specifying a datastore to PBS widget#4614
Conversation
Changed to accommodate multiple datastores or a specific datastore supplied in services.yaml
Implemented datastore key for proxmoxbackupserver widget
|
There are 2 votes on that FR, you and the other user. Let's make sure theres a bit more interest before reviewing this. We can readdress in the future, thanks |
|
@shamoon Is it worth taking a second look from a bug-fix perspective? Today anyone using the widget who has >1 datastore will get inconsistent monitoring due to the widget being hard-coded to always look at the first entry in the result set, while the PBS API doesn't explicitly return the datastores in a particular order. |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Proposed change
Implements changes to accommodate this feature request.
PBS datastore configuration:

Example services.yaml specifying 'local-backups' datastore:
Result:
Example services.yaml without datastore key:
Result is the combination of all datastores used / total:
Type of change
Checklist: