From: Fᴀʙɪᴇɴ Wᴇʀɴʟɪ Date: Thu, 24 Oct 2019 09:23:41 +0000 (+0200) Subject: fix missing package in specfile X-Git-Tag: collectd-5.12.0~58^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3399%2Fhead;p=thirdparty%2Fcollectd.git fix missing package in specfile Change-Id: Ic4bbe3ffa60be0f0c2ca78487119ec029a9a4ce0 --- diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 864ef1b30..c4f611019 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -997,6 +997,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