98N/Alxc: linux Container library 98N/A(C) Copyright IBM Corp. 2007, 2008 98N/AThis library is free software; you can redistribute it and/or 98N/Amodify it under the terms of the GNU Lesser General Public 98N/ALicense as published by the Free Software Foundation; either 98N/Aversion 2.1 of the License, or (at your option) any later version. 98N/AThis library is distributed in the hope that it will be useful, 98N/Abut WITHOUT ANY WARRANTY; without even the implied warranty of 98N/AMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 98N/ALesser General Public License for more details. 98N/AYou should have received a copy of the GNU Lesser General Public 98N/ALicense along with this library; if not, write to the Free Software 98N/AFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 98N/A<!
DOCTYPE refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
98N/A <
docinfo><
date>@LXC_GENERATE_DATE@</
date></
docinfo>
98N/A <
refentrytitle>lxc-monitor</
refentrytitle>
98N/A <
manvolnum>1</
manvolnum>
222N/A <
refname>lxc-monitor</
refname>
98N/A monitor the container state
98N/A <
command>lxc-monitor <
replaceable>-n name</
replaceable>
98N/A <
title>Description</
title>
98N/A <
command>lxc-monitor</
command> monitors the state of the
98N/A specified containers. The <
replaceable>name</
replaceable> can be
98N/A a regular expression, conforming with posix2, so it is possible
98N/A to monitor all the containers, several of them or just one.
<
option>-n <
replaceable>name</
replaceable></
option>
Specify the container name to be monitored. This option
can be a regular expression conforming POSIX2.
<
term>lxc-monitor -n foo</
term>
will monitor the different states for container foo.
<
term>lxc-monitor -n 'foo|bar'</
term>
will monitor the different states for container foo and bar.
<
term>lxc-monitor -n '[f|b].*'</
term>
will monitor the different states for container with the
name beginning with letter 'f' or 'b'.
<
term>lxc-monitor -n '.*'</
term>
will monitor the different states for all containers.
<
title>Diagnostic</
title>
<
term>The container was not found</
term>
The specified container was not created before with
the <
command>lxc-create</
command> command.
<
refentrytitle>regex</
refentrytitle>
<
para>Daniel Lezcano <
email>daniel.lezcano@free.fr</
email></
para>
<!-- Keep this comment at the end of the file sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-default-dtd-file:nil sgml-local-ecat-files:nil