From 1c57925e6e60b326b4e96ea4f4c69dae58b34cd8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?F=E1=B4=80=CA=99=C9=AA=E1=B4=87=C9=B4=20W=E1=B4=87=CA=80?= =?utf8?q?=C9=B4=CA=9F=C9=AA?= Date: Thu, 24 Oct 2019 11:23:41 +0200 Subject: [PATCH] fix missing package in specfile Change-Id: Ic4bbe3ffa60be0f0c2ca78487119ec029a9a4ce0 --- contrib/redhat/collectd.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 3a81240f..885ba5c2 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -1010,6 +1010,16 @@ The write_stackdriver collectd plugin writes metrics to the Google Stackdriver Monitoring service. %endif +%if %{with_write_syslog} +%package write_syslog +Summary: write_syslog plugin for collectd +Group: System Environment/Daemons +Requires: %{name}%{?_isa} = %{version}-%{release} +%description write_syslog +The write_syslog collectd plugin writes metrics to syslog +using JSON or RFC5424 formatting +%endif + %if %{with_gpu_nvidia} %package gpu_nvidia Summary: stackdriver plugin for collectd -- 2.11.0