Look for PBS process and listening port

This commit is contained in:
gardouille 2023-08-07 09:58:44 +02:00
parent e67344fdd3
commit a25169ba21
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 8 additions and 0 deletions

View File

@ -331,6 +331,14 @@ if [ "$(command -v pvestatd)" ]; then
printf '%b' "\\n${MSG}"
fi
### ]]]
### IF PBS [[[
if [ "$(command -v proxmox-backup-manager)" ]; then
MSG=$(process_info "proxmox-backup-proxy" '')
MSG=$(service_info "8007" "${MSG}")
printf '%b' "\\n${MSG}"
fi
### ]]]
## ]]]
## Docker [[[
### IF DOCKERD [[[