]> @LXC_GENERATE_DATE@ lxc-monitor 1 lxc-monitor monitor the container state lxc-monitor -n name Description lxc-monitor monitors the state of the specified containers. The name can be a regular expression, conforming with posix2, so it is possible to monitor all the containers, several of them or just one. &commonoptions; Bugs Only one lxc-monitor can run at a time. Other invocations will fail with the following error: lxc-monitor: bind : Address already in use Examples lxc-monitor -n foo will monitor the different states for container foo. lxc-monitor -n 'foo|bar' will monitor the different states for container foo and bar. lxc-monitor -n '[f|b].*' will monitor the different states for container with the name beginning with letter 'f' or 'b'. lxc-monitor -n '.*' will monitor the different states for all containers. Diagnostic The container was not found The specified container was not created before with the lxc-create command. See Also regex 7 , &seealso; Author Daniel Lezcano daniel.lezcano@free.fr