Code

collectd.conf: Updated sample "apache" configuration.
authorSebastian Harl <sh@tokkee.org>
Thu, 23 Jul 2009 20:32:10 +0000 (22:32 +0200)
committerSebastian 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

index 5597d49f1efe802a18948ce10e6b1304d006755f..4898a7b098022127499e17f980d76161595103ce 100644 (file)
@@ -96,12 +96,21 @@ LoadPlugin users
 #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>