How to Install and Uninstall monit Package on openSUSE Leap

Last updated: April 28,2024

1. Install "monit" package

Please follow the guidelines below to install monit on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install monit

2. Uninstall "monit" package

Please follow the step by step instructions below to uninstall monit on openSUSE Leap:

$ sudo zypper remove monit

3. Information about the monit package on openSUSE Leap

Information for package monit:
------------------------------
Repository : Main Repository
Name : monit
Version : 5.26.0-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 857.1 KiB
Installed : No
Status : not installed
Source package : monit-5.26.0-bp155.2.14.src
Upstream URL : https://mmonit.com/monit/#download
Summary : Service Manager and Monitor System
Description :
Monit is a utility for managing and monitoring processes, files,
directories, and devices on a Unix system. Monit conducts automatic
maintenance and repair and can execute meaningful causal actions in
error situations. For example, monit can start a process if it does
not run, restart a process if it does not respond, and stop a process
if it uses too many resources. You can use monit to monitor files,
directories, and devices for changes, such as time stamp changes,
checksum changes, or size changes. You can even use monit to monitor
remote hosts: monit can ping a remote host and check port connections.