summaryrefslogtreecommitdiffstats
path: root/email.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 /email.conf
parentdcb79144b52b300acf43db06b286a5ba361982a9 (diff)
downloadcollectd-f18.tar.gz
collectd-f18.tar.xz
collectd-f18.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 'email.conf')
-rw-r--r--email.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/email.conf b/email.conf
new file mode 100644
index 0000000..cc43ff0
--- /dev/null
+++ b/email.conf
@@ -0,0 +1,7 @@
+LoadPlugin email
+#<Plugin email>
+# SocketFile "/usr/var/run/collectd-email"
+# SocketGroup "collectd"
+# SocketPerms "0770"
+# MaxConns 5
+#</Plugin>