summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 55732a4)
raw | patch | inline | side by side (parent: 55732a4)
author | daryder <daryder@cisco.com> | |
Fri, 4 Apr 2014 13:59:51 +0000 (09:59 -0400) | ||
committer | daryder <daryder@cisco.com> | |
Fri, 4 Apr 2014 13:59:51 +0000 (09:59 -0400) |
src/collectd.conf.in | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index 8c3c3395419b5db80ccbc2f8e0949b63ecda42f5..a3b8e35334e9e2b58d508bc6ff0811074e794397 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
#</Plugin>
#<Plugin ceph>
-# Name "osd.0"
-# SocketPath "/var/run/ceph/ceph-osd.0.asok"
-#</Plugin>
-#<Plugin ceph>
-# Name "mon.ceph-node1"
-# SocketPath "/var/run/ceph/ceph-mon.ceph-node1.asok"
-#</Plugin>
-#<Plugin ceph>
-# Name "mds.ceph-node1"
-# SocketPath "/var/run/ceph/ceph-mds.ceph-node1.asok"
+# <Daemon "osd.0">
+# SocketPath "/var/run/ceph/ceph-osd.0.asok"
+# </Daemon>
+# <Daemon "mon.a">
+# SocketPath "/var/run/ceph/ceph-mon.ceph1.asok"
+# </Daemon>
+# <Daemon "mds.a">
+# SocketPath "/var/run/ceph/ceph-mds.ceph1.asok"
+# </Daemon>
#</Plugin>