You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'd like to write an agent check that uses the apt python library.
I know that on debian and ubuntu host, this is part of the python-apt package. Whose source is git://anonscm.debian.org/apt/python-apt.git But I don't know if that ties into omnibus.
Hi @directionless! Since the pip pkg looks outdated you can try using the python-apt source and build it into the agent embedded python env with the setup.py script of python-apt.
You can have a look at the software definition of pip for an example of this.
Hi! I'd like to write an agent check that uses the
apt
python library.I know that on debian and ubuntu host, this is part of the
python-apt
package. Whose source is git://anonscm.debian.org/apt/python-apt.git But I don't know if that ties into omnibus.I see https://pypi.python.org/pypi/apt/ but that looks surprisingly out of date.
Do you have any advice?
The text was updated successfully, but these errors were encountered: