From c15511d1471dd5b96a9284c87efed776bfdb8137 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Tue, 24 Apr 2018 15:26:54 +0900 Subject: [PATCH] Replace fluent-plugin-zabbix-simple-buffered with fluent-plugin-zabbix-simple Because fluent-plugin-zabbix-simple-buffered has not been maintained since 2013-09-06. On the other hand fluent-plugin-zabbix-simple is buffered output plugin. Signed-off-by: Kenji Okimoto --- config/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.yml b/config/application.yml index 57588a4..e575340 100644 --- a/config/application.yml +++ b/config/application.yml @@ -36,7 +36,7 @@ defaults: &defaults - category: filter name: "record-reformer" - category: storage - name: "zabbix-simple-bufferd" + name: "zabbix-simple" - category: processing name: "numeric-monitor" - category: notification