SOURCES: collectd.conf (NEW) - sample configuration with enabled a...

wiget wiget at pld-linux.org
Mon Feb 6 14:23:25 CET 2006


Author: wiget                        Date: Mon Feb  6 13:23:25 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- sample configuration with enabled all plugins without additional parameters

---- Files affected:
SOURCES:
   collectd.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/collectd.conf
diff -u /dev/null SOURCES/collectd.conf:1.1
--- /dev/null	Mon Feb  6 14:23:25 2006
+++ SOURCES/collectd.conf	Mon Feb  6 14:23:20 2006
@@ -0,0 +1,38 @@
+#
+# Config file for collectd(1).
+# Please read collectd.conf(5) for a list of options.
+# http://verplant.org/collectd/
+#
+
+LoadPlugin battery
+LoadPlugin cpu
+LoadPlugin cpufreq
+LoadPlugin df
+LoadPlugin disk
+#LoadPlugin hddtemp
+#<Plugin hddtemp>
+#	Host 127.0.0.1
+#	Port 7634
+#</Plugin>
+LoadPlugin load
+LoadPlugin memory
+#LoadPlugin mysql
+#<Plugin mysql>
+#	Host database.serv.er
+#	User db_user
+#	Password secret
+##	Database db_name
+#</Plugin>
+LoadPlugin nfs
+#LoadPlugin ping
+#<Plugin ping>
+#	Host host.foo.bar
+#	Host host2.foo.bar
+#</Plugin>
+LoadPlugin processes
+#LoadPlugin sensors
+LoadPlugin serial
+LoadPlugin swap
+LoadPlugin tape
+LoadPlugin traffic
+LoadPlugin users
================================================================


More information about the pld-cvs-commit mailing list