This commit is contained in:
Michael Grote 2021-09-16 00:08:32 +02:00
parent c39b24153b
commit 8edf6d43c1
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
# michael.grote ät posteo.de # michael.grote ät posteo.de
# Outputs the running, stopped and total counts of ProxMox VMs and LXCs. # Outputs the running, stopped and total counts of ProxMox VMs and LXCs.
# needs to be run as user: root AND group: root # needs to be run as user: root AND group: root
# [kvm_vm_count] # [proxmox_count]
# user root # user root
# group root # group root

View file

@ -6,7 +6,7 @@
# michael.grote ät posteo.de # michael.grote ät posteo.de
# Outputs the zpool fragmentation per zfs pool. # Outputs the zpool fragmentation per zfs pool.
# lese alle pool, lösche die erste zeile # lese alle pools, sed löscht die erste zeile
# entferne das %-zeichen # entferne das %-zeichen
list=$(zpool list | sed 1d | tr -d %) list=$(zpool list | sed 1d | tr -d %)