forked from pool/collectd
Accepting request 498235 from home:jengelh:branches:server:monitoring
- Trim filler wording from descriptions, resolve orthographic errors, and shorten a find–delete call. OBS-URL: https://build.opensuse.org/request/show/498235 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=143
This commit is contained in:
parent
c5eb679480
commit
58038c9325
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 25 07:31:25 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Trim filler wording from descriptions, resolve orthographic
|
||||||
|
errors, and shorten a find–delete call.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 6 15:29:29 UTC 2017 - benoit.monin@gmx.fr
|
Sat May 6 15:29:29 UTC 2017 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
@ -287,11 +287,9 @@ BuildRequires: libxtables-devel
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
collectd is a small daemon written in C for performance. It reads various
|
collectd is a daemon (written in C) that reads various system
|
||||||
system statistics and updates RRD files, creating them if necessary.
|
statistics and updates RRD files. Statistics are very fine grained
|
||||||
Since the daemon doesn't need to startup every time it wants to update the
|
with an update interval of 10 seconds.
|
||||||
files it's very fast and easy on the system. Also, the statistics are very
|
|
||||||
fine grained since the files are updated every 10 seconds.
|
|
||||||
|
|
||||||
%package web
|
%package web
|
||||||
Summary: Web Frontend for watching the %{name} Statistics
|
Summary: Web Frontend for watching the %{name} Statistics
|
||||||
@ -337,7 +335,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
|
|
||||||
%description plugin-notify-desktop
|
%description plugin-notify-desktop
|
||||||
Desktop Notification Support for %{name} allow you to receive
|
Desktop Notification Support for %{name} allow you to receive
|
||||||
message delivered on your desktop.
|
message delivery on your desktop.
|
||||||
%endif #libnotify
|
%endif #libnotify
|
||||||
|
|
||||||
%if %{ipmi}
|
%if %{ipmi}
|
||||||
@ -348,7 +346,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
|
|
||||||
%description plugin-ipmi
|
%description plugin-ipmi
|
||||||
Optional %{name} plugin to monitor sensors using the OpenIPMI
|
Optional %{name} plugin to monitor sensors using the OpenIPMI
|
||||||
library, for IPMI enabled systems.
|
library for IPMI enabled systems.
|
||||||
%endif #ipmi
|
%endif #ipmi
|
||||||
|
|
||||||
%if %{snmp}
|
%if %{snmp}
|
||||||
@ -475,7 +473,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
|
|
||||||
%description plugin-smart
|
%description plugin-smart
|
||||||
Optional %{name} plugin to monitor Self-Monitoring, Analysis and Reporting
|
Optional %{name} plugin to monitor Self-Monitoring, Analysis and Reporting
|
||||||
Technology (SMART) information from hard disk drives.
|
Technology (SMART) information from disk drives.
|
||||||
|
|
||||||
%package plugin-lua
|
%package plugin-lua
|
||||||
Summary: Lua API for %{name}
|
Summary: Lua API for %{name}
|
||||||
@ -484,10 +482,10 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Requires: lua
|
Requires: lua
|
||||||
|
|
||||||
%description plugin-lua
|
%description plugin-lua
|
||||||
Optional %{name} lua API in order to write %{name} plugins in lua.
|
Optional %{name} Lua API in order to write %{name} plugins in Lua.
|
||||||
|
|
||||||
%package plugin-gps
|
%package plugin-gps
|
||||||
Summary: Gpsd Mnitoring Plugin for %{name}
|
Summary: gpsd monitoring plugin for %{name}
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
@ -540,7 +538,7 @@ Requires: %{name}-plugin-pinba = %{version}-%{release}
|
|||||||
|
|
||||||
%description plugins-all
|
%description plugins-all
|
||||||
Metapackage that installs %{name} and all the available
|
Metapackage that installs %{name} and all the available
|
||||||
monitoring plugin subpackages, except %{name}-plugin-xmms
|
monitoring plugin subpackages, except %{name}-plugin-xmms.
|
||||||
|
|
||||||
%package spamassassin
|
%package spamassassin
|
||||||
Summary: Spamassassin Monitoring for %{name}
|
Summary: Spamassassin Monitoring for %{name}
|
||||||
@ -777,7 +775,7 @@ install -D -m0755 contrib/snmp-probe-host.px "%{buildroot}%{_bindir}/collectd-sn
|
|||||||
rm contrib/snmp-probe-host.px
|
rm contrib/snmp-probe-host.px
|
||||||
install -d "%{buildroot}%{_mandir}/man1"
|
install -d "%{buildroot}%{_mandir}/man1"
|
||||||
|
|
||||||
find contrib/ -name '*.orig' -exec rm {} \;
|
find contrib/ -name '*.orig' -delete
|
||||||
|
|
||||||
%if !%{with_pgsql}
|
%if !%{with_pgsql}
|
||||||
rm -f "%{buildroot}%{_datadir}/collectd/postgresql_default.conf"
|
rm -f "%{buildroot}%{_datadir}/collectd/postgresql_default.conf"
|
||||||
@ -795,7 +793,7 @@ for plugin in %{plugins}; do
|
|||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
cat<<EOF >README.plugins-all
|
cat <<EOF >README.plugins-all
|
||||||
This package is empty but depends on all collectd plugin subpackages.
|
This package is empty but depends on all collectd plugin subpackages.
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user