1
.\" This manpage has been automatically generated by docbook2man
2
.\" from a DocBook document. This tool can be found at:
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
4
.\" Please send any bug reports, improvements, comments, patches,
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
6
.TH "LXC-MONITOR" "1" "23 November 2009" "" ""
9
lxc-monitor \- monitor the container state
12
\fBlxc-monitor \fI-n name\fB
17
\fBlxc-monitor\fR monitors the state of the
18
specified containers. The \fIname\fR can be
19
a regular expression, conforming with posix2, so it is possible
20
to monitor all the containers, several of them or just one.
23
These options are common to most of lxc commands.
26
Print a longer usage message than normal.
29
Give the usage message
34
\fB-o, --logfile=\fIFILE\fB\fR
35
Output to an alternate log
36
\fIFILE\fR\&. The default is no log.
38
\fB-l, --logpriority=\fILEVEL\fB\fR
40
\fILEVEL\fR\&. The default log
41
priority is ERROR\&. Possible values are :
47
\fB-n, --name=\fINAME\fB\fR
48
Use container identifier \fINAME\fR\&.
49
The container identifier format is an alphanumeric string.
52
\fBlxc-monitor -n foo\fR
53
will monitor the different states for container foo.
55
\fBlxc-monitor -n 'foo|bar'\fR
56
will monitor the different states for container foo and bar.
58
\fBlxc-monitor -n '[f|b].*'\fR
59
will monitor the different states for container with the
60
name beginning with letter 'f' or 'b'.
62
\fBlxc-monitor -n '.*'\fR
63
will monitor the different states for all containers.
66
\fBThe container was not found\fR
67
The specified container was not created before with
68
the \fBlxc-create\fR command.
88
\fBlxc-unfreeze\fR(1),
92
Daniel Lezcano <daniel.lezcano@free.fr>