From f375c471e35b586cb110cbf841debbf75adfb106 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 9 Aug 2007 23:11:03 +0200 Subject: [PATCH] README, contrib/README: Fixed some typos. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- README | 16 ++++++++-------- contrib/README | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README b/README index b639095d..84ca772f 100644 --- a/README +++ b/README @@ -26,7 +26,7 @@ Features voltage sensors. - battery - Batterycharge, -current and volatage of ACPI and PMU based laptop + Batterycharge, -current and voltage of ACPI and PMU based laptop batteries. - cpu @@ -109,7 +109,7 @@ Features - perl The perl plugin implements a Perl-interpreter into collectd. You can - write your own plugins in Perl and return arbitary values using this + write your own plugins in Perl and return arbitrary values using this API. See collectd-perl(5). This plugin is still considered to be experimental and subject to change @@ -139,7 +139,7 @@ Features Users currently logged in. - vserver - System ressources used by Linux VServers. + System resources used by Linux VServers. See . - wireless @@ -149,7 +149,7 @@ Features plugins: - csv - Write to comma seperated values (CSV) files. This needs lots of + Write to comma separated values (CSV) files. This needs lots of diskspace but is extremely portable and can be analysed with almost every program that can analyse anything. Even Microsoft's Excel.. @@ -181,7 +181,7 @@ Features Writes logmessages to a file or STDOUT/STDERR. - syslog - Logs to the standard UNIX logging mechanismn, syslog. + Logs to the standard UNIX logging mechanism, syslog. * Performance: Since collectd is running as a daemon it doesn't spend much time starting up again and again. With the exception of the exec plugin no @@ -191,7 +191,7 @@ Features and multicore processors and makes sure that the daemon isn't idle if only one plugins waits for an IO-operation to complete. - * Once set up, hardly any maintenence is neccessary. Setup is kept as easy + * Once set up, hardly any maintenance is necessary. Setup is kept as easy as possible and the default values should be okay for most users. @@ -232,7 +232,7 @@ Prerequisites * A POSIX-threads (pthread) implementation. Since gathering some statistics is slow (network connections, slow devices, - etc) the collectd is parellelized. The POSIX threads interface is being + etc) the collectd is parallelized. The POSIX threads interface is being used and should be found in various implementations for hopefully all platforms. @@ -254,7 +254,7 @@ Prerequisites * librrd (optional; headers and library; rrdtool 1.0 and 1.2 both work fine) If built without `librrd' the resulting binary will be `client only', i.e. will send its values via multicast and not create any RRD files itself. - Alternatively you can chose to write CSV-files (Comma Seperated Values) + Alternatively you can chose to write CSV-files (Comma Separated Values) instead. * libsensors (optional) diff --git a/contrib/README b/contrib/README index ab3c9781..467ecb32 100644 --- a/contrib/README +++ b/contrib/README @@ -1,5 +1,5 @@ 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 knowlege of RRD +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/ @@ -10,9 +10,9 @@ 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 -most detailed of these old RRAs hat a one minute resolution. This script can +most detailed of these old RRAs had a one minute resolution. This script can be used to add three more RRAs: minimum, maximum and average with a ten second -resolution and 2200 rows (~6 hours). This will make houly statistics much more +resolution and 2200 rows (~6 hours). This will make hourly statistics much more interesting. Please note that no sanity- checking whatsoever is performed. You can seriously fuck up your RRD files if you don't know what you're doing. -- 2.11.0