X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2FREADME;h=01b9e2cb5f02e2f63388ba8ae68393c794319305;hb=d2c4cb59b2b8a52d613e5caac090736d02e90dbf;hp=398d13ba9bdd0dcab5020e5fb2b51f210c31d273;hpb=f71467d9c2097ddd9eb772a4fdb985663168ec71;p=collectd.git diff --git a/contrib/README b/contrib/README index 398d13ba..01b9e2cb 100644 --- a/contrib/README +++ b/contrib/README @@ -2,11 +2,6 @@ The files in this directory may be used to perform common tasks that aren't exactly `collectd's job. They may or may not require in-depth knowledge of RRD files and/or `collectd's inner workings. Use at your own risk. -PerlLib/ --------- - Perl modules to be used in conjunction with collectd. See the perldoc -documentation of the .pm-files to find out what they're good for. - add_rra.sh ---------- Before version 3.9.0 collectd used to create a different set of RRAs. The @@ -73,6 +68,10 @@ 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. +redhat/ +------- + Spec-file and affiliated files to build an RedHat RPM package of collectd. + snmp-data.conf -------------- Sample configuration for the SNMP plugin. This config includes a few standard @@ -81,3 +80,8 @@ snmp-data.conf 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. + +solaris-smf +----------- + Manifest file for the Solaris SMF system and detailed information on how to +register collectd as a service with this system.