summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6c7d53a)
raw | patch | inline | side by side (parent: 6c7d53a)
author | Florian Forster <octo@huhu.verplant.org> | |
Mon, 15 Oct 2007 15:30:18 +0000 (17:30 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Mon, 15 Oct 2007 15:30:18 +0000 (17:30 +0200) |
contrib/README | patch | blob | history |
diff --git a/contrib/README b/contrib/README
index 685903b3f171ffc5a66880fbc24c766cca2c2128..2e9cbf54263e9a6aa1cd840fad8ddb177e42d6eb 100644 (file)
--- a/contrib/README
+++ b/contrib/README
datadir: "/var/lib/collectd/rrd/"
libdir: "/usr/lib/collectd/"
+exec-smartctl
+-------------
+ Sample script for the exec plugin. Please refer to the documentation in the
+file - you will have to adapt it to your needs anyway.
+
extractDS.px
------------
Creates a new RRD-file with only one data-source (DS) of the source-RRD-
prints a bash-script to STDOUT which should do most of the work for you. You
may still need to do some things by hand, read `README.migration' for more
details.
+
+snmp-data.conf
+--------------
+ Sample configuration for the SNMP plugin. This config includes a few standard
+<Data ..> definitions that you can include in your own config using the
+`Include' statement (available since version 4.2.0). The config includes some
+data that is defined in the IF-MIB, e. g. octet or packet counters, UPS-MIB and
+whatever people have send in. If you have some more definitions please send
+them in, so others can profit from it.