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
|
Source: diamond
Section: utils
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 10), python, dh-python, python-setuptools, python-configobj, python-psutil
Standards-Version: 3.9.8
Homepage: https://github.com/python-diamond/Diamond
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/diamond/trunk/
Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/diamond/trunk/
Package: diamond
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, adduser, python-diamond (= ${binary:Version}), python-configobj
Suggests: python-psutil, lsb-base (>= 3.0-6)
Description: smart data producer for Graphite graphing package
Diamond is a python daemon that collects system metrics and publishes them to
Graphite (and others). It is capable of collecting cpu, memory, network, i/o,
load and disk metrics. Additionally, it features an API for implementing custom
collectors for gathering metrics from almost any source.
.
This package contains the daemon and its configuration and accessories.
Package: python-diamond
Architecture: all
Section: python
Depends: ${python:Depends}, ${misc:Depends}, python-configobj, python-pkg-resources
Description: smart data producer for Graphite graphing package (Python module)
Diamond is a python daemon that collects system metrics and publishes them to
Graphite (and others). It is capable of collecting cpu, memory, network, i/o,
load and disk metrics. Additionally, it features an API for implementing custom
collectors for gathering metrics from almost any source.
.
This package contains the 'diamond' python module.
|