summaryrefslogtreecommitdiffstats
path: root/apache.conf
diff options
context:
space:
mode:
authorAlan Pevec <apevec@redhat.com>2013-04-09 10:14:19 +0200
committerAlan Pevec <apevec@redhat.com>2013-04-22 16:01:55 +0200
commit41d3e5c62b8615c643d440157856ed992b94470e (patch)
tree1e76b397d0870cbc309525610179b7d43de219b3 /apache.conf
parentdcb79144b52b300acf43db06b286a5ba361982a9 (diff)
downloadcollectd-41d3e5c62b8615c643d440157856ed992b94470e.tar.gz
collectd-41d3e5c62b8615c643d440157856ed992b94470e.tar.xz
collectd-41d3e5c62b8615c643d440157856ed992b94470e.zip
update to 5.2.2f18
Also fixes rhbz 954322 collectd package should be built with PIE flags TODO sync with https://github.com/collectd/collectd/tree/master/contrib/redhat For now, just adding conf files which were dropped upstream: apache.conf email.conf mysql.conf nginx.conf sensors.conf snmp.conf
Diffstat (limited to 'apache.conf')
-rw-r--r--apache.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/apache.conf b/apache.conf
new file mode 100644
index 0000000..a1a4848
--- /dev/null
+++ b/apache.conf
@@ -0,0 +1,7 @@
+LoadPlugin apache
+#<Plugin apache>
+# URL "http://localhost/status?auto"
+# User "www-user"
+# Password "secret"
+# CACert "/etc/ssl/ca.crt"
+#</Plugin>