--- recepies/lxc/lxc-watchdog.sh 2010/03/22 21:48:27 194 +++ recepies/lxc/lxc-watchdog.sh 2010/03/24 19:03:16 195 @@ -42,7 +42,7 @@ lxc_status() { - lxc-ls -1 | sort -u | xargs -i lxc-info -n {} | sed "s/'//g" | while read name is status ; do + find /var/lib/lxc/ -name "config" | cut -d/ -f5 | sort -u | xargs -i lxc-info -n {} | sed "s/'//g" | while read name is status ; do boot=" " test -s /var/lib/lxc/$name/on_boot && boot="boot" echo "$name $status $boot $(lxc_rootfs $name)"