5.0.4
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=102
This commit is contained in:
parent
1f63ecd718
commit
2c93979217
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:563d75c9b0a642077785a9f48424765c4d354b9fd69d4fa9e906ff3fd321736d
|
|
||||||
size 1314585
|
|
3
collectd-5.0.4.tar.bz2
Normal file
3
collectd-5.0.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d55c33e411b6fe3333168654009492154b97690b1719e3808a99fdff4936101d
|
||||||
|
size 1317954
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 3 16:52:48 UTC 2012 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- update to 5.0.4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 19 23:36:46 UTC 2012 - pascal.bleser@opensuse.org
|
Sun Feb 19 23:36:46 UTC 2012 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
%define plugins apache apcups battery %{expand:%bind_plugin} curl %{expand:%curl_json_plugin} %{expand:%curl_xml_plugin} conntrack contextswitch cpu cpufreq csv df disk dns email entropy exec filecount fscache hddtemp interface %{expand:%ipvs_plugin} irq load logfile match_empty_counter match_hashed match_regex match_timediff match_value mbmon %{expand:%memcached_plugin} memory multimeter netlink network nfs nginx ntpd olsrd openvpn perl ping protocols powerdns processes rrdtool sensors serial swap syslog table tail target_notification target_replace target_scale target_set target_v5upgrade tcpconns teamspeak2 ted thermal threshold unixsock uptime users uuid vmem vserver wireless write_http %{expand:%ascent_plugin} %{expand:%iptables_plugin} %{expand:%madwifi_plugin} %{expand:%rrdcached_plugin}
|
%define plugins apache apcups battery %{expand:%bind_plugin} curl %{expand:%curl_json_plugin} %{expand:%curl_xml_plugin} conntrack contextswitch cpu cpufreq csv df disk dns email entropy exec filecount fscache hddtemp interface %{expand:%ipvs_plugin} irq load logfile match_empty_counter match_hashed match_regex match_timediff match_value mbmon %{expand:%memcached_plugin} memory multimeter netlink network nfs nginx ntpd olsrd openvpn perl ping protocols powerdns processes rrdtool sensors serial swap syslog table tail target_notification target_replace target_scale target_set target_v5upgrade tcpconns teamspeak2 ted thermal threshold unixsock uptime users uuid vmem vserver wireless write_http %{expand:%ascent_plugin} %{expand:%iptables_plugin} %{expand:%madwifi_plugin} %{expand:%rrdcached_plugin}
|
||||||
|
|
||||||
Name: collectd
|
Name: collectd
|
||||||
Version: 5.0.3
|
Version: 5.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Statistics Collection Daemon for filling RRD Files
|
Summary: Statistics Collection Daemon for filling RRD Files
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -147,20 +147,22 @@ Patch25: collectd-df-remove-duplicates.patch
|
|||||||
Patch26: collectd-fix_own_iptc.patch
|
Patch26: collectd-fix_own_iptc.patch
|
||||||
Url: http://collectd.org/
|
Url: http://collectd.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: sensors rrdtool
|
Requires: rrdtool
|
||||||
|
Requires: sensors
|
||||||
BuildConflicts: libnetlink-devel
|
BuildConflicts: libnetlink-devel
|
||||||
BuildRequires: bison flex
|
|
||||||
BuildRequires: bind-devel
|
BuildRequires: bind-devel
|
||||||
|
BuildRequires: bison
|
||||||
|
BuildRequires: flex
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
BuildRequires: libmodbus-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libstatgrab-devel
|
BuildRequires: libstatgrab-devel
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: rrdtool
|
BuildRequires: rrdtool
|
||||||
BuildRequires: sensors
|
BuildRequires: sensors
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: libmodbus-devel
|
|
||||||
%if 0%{?suse_version} > 1020
|
%if 0%{?suse_version} > 1020
|
||||||
BuildRequires: libdb-4_5-devel
|
BuildRequires: libdb-4_5-devel
|
||||||
%else
|
%else
|
||||||
@ -171,15 +173,15 @@ BuildRequires: libgcrypt-devel
|
|||||||
%else
|
%else
|
||||||
BuildRequires: libgcrypt
|
BuildRequires: libgcrypt
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: liboping-devel
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: freetype2-devel
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
BuildRequires: libart_lgpl-devel
|
||||||
|
BuildRequires: liboping-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: freetype2-devel
|
|
||||||
BuildRequires: libart_lgpl-devel
|
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
%if %libnotify
|
%if %libnotify
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
@ -266,12 +268,14 @@ 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
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Requires: perl apache2 rrdtool
|
Requires: apache2
|
||||||
Requires: perl(Data::Dumper)
|
Requires: perl
|
||||||
|
Requires: rrdtool
|
||||||
|
Requires: rrdtool
|
||||||
Requires: perl(CGI)
|
Requires: perl(CGI)
|
||||||
|
Requires: perl(Data::Dumper)
|
||||||
Requires: perl(HTML::Entities)
|
Requires: perl(HTML::Entities)
|
||||||
Requires: perl(URI::Escape)
|
Requires: perl(URI::Escape)
|
||||||
Requires: rrdtool
|
|
||||||
|
|
||||||
%description web
|
%description web
|
||||||
Web frontend CGI for watching %{name} statistics from a browser.
|
Web frontend CGI for watching %{name} statistics from a browser.
|
||||||
@ -281,13 +285,15 @@ Please look at /etc/apache2/conf.d/%{name}.conf on how to enable.
|
|||||||
%package web-js
|
%package web-js
|
||||||
Summary: Web/JavaScript Frontend for watching %{name} Statistics
|
Summary: Web/JavaScript Frontend for watching %{name} Statistics
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Requires: perl apache2 rrdtool
|
Requires: apache2
|
||||||
Requires: perl(Data::Dumper)
|
Requires: perl
|
||||||
|
Requires: rrdtool
|
||||||
Requires: perl(CGI)
|
Requires: perl(CGI)
|
||||||
Requires: perl(RRDs)
|
Requires: perl(Config::General)
|
||||||
|
Requires: perl(Data::Dumper)
|
||||||
Requires: perl(HTML::Entities)
|
Requires: perl(HTML::Entities)
|
||||||
Requires: perl(JSON)
|
Requires: perl(JSON)
|
||||||
Requires: perl(Config::General)
|
Requires: perl(RRDs)
|
||||||
|
|
||||||
%description web-js
|
%description web-js
|
||||||
Web/JavaScript frontend CGI for watching %{name} statistics from
|
Web/JavaScript frontend CGI for watching %{name} statistics from
|
||||||
@ -325,9 +331,9 @@ library, for IPMI enabled systems.
|
|||||||
Summary: SNMP Monitoring Plugin for %{name}
|
Summary: SNMP Monitoring Plugin for %{name}
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: perl(Config::General)
|
||||||
Requires: perl(SNMP)
|
Requires: perl(SNMP)
|
||||||
Requires: perl(Socket6)
|
Requires: perl(Socket6)
|
||||||
Requires: perl(Config::General)
|
|
||||||
|
|
||||||
%description plugin-snmp
|
%description plugin-snmp
|
||||||
Optional %{name} plugin to monitor devices using SNMP.
|
Optional %{name} plugin to monitor devices using SNMP.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user