Code

collectd.conf: Added nginx module.
authorSebastian Harl <sh@tokkee.org>
Sun, 28 Oct 2007 14:40:28 +0000 (15:40 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Sun, 28 Oct 2007 15:51:05 +0000 (16:51 +0100)
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd.conf.in

index b42cfa1062163392c52cbcf07559c7b640f0af61..58de5258cb2b19ba1150531671c23c66b752bf27 100644 (file)
@@ -40,6 +40,7 @@
 @BUILD_PLUGIN_NETLINK_TRUE@LoadPlugin netlink
 @BUILD_PLUGIN_NETWORK_TRUE@LoadPlugin network
 @BUILD_PLUGIN_NFS_TRUE@LoadPlugin nfs
+@BUILD_PLUGIN_NGINX_TRUE@LoadPlugin nginx
 @BUILD_PLUGIN_NTPD_TRUE@LoadPlugin ntpd
 @BUILD_PLUGIN_NUT_TRUE@LoadPlugin nut
 @BUILD_PLUGIN_PERL_TRUE@LoadPlugin perl
 #      CacheFlush 1800
 #</Plugin>
 
+#<Plugin nginx>
+#      URL "http://localhost/status?auto"
+#      User "www-user"
+#      Password "secret"
+#      CACert "/etc/ssl/ca.crt"
+#</Plugin>
+
 #<Plugin ntpd>
 #      Host "localhost"
 #      Port 123