summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0557ba0)
raw | patch | inline | side by side (parent: 0557ba0)
author | octo <octo> | |
Tue, 21 Mar 2006 21:03:52 +0000 (21:03 +0000) | ||
committer | octo <octo> | |
Tue, 21 Mar 2006 21:03:52 +0000 (21:03 +0000) |
debian/collectd-apache.files | [new file with mode: 0644] | patch | blob |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/collectd-apache.files b/debian/collectd-apache.files
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/collectd/apache.so*
diff --git a/debian/control b/debian/control
index 9b3b9caeb519066125b7001043057177e0c5bf09..69918a519775db00e94232fe5ce7c8f1a93520d7 100644 (file)
--- a/debian/control
+++ b/debian/control
Section: utils
Priority: optional
Maintainer: Florian Forster <octo@verplant.org>
-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
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 d64075d7c910f0553dc9de12372890c9bbe89e9f..5ae576194645d6081fa76909c818f7bf70097f0d 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
CFLAGS = -Wall -g
-PLUGINS = mysql sensors
+PLUGINS = apache mysql sensors
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0