From 7c595b0513a7023144f7540e63e8e61274daaa83 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 23 Nov 2008 13:46:18 +0100 Subject: [PATCH] collectd.conf(5): Add an example to the filter documentation. --- src/collectd.conf.pod | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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, -- 2.30.2