Look for PBS process and listening port
This commit is contained in:
parent
e67344fdd3
commit
a25169ba21
|
@ -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 [[[
|
||||
|
|
Loading…
Reference in New Issue