[Feature Request] Replication status in Datacenter Summary

devaux

Active Member
Feb 3, 2024
204
54
28
Is there a way to show the replication status (ok/failed, last sync...) of each task in the Datacenter summary?
This would be a simple but cool option.
 
Is there a way to show the replication status (ok/failed, last sync...) of each task in the Datacenter summary?
This would be a simple but cool option.
Proxmox does not provide replication status directly in the GUI, but you can monitor it by setting up a metrics server with Telegraf, InfluxDB, and Grafana, configuring Telegraf to run pvesr status periodically and visualizing the data in Grafana.
 
Ah, i see. Would be great to have it on Datacenter level since in some configurations it could be quite important to know about failures.
Maybe as a temporary solution it could be implemented the same way as notifications for replication failures work. They only get pushed when there is an error.
 
You should monitor the failure notifications in any case. Sometimes replication failures are only transient, because of high load or similar. A subsequent run might work again then the status will again be OK, but it's still good to know about the failure.