summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4df100b)
raw | patch | inline | side by side (parent: 4df100b)
author | Evan Miller <emmiller@gmail.com> | |
Thu, 7 Jun 2007 07:22:44 +0000 (09:22 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Thu, 7 Jun 2007 07:22:44 +0000 (09:22 +0200) |
A grammatical pet peeve of mine...
Cheers,
Evan
Cheers,
Evan
README | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
index 794511c4b8b4402e163c391618ae3df34983ccb3..c39885da38fb4c0401426fc3012129393704e3f3 100644 (file)
--- a/README
+++ b/README
* 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 it's values via multicast and not create any RRD files itself.
+ will send its values via multicast and not create any RRD files itself.
Alternatively you can chose to write CSV-files (Comma Seperated Values)
instead.
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index a190dd608b4d9ef65e7aae2f68a31c6797b28bbf..f7c10ad6071eaf9701d85ca4ff3e4a33ab0dc4e1 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
</Location>
</IfModule>
-Since it's C<mod_status> module is very similar to Apache's, B<lighttpd> is
+Since its C<mod_status> module is very similar to Apache's, B<lighttpd> is
also supported. It introduces a new field, called C<BusyServers>, to count the
number of currently connected clients. This field is also supported.