X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=69918a519775db00e94232fe5ce7c8f1a93520d7;hb=1128c90b33d04489cc3c0318c53047e2656f8185;hp=9b3b9caeb519066125b7001043057177e0c5bf09;hpb=0557ba0659198776c0f41dbf47a3aa30d3212868;p=collectd.git diff --git a/debian/control b/debian/control index 9b3b9cae..69918a51 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: collectd Section: utils Priority: optional Maintainer: Florian Forster -Build-Depends: debhelper (>= 4.0.0), autotools-dev, librrd0-dev | librrd2-dev, libsensors-dev, libmysqlclient14-dev +Build-Depends: debhelper (>= 4.0.0), autotools-dev, librrd0-dev | librrd2-dev, libsensors-dev, libmysqlclient14-dev, libcurl3-dev Standards-Version: 3.6.1 Package: collectd @@ -16,6 +16,13 @@ Description: Statistics collection daemon for filling RRD files. it's very fast and easy on the system. Also, the statistics are very fine grained since the files are updated every 10 seconds. +Package: collectd-apache +Architecture: any +Depends: collectd (= ${Source-Version}), apache2 | apache, libcurl3 +Description: collectd plugin for Apache-statistics + collectd module to collect Apache statistics. It reads the page generated by + `mod_status' and writes it's content into RRD files. + Package: collectd-mysql Architecture: any Depends: collectd (= ${Source-Version}), libmysqlclient14