summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7050287)
raw | patch | inline | side by side (parent: 7050287)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 23 Jul 2009 20:32:10 +0000 (22:32 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 23 Jul 2009 20:32:10 +0000 (22:32 +0200) |
Added sample "Instance" blocks and use the "Host" and "Server" options.
debian/collectd.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 5597d49f1efe802a18948ce10e6b1304d006755f..4898a7b098022127499e17f980d76161595103ce 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
#LoadPlugin wireless
#<Plugin apache>
-# URL "http://localhost/status?auto"
-# User "www-user"
-# Password "secret"
-# VerifyPeer false
-# VerifyHost false
-# CACert "/etc/ssl/ca.crt"
+# <Instance "foo">
+# URL "http://localhost/status?auto"
+# User "www-user"
+# Password "secret"
+# VerifyPeer false
+# VerifyHost false
+# CACert "/etc/ssl/ca.crt"
+# Server "apache"
+# </Instance>
+#
+# <Instance "bar">
+# URL "http://some.domain.tld/status?auto"
+# Host "some.domain.tld"
+# Server "lighttpd"
+# </Instance>
#</Plugin>
#<Plugin apcups>