summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 50cadef)
raw | patch | inline | side by side (parent: 50cadef)
author | octo <octo> | |
Tue, 17 Jan 2006 12:13:53 +0000 (12:13 +0000) | ||
committer | octo <octo> | |
Tue, 17 Jan 2006 12:13:53 +0000 (12:13 +0000) |
Updates README
README | patch | blob | history | |
contrib/collectd.conf | [new file with mode: 0644] | patch | blob |
index 0434c75d9df6404a3974b86a1ac33f782cef387f..18fcf0a4ac89146b761d7a18afe5dd9dd97b1127 100644 (file)
--- a/README
+++ b/README
- Ping latency
(Time to reach the default gateway or another given host)
+ - Process counts
+ (Number of running, sleeping, zombie, ... processes)
+
- Serial
(RX and TX of serial interfaces)
diff --git a/contrib/collectd.conf b/contrib/collectd.conf
--- /dev/null
+++ b/contrib/collectd.conf
@@ -0,0 +1,38 @@
+#
+# Config file for collectd(1).
+# Please read collectd.conf(5) for a list of options.
+# http://verplant.org/collectd/
+#
+
+Mode Local
+DataDir /var/lib/collectd
+PIDFile /var/run/collectd.pid
+PluginDir /usr/lib/collectd
+
+LoadPlugin cpu
+LoadPlugin cpufreq
+LoadPlugin df
+LoadPlugin disk
+LoadPlugin load
+LoadPlugin memory
+LoadPlugin nfs
+LoadPlugin ping
+LoadPlugin processes
+LoadPlugin serial
+LoadPlugin swap
+LoadPlugin traffic
+LoadPlugin users
+#LoadPlugin hddtemp
+#LoadPlugin mysql
+#LoadPlugin sensors
+
+#<Plugin ping>
+# Host host.foo.bar
+#</Plugin>
+
+#<Plugin mysql>
+# Host database.serv.er
+# User db_user
+# Password secret
+## Database db_name
+#</Plugin>