forked from pool/collectd
Accepting request 860303 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/860303 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=37
This commit is contained in:
commit
46b75a23a4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 20 19:26:08 UTC 2020 - Stefan Seyfried <seife+obs@b1-systems.com>
|
||||||
|
|
||||||
|
- add mqtt plugin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 23 06:29:55 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Wed Sep 23 06:29:55 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -110,6 +110,7 @@ BuildRequires: pkgconfig(libiptc)
|
|||||||
BuildRequires: pkgconfig(libmemcached)
|
BuildRequires: pkgconfig(libmemcached)
|
||||||
BuildRequires: pkgconfig(libmicrohttpd)
|
BuildRequires: pkgconfig(libmicrohttpd)
|
||||||
BuildRequires: pkgconfig(libmnl)
|
BuildRequires: pkgconfig(libmnl)
|
||||||
|
BuildRequires: pkgconfig(libmosquitto)
|
||||||
BuildRequires: pkgconfig(libnotify)
|
BuildRequires: pkgconfig(libnotify)
|
||||||
BuildRequires: pkgconfig(liboping)
|
BuildRequires: pkgconfig(liboping)
|
||||||
BuildRequires: pkgconfig(libpq)
|
BuildRequires: pkgconfig(libpq)
|
||||||
@ -294,6 +295,14 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
%description plugin-memcachec
|
%description plugin-memcachec
|
||||||
Optional %{name} plugin to sample memcached statistics.
|
Optional %{name} plugin to sample memcached statistics.
|
||||||
|
|
||||||
|
%package plugin-mqtt
|
||||||
|
Summary: MQTT Plugin for %{name}
|
||||||
|
Group: System/Monitoring
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description plugin-mqtt
|
||||||
|
Optional %{name} plugin to send and receive MQTT messages.
|
||||||
|
|
||||||
%package plugin-pinba
|
%package plugin-pinba
|
||||||
Summary: Pinba Collector Plugin for %{name}
|
Summary: Pinba Collector Plugin for %{name}
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
@ -465,6 +474,7 @@ Requires: %{name}-plugin-logparser = %{version}-%{release}
|
|||||||
Requires: %{name}-plugin-lua = %{version}-%{release}
|
Requires: %{name}-plugin-lua = %{version}-%{release}
|
||||||
Requires: %{name}-plugin-mcelog = %{version}-%{release}
|
Requires: %{name}-plugin-mcelog = %{version}-%{release}
|
||||||
Requires: %{name}-plugin-memcachec = %{version}-%{release}
|
Requires: %{name}-plugin-memcachec = %{version}-%{release}
|
||||||
|
Requires: %{name}-plugin-mqtt = %{version}-%{release}
|
||||||
Requires: %{name}-plugin-mysql = %{version}-%{release}
|
Requires: %{name}-plugin-mysql = %{version}-%{release}
|
||||||
Requires: %{name}-plugin-notify-desktop = %{version}-%{release}
|
Requires: %{name}-plugin-notify-desktop = %{version}-%{release}
|
||||||
Requires: %{name}-plugin-openldap = %{version}-%{release}
|
Requires: %{name}-plugin-openldap = %{version}-%{release}
|
||||||
@ -797,6 +807,10 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
|||||||
%{_libdir}/collectd/memcachec.so
|
%{_libdir}/collectd/memcachec.so
|
||||||
%{_libdir}/collectd/memcachec.la
|
%{_libdir}/collectd/memcachec.la
|
||||||
|
|
||||||
|
%files plugin-mqtt
|
||||||
|
%{_libdir}/collectd/mqtt.so
|
||||||
|
%{_libdir}/collectd/mqtt.la
|
||||||
|
|
||||||
%if 0%{?sle_version} < 150000 || 0%{?is_opensuse}
|
%if 0%{?sle_version} < 150000 || 0%{?is_opensuse}
|
||||||
|
|
||||||
%files plugin-sigrok
|
%files plugin-sigrok
|
||||||
|
Loading…
Reference in New Issue
Block a user