summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 476c9ce)
raw | patch | inline | side by side (parent: 476c9ce)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 25 Apr 2009 21:56:27 +0000 (23:56 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 25 Apr 2009 21:56:27 +0000 (23:56 +0200) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index a3834ff3ac5c8941b310f39cd9b5c9ba9d721d10..ad7cc21072522064e2c086ae18bb620dc0b1fa0f 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
accepted without checking the signature and encrypted data cannot be decrypted.
For the other security levels this option is mandatory.
+The file format is very simple: Each line consists of a username followed by a
+colon and any number of spaces followed by the password. To demonstrate, an
+example file could look like this:
+
+ user0: foo
+ user1: bar
+
+Each time a packet is received, the modification time of the file is checked
+using L<stat(2)>. If the file has been changed, the contents is re-read. While
+the file is being read, it is locked using L<fcntl(2)>.
+
=back
=item B<TimeToLive> I<1-255>