Code

collectd.conf(5): Add an example to the filter documentation.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 23 Nov 2008 12:46:18 +0000 (13:46 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 23 Nov 2008 12:46:18 +0000 (13:46 +0100)
src/collectd.conf.pod

index 9ce2ae92c424f7b11d385bd30b19ab51d14024d7..a1287c8bd87f3f6340d9cc83d7bd3c56db496192 100644 (file)
@@ -2696,6 +2696,21 @@ suggest to add the above snippet as default target to your main chain.
 
 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)>,