mirror of
https://github.com/natrontech/pbs-exporter.git
synced 2026-04-26 10:55:50 +03:00
[GH-ISSUE #8] pbs_up = 0 when datastore is being deleted #2
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pbs-exporter#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sgnsys3 on GitHub (Jan 5, 2024).
Original GitHub issue: https://github.com/natrontech/pbs-exporter/issues/8
Hi
Exporter will set pbs_up = 0 when some datastore is being deleted
I think It does not make sense to set pbs_up = 0 because the proxmox backup server still working and can get other metrics.
I have created PR #7 to check datastore is being deleted.
I already check PBS API docs. It does seem not to have any paths to get its status.
@janfuhrer commented on GitHub (Jan 8, 2024):
Thanks again, I've released a new version 0.1.4 with the changes.