How to Install and Uninstall python3-nagiosplugin Package on openSUSE Leap

Last updated: April 28,2024

1. Install "python3-nagiosplugin" package

Learn how to install python3-nagiosplugin on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-nagiosplugin

2. Uninstall "python3-nagiosplugin" package

Please follow the step by step instructions below to uninstall python3-nagiosplugin on openSUSE Leap:

$ sudo zypper remove python3-nagiosplugin

3. Information about the python3-nagiosplugin package on openSUSE Leap

Information for package python3-nagiosplugin:
---------------------------------------------
Repository : Main Repository
Name : python3-nagiosplugin
Version : 1.3.2-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 195.1 KiB
Installed : No
Status : not installed
Source package : python-nagiosplugin-1.3.2-bp155.2.12.src
Upstream URL : https://bitbucket.org/flyingcircus/nagiosplugin
Summary : Class library for writing Nagios (Icinga) plugins
Description :
nagiosplugin is a Python class library which helps writing Nagios (or Icinga)
compatible plugins in Python. It cares for much of the boilerplate code
and default logic commonly found in Nagios checks, including:
- Nagios 3 Plugin API compliant parameters and output formatting
- Full Nagios range syntax support
- Automatic threshold checking
- Multiple independent measures
- Custom status line to communicate the main point quickly
- Long output and performance data
- Timeout handling
- Persistent "cookies" to retain state information between check runs
- Resumption of log file processing at the point where the last run left off
- No dependencies beyond the Python standard library