diff --git a/README.md b/README.md index 3ffdd1aa6..088219bd1 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,7 @@ Once installed, the Pulse application runs as a `systemd` service. You can manag - Efficient polling: Stops polling the Proxmox API when no clients (browsers) are connected, reducing load. - Docker support for easy deployment. - Support for monitoring multiple distinct Proxmox environments. +- Monitoring support for Proxmox Backup Server (PBS) instances (configured as additional endpoints). - LXC installation script for easy setup. ## 💻 System Requirements diff --git a/src/public/app.js b/src/public/app.js index 3fbd91909..f08905abb 100644 --- a/src/public/app.js +++ b/src/public/app.js @@ -1672,7 +1672,7 @@ document.addEventListener('DOMContentLoaded', function() {
Proxmox Backup Server Not Configured
-PBS connection details (e.g., PROXMOX_HOST_2, PROXMOX_TOKEN_ID_2) need to be set in your .env file to enable PBS monitoring.
Please ensure Proxmox Backup Server is configured in your environment (.env file) to enable monitoring.