monit

utility for monitoring and managing daemons or similar programs

Debian Debian
RUN apt-get update && \ apt-get install -y monit
Ubuntu
RUN apt-get update && \ apt-get install -y monit
Alpine
RUN apk add monit
Arch Arch Linux
RUN pacman -S --noconfirm monit
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y monit
Fedora
RUN dnf install -y monit
Raspbian
RUN apt-get update && \ apt-get install -y monit
click the source code to copy install monit on any operating system with command-not-found.com