From: Florian Forster Date: Sun, 23 Nov 2008 12:46:18 +0000 (+0100) Subject: collectd.conf(5): Add an example to the filter documentation. X-Git-Tag: collectd-4.6.0~152 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7c595b0513a7023144f7540e63e8e61274daaa83;p=collectd.git collectd.conf(5): Add an example to the filter documentation. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 9ce2ae92..a1287c8b 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -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.Ee. can't +be an FQDN. + + + + + Host "^[^\.]*$" + + Target "stop" + + Target "write" + + =head1 SEE ALSO L,