From 1128c90b33d04489cc3c0318c53047e2656f8185 Mon Sep 17 00:00:00 2001 From: octo Date: Tue, 21 Mar 2006 21:03:52 +0000 Subject: [PATCH] Added the `collectd-apache' package to the debian package files.. --- debian/collectd-apache.files | 1 + debian/control | 9 ++++++++- debian/rules | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 debian/collectd-apache.files diff --git a/debian/collectd-apache.files b/debian/collectd-apache.files new file mode 100644 index 00000000..f983e900 --- /dev/null +++ b/debian/collectd-apache.files @@ -0,0 +1 @@ +usr/lib/collectd/apache.so* 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 diff --git a/debian/rules b/debian/rules index d64075d7..5ae57619 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g -PLUGINS = mysql sensors +PLUGINS = apache mysql sensors ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 -- 2.11.0