X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2FREADME;fp=contrib%2FREADME;h=2e9cbf54263e9a6aa1cd840fad8ddb177e42d6eb;hb=8122c8381527e7878fae9ca5056797bcdcc3f5f4;hp=685903b3f171ffc5a66880fbc24c766cca2c2128;hpb=6c7d53a62d6b4ef54c3a4ffb69ac95deb79f271d;p=collectd.git diff --git a/contrib/README b/contrib/README index 685903b3..2e9cbf54 100644 --- a/contrib/README +++ b/contrib/README @@ -38,6 +38,11 @@ should look something like this: 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- @@ -58,3 +63,12 @@ been renamed) and others have bee split up into multiple files. This script 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 + 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.