munin bkctld_jails: Remove the header line of bkctld status in the total count

This commit is contained in:
Ludovic Poujol 2022-09-09 11:31:35 +02:00
parent a9518c21db
commit 0d4be4f472

View file

@ -26,4 +26,4 @@ printf "jails.value "
bkctld list | wc -l
printf "jails_active.value "
bkctld status all | grep ON | wc -l
bkctld status all | grep -v "^JAIL NAME" | grep ON | wc -l