Doku
This commit is contained in:
parent
c39b24153b
commit
8edf6d43c1
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 %)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue