This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > conmon (2.0.1)

An OCI container runtime monitor.

Conmon is a monitoring program and communication tool between a container
manager (like podman or CRI-O) and an OCI runtime (like runc or crun) for a
single container.

Upon being launched, it double-forks to daemonize and detach from the parent
that launched it. It then launches the runtime as its child. This allows
managing processes to die in the foreground, but still be able to watch over
and connect to the child process (the container).

While the container runs, conmon does two things:

Provides a socket for attaching to the container, holding open the
container's standard streams and forwarding them over the socket. Writes
the contents of the container's streams to a log file (or to the systemd
journal) so they can be read after the container's death.

Finally, upon the containers death, conmon will record its exit time and code
to be read by the managing programs.

Written in C and designed to have a low memory footprint, conmon is intended
to be run by a container managing library. Essentially, conmon is the smallest
daemon a container can have.

Maintained by: Vincent Batts
Keywords: container,manager,runc,oci
ChangeLog: conmon

Homepage:
https://github.com/containers/conmon

Source Downloads:
conmon-2.0.1.tar.gz (72eea27a2ac98ec35611dd91ee786c70)

Download SlackBuild:
conmon.tar.gz
conmon.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
conmon.SlackBuild
conmon.info
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds