1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: pynag
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Clint Byrum <spamaps@debian.org>,
Pall Sigurdsson <palli@opensource.is>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-chardet,
python3-setuptools,
python3-six
Standards-Version: 4.5.1
Homepage: http://pynag.org
Vcs-Git: https://salsa.debian.org/python-team/packages/pynag.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pynag
Rules-Requires-Root: no
Package: python3-pynag
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python 3 Modules for Nagios plugins and configuration
The main goal of this project is to provide a Python tool for
pragmatically handling Nagios configuration file maintenance, and
plugin development.
Package: pynag
Architecture: all
Depends: python3-pynag, ${misc:Depends}, ${python3:Depends}
Description: Command line interface to nagios configuration
The main goal of this project is to provide a Python tool for
pragmatically handling Nagios configuration file maintenance, and
plugin development.
.
This package contains the executable program pynag which uses the
pynag module to inspect and manipulate nagios configuration.
|