Reputation: 229
For simplification of writing nagios plugins, I see Perl has a package called 'libnagios-plugin-perl' on Ubuntu systems.
Is there a similar Debian package for Python as well?
I looked at the nagiosplugin package at this link: Link: https://pypi.python.org/pypi/nagiosplugin/
But I can only install it using: # pip-3.2 install nagiosplugin
I was looking for help in understanding is there is a debian package for python similar to perl ?
Upvotes: 1
Views: 1209
Reputation: 229
Ended up using the below Debian package (in case someone is interested):
python-pynag 0.7.0-1 all Python Modules for Nagios plugins and configuration
Upvotes: 1