How to Install and Uninstall python3-nagiosplugin Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 28,2024

1. Install "python3-nagiosplugin" package

This guide covers the steps necessary to install python3-nagiosplugin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-nagiosplugin

2. Uninstall "python3-nagiosplugin" package

Please follow the guidance below to uninstall python3-nagiosplugin on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-nagiosplugin $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-nagiosplugin package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-nagiosplugin
Priority: optional
Section: universe/python
Installed-Size: 166
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: nagiosplugin
Version: 1.2.2-1
Filename: pool/universe/n/nagiosplugin/python3-nagiosplugin_1.2.2-1_all.deb
Size: 31728
MD5sum: 25a755612cbc36c2bf8555a7094db662
SHA1: 5dd007783098773b2dcd80a310e967c87c4983f6
SHA256: 7fc455f7b8c7965e94c766f40d163cb6d8d7be6f9900dcf0bd0886e95956a20a
Description-en: Python class library for writing Nagios (Icinga) plugins (Python 3)
nagiosplugin is a Python class library which helps writing Nagios
(or Icinga) compatible plugins easily 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 independend 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
- Resume log file processing at the point where the last run left
- No dependencies beyond the Python standard library (except for Python 2.6).
.
This is the Python 3 version of the package.
Description-md5: 6d0f945faabdf77845eb609d7d33373a
Homepage: https://projects.gocept.com/projects/nagiosplugin
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu