diff options
author | mh <mh@immerda.ch> | 2014-01-29 23:26:56 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2014-01-29 23:27:03 +0100 |
commit | fc4d4d204b2eb3e8f1848fc46f6f4cfc7584f84e (patch) | |
tree | 3f3b995aecc47ef63235428af4456438805aeb2e | |
parent | c08b0ee68847c5e7017bb04c47f7f85b796ea0b9 (diff) |
comment a regexp that is not yet supported by all deployed munin versions
-rw-r--r-- | templates/munin-node.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/munin-node.conf.erb b/templates/munin-node.conf.erb index 5e015d2..4448002 100644 --- a/templates/munin-node.conf.erb +++ b/templates/munin-node.conf.erb @@ -23,7 +23,7 @@ group <%= @group %> # timeout 60 # Regexps for files to ignore -ignore_file [\#~]$ +#ignore_file [\#~]$ ignore_file DEADJOE$ ignore_file \.bak$ ignore_file %$ |