mirror_lxc/src
dlezcano 80f412985e These modifications improve the monitoring support of the container. Now
several readers can attend the events from one or several containers.
The syntax of the command has been enhanced to interpret regular expressions.
If you want to monitor foo, lxc-monitor -n foo is the right command. If you
want to monitor foo and bar, you should specify lxc-monitor -n "foo|bar",
if you want to monitor all containers with the name beginning with 'foo',
you have to specify lxc-monitor -n "foo.*". More complex regexp can be specified
in accordance with the POSIX definitions, man regex (7).
2008-10-18 21:07:39 +00:00
..
lxc These modifications improve the monitoring support of the container. Now 2008-10-18 21:07:39 +00:00
.cvsignore Initial revision 2008-08-06 14:32:29 +00:00
Makefile.am Joined lxc and liblxc directories 2008-09-04 08:14:59 +00:00