From 0b6a991e485b5e350402a5de59f125e770bcde8b Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Fri, 31 Jul 2020 10:09:35 +0200 Subject: [PATCH] Revert "Fix check errors (single newline)" This reverts commit 9f098b811d9d1f2d91f83188dd8b24062a65ba98. It is only indirectly connected with the SendQueueLength patch. --- examples/plugins/ceph.pp | 1 + examples/plugins/filecount.pp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/plugins/ceph.pp b/examples/plugins/ceph.pp index 9837b2f40..cc30b53c4 100644 --- a/examples/plugins/ceph.pp +++ b/examples/plugins/ceph.pp @@ -4,3 +4,4 @@ osds => [ 'osd.0', 'osd.1', 'osd.2'], } + diff --git a/examples/plugins/filecount.pp b/examples/plugins/filecount.pp index 9b75b132b..993f426d0 100644 --- a/examples/plugins/filecount.pp +++ b/examples/plugins/filecount.pp @@ -7,11 +7,11 @@ }, } -collectd::plugin::filecount::directory { 'foodir': +collectd::plugin::filecount::directory {'foodir': path => '/path/to/dir', } -collectd::plugin::filecount::directory { 'aborted-uploads': +collectd::plugin::filecount::directory {'aborted-uploads': path => '/var/spool/foo/upload', pattern => '.part.*', mtime => '5m',