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

Last updated: May 12,2024

1. Install "python-nagiosplugin" package

This is a short guide on how to install python-nagiosplugin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-nagiosplugin

2. Uninstall "python-nagiosplugin" package

This is a short guide on how to uninstall python-nagiosplugin on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/n/nagiosplugin/python-nagiosplugin_1.2.2-1_all.deb
Size: 31682
MD5sum: b928d6ff2fd1da1ea937c22591332de4
SHA1: bf126f2ac711e51452fe1e375607972fbb0fc269
SHA256: 7f4cda4dfd644100eae221f8fad7eae04d955d70f8df3960b1fe2d750c8cbc36
Description-en: Python class library for writing Nagios (Icinga) plugins (Python 2)
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 2 version of the package.
Description-md5: 9dde011e0aaaa91b960dbcdd811950fa
Homepage: https://projects.gocept.com/projects/nagiosplugin
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu