summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f4d4d77)
raw | patch | inline | side by side (parent: f4d4d77)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 23 Nov 2008 12:46:18 +0000 (13:46 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 23 Nov 2008 12:46:18 +0000 (13:46 +0100) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 9ce2ae92c424f7b11d385bd30b19ab51d14024d7..a1287c8bd87f3f6340d9cc83d7bd3c56db496192 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
TODO: Notifications will be implemented using chains, too. Describe that here!
+=head2 Examples
+
+Ignore all values, where the hostname does not contain a dot, i.E<nbsp>e. can't
+be an FQDN.
+
+ <Chain "main">
+ <Rule "no_fqdn">
+ <Match "regex">
+ Host "^[^\.]*$"
+ </Match>
+ Target "stop"
+ </Rule>
+ Target "write"
+ </Chain>
+
=head1 SEE ALSO
L<collectd(1)>,