How to Install and Uninstall python3-nagiosplugin Package on Kali Linux

Last updated: April 27,2024

1. Install "python3-nagiosplugin" package

Please follow the steps below to install python3-nagiosplugin on Kali Linux

$ sudo apt update $ sudo apt install python3-nagiosplugin

2. Uninstall "python3-nagiosplugin" package

This tutorial shows how to uninstall python3-nagiosplugin on Kali Linux:

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

3. Information about the python3-nagiosplugin package on Kali Linux

Package: python3-nagiosplugin
Source: nagiosplugin
Version: 1.3.2-3
Installed-Size: 115
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 28368
SHA256: 908103ff745ddbe5781356829b15c3a7ab89eb13d5e8e88aaab40994b669d5a2
SHA1: 1fb84d8aa3adaa935e7d5a83bb7c2f0727fb241e
MD5sum: 427a69dab21154c50081d05cebf52bdf
Description: 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 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
- 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:
Homepage: https://github.com/mpounsett/nagiosplugin
Section: python
Priority: optional
Filename: pool/main/n/nagiosplugin/python3-nagiosplugin_1.3.2-3_all.deb