2010-07-20 00:32:23 +00:00
|
|
|
Summary: System-level performance monitoring and performance management
|
|
|
|
Name: pcp
|
2015-08-10 12:57:42 +00:00
|
|
|
Version: 3.10.7
|
|
|
|
%global buildversion 0
|
2010-07-20 00:32:23 +00:00
|
|
|
|
2015-08-18 12:50:21 +00:00
|
|
|
Release: 0.20150818git063cfd3%{?dist}
|
2014-12-01 04:18:53 +00:00
|
|
|
License: GPLv2+ and LGPLv2.1+ and CC-BY
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2010-07-20 00:32:23 +00:00
|
|
|
Group: Applications/System
|
2015-08-18 12:50:21 +00:00
|
|
|
Source0: %{name}-%{version}-0.20150818git063cfd3.tar.gz
|
2015-04-16 01:57:22 +00:00
|
|
|
Source1: pcp-webjs.src.tar.gz
|
2014-09-12 18:47:24 +00:00
|
|
|
|
2015-06-01 13:08:52 +00:00
|
|
|
# Compat check for distros that already have single install pmda's
|
|
|
|
%if 0%{?fedora} > 22 || 0%{?rhel} > 7
|
|
|
|
%global with_compat 0
|
|
|
|
%else
|
|
|
|
%global with_compat 1
|
|
|
|
%endif
|
|
|
|
|
2014-12-01 04:18:53 +00:00
|
|
|
# There are no papi/libpfm devel packages for s390 nor for some rhels, disable
|
2014-09-12 18:47:24 +00:00
|
|
|
%ifarch s390 s390x
|
2015-03-31 14:39:29 +00:00
|
|
|
%global disable_papi 1
|
|
|
|
%global disable_perfevent 1
|
2014-12-01 05:01:40 +00:00
|
|
|
%else
|
|
|
|
%if 0%{?rhel} == 0 || 0%{?rhel} > 5
|
2015-03-31 14:39:29 +00:00
|
|
|
%global disable_papi 0
|
2014-09-12 18:47:24 +00:00
|
|
|
%else
|
2015-03-31 14:39:29 +00:00
|
|
|
%global disable_papi 1
|
2014-12-01 05:01:40 +00:00
|
|
|
%endif
|
2014-12-01 04:48:13 +00:00
|
|
|
%if 0%{?fedora} >= 20 || 0%{?rhel} > 6
|
2015-03-31 14:39:29 +00:00
|
|
|
%global disable_perfevent 0
|
2014-12-01 04:48:13 +00:00
|
|
|
%else
|
2015-03-31 14:39:29 +00:00
|
|
|
%global disable_perfevent 1
|
2014-12-01 04:48:13 +00:00
|
|
|
%endif
|
2014-09-12 18:47:24 +00:00
|
|
|
%endif
|
2014-12-01 04:18:53 +00:00
|
|
|
|
2015-03-31 14:39:29 +00:00
|
|
|
%global disable_microhttpd 0
|
|
|
|
%global disable_cairo 0
|
2015-02-23 11:09:10 +00:00
|
|
|
|
2015-03-31 14:39:29 +00:00
|
|
|
%global disable_python2 0
|
2015-03-16 13:12:36 +00:00
|
|
|
# Default for epel5 is python24, so use the (optional) python26 packages
|
|
|
|
%if 0%{?rhel} == 5
|
2015-03-31 14:39:29 +00:00
|
|
|
%global default_python 26
|
2014-12-08 14:06:18 +00:00
|
|
|
%endif
|
2015-08-04 03:54:00 +00:00
|
|
|
# No python3 development environment before el8
|
2015-06-01 13:08:52 +00:00
|
|
|
%if 0%{?rhel} == 0 || 0%{?rhel} > 7
|
2015-03-31 14:39:29 +00:00
|
|
|
%global disable_python3 0
|
2015-03-09 13:07:46 +00:00
|
|
|
# Do we wish to mandate python3 use in pcp? (f22+ and el8+)
|
2015-06-01 13:08:52 +00:00
|
|
|
%if 0%{?fedora} >= 22 || 0%{?rhel} > 7
|
2015-03-31 14:39:29 +00:00
|
|
|
%global default_python 3
|
2015-02-23 11:09:10 +00:00
|
|
|
%endif
|
2014-10-31 05:34:18 +00:00
|
|
|
%else
|
2015-03-31 14:39:29 +00:00
|
|
|
%global disable_python3 1
|
2014-10-31 05:34:18 +00:00
|
|
|
%endif
|
2015-02-23 11:09:10 +00:00
|
|
|
|
2015-08-04 03:54:00 +00:00
|
|
|
# support for pmdajson
|
|
|
|
%if 0%{?rhel} == 0 || 0%{?rhel} > 6
|
|
|
|
%if !%{disable_python2} || !%{disable_python3}
|
|
|
|
%global disable_json 0
|
|
|
|
%else
|
|
|
|
%global disable_json 1
|
|
|
|
%endif
|
|
|
|
%else
|
|
|
|
%global disable_json 1
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# support for pmdarpm
|
|
|
|
%if 0%{?rhel} == 0 || 0%{?rhel} > 5
|
|
|
|
%global disable_rpm 0
|
|
|
|
%else
|
|
|
|
%global disable_rpm 1
|
|
|
|
%endif
|
|
|
|
|
2014-12-08 14:06:18 +00:00
|
|
|
# Qt development and runtime environment missing components before el6
|
2014-06-18 15:45:46 +00:00
|
|
|
%if 0%{?rhel} == 0 || 0%{?rhel} > 5
|
2015-03-31 14:39:29 +00:00
|
|
|
%global disable_qt 0
|
2014-06-18 15:45:46 +00:00
|
|
|
%else
|
2015-03-31 14:39:29 +00:00
|
|
|
%global disable_qt 1
|
2014-06-18 15:45:46 +00:00
|
|
|
%endif
|
2014-05-15 05:28:30 +00:00
|
|
|
|
2015-08-04 03:54:00 +00:00
|
|
|
# systemd services and pmdasystemd
|
|
|
|
%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
|
|
|
|
%global disable_systemd 0
|
|
|
|
%else
|
|
|
|
%global disable_systemd 1
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# systemtap static probing, missing before el6 and on some architectures
|
|
|
|
%if 0%{?rhel} == 0 || 0%{?rhel} > 5
|
2015-08-10 12:57:42 +00:00
|
|
|
%global disable_sdt 0
|
|
|
|
%else
|
2015-08-04 03:54:00 +00:00
|
|
|
%ifnarch ppc ppc64
|
|
|
|
%global disable_sdt 0
|
|
|
|
%else
|
|
|
|
%global disable_sdt 1
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# rpm producing "noarch" packages
|
|
|
|
%if 0%{?rhel} == 0 || 0%{?rhel} > 5
|
|
|
|
%global disable_noarch 0
|
|
|
|
%else
|
|
|
|
%global disable_noarch 1
|
|
|
|
%endif
|
|
|
|
|
2015-06-01 13:08:52 +00:00
|
|
|
# prevent conflicting binary and man page install for pcp(1)
|
|
|
|
Conflicts: librapi
|
|
|
|
|
2011-12-12 07:58:13 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2012-09-14 11:53:58 +00:00
|
|
|
BuildRequires: procps autoconf bison flex
|
2013-05-14 06:38:03 +00:00
|
|
|
BuildRequires: nss-devel
|
2014-01-15 00:01:11 +00:00
|
|
|
BuildRequires: rpm-devel
|
|
|
|
BuildRequires: avahi-devel
|
2014-12-08 14:06:18 +00:00
|
|
|
%if !%{disable_python2}
|
2015-03-16 13:12:36 +00:00
|
|
|
%if 0%{?default_python} != 3
|
|
|
|
BuildRequires: python%{?default_python}-devel
|
|
|
|
%else
|
2012-09-14 11:53:58 +00:00
|
|
|
BuildRequires: python-devel
|
2014-12-08 14:06:18 +00:00
|
|
|
%endif
|
2015-03-16 13:12:36 +00:00
|
|
|
%endif
|
2014-10-31 05:34:18 +00:00
|
|
|
%if !%{disable_python3}
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
%endif
|
2012-09-14 11:53:58 +00:00
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: readline-devel
|
2013-05-14 06:38:03 +00:00
|
|
|
BuildRequires: cyrus-sasl-devel
|
2014-09-05 04:40:42 +00:00
|
|
|
%if !%{disable_papi}
|
|
|
|
BuildRequires: papi-devel
|
|
|
|
%endif
|
2014-12-01 04:18:53 +00:00
|
|
|
%if !%{disable_perfevent}
|
2015-04-16 01:57:22 +00:00
|
|
|
BuildRequires: libpfm-devel >= 4
|
2014-12-01 04:18:53 +00:00
|
|
|
%endif
|
2014-05-15 05:28:30 +00:00
|
|
|
%if !%{disable_microhttpd}
|
2013-05-14 06:38:03 +00:00
|
|
|
BuildRequires: libmicrohttpd-devel
|
2014-05-15 05:28:30 +00:00
|
|
|
%endif
|
2014-09-12 18:47:24 +00:00
|
|
|
%if !%{disable_cairo}
|
|
|
|
BuildRequires: cairo-devel
|
|
|
|
%endif
|
2015-08-04 03:54:00 +00:00
|
|
|
%if !%{disable_sdt}
|
2015-03-09 13:07:46 +00:00
|
|
|
BuildRequires: systemtap-sdt-devel
|
|
|
|
%endif
|
2010-07-20 00:32:23 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
2013-10-17 22:54:39 +00:00
|
|
|
BuildRequires: initscripts man
|
2015-08-04 03:54:00 +00:00
|
|
|
%if !%{disable_systemd}
|
2013-03-11 02:00:00 +00:00
|
|
|
BuildRequires: systemd-devel
|
|
|
|
%endif
|
2014-06-18 15:45:46 +00:00
|
|
|
%if !%{disable_qt}
|
2014-05-15 04:44:12 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: qt4-devel >= 4.4
|
2014-06-18 15:45:46 +00:00
|
|
|
%endif
|
2014-12-22 14:25:25 +00:00
|
|
|
|
2015-06-01 13:08:52 +00:00
|
|
|
Requires: bash gawk sed grep fileutils findutils initscripts which
|
2015-03-16 13:12:36 +00:00
|
|
|
Requires: python%{?default_python}
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-03-16 13:12:36 +00:00
|
|
|
%if 0%{?default_python} == 3
|
2015-02-23 11:09:10 +00:00
|
|
|
Requires: python3-pcp = %{version}-%{release}
|
|
|
|
%endif
|
2015-03-16 13:12:36 +00:00
|
|
|
%if !%{disable_python2} && 0%{?default_python} != 3
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: python-pcp = %{version}-%{release}
|
2015-02-09 13:27:01 +00:00
|
|
|
%endif
|
2014-06-18 15:45:46 +00:00
|
|
|
Obsoletes: pcp-gui-debuginfo
|
2014-07-16 03:53:30 +00:00
|
|
|
Obsoletes: pcp-pmda-nvidia
|
2010-07-20 00:32:23 +00:00
|
|
|
|
2015-08-04 03:54:00 +00:00
|
|
|
%if %{with_compat}
|
|
|
|
Requires: pcp-compat
|
|
|
|
%endif
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
Obsoletes: pcp-gui-debuginfo
|
|
|
|
|
2013-09-09 11:52:51 +00:00
|
|
|
%global tapsetdir %{_datadir}/systemtap/tapset
|
|
|
|
|
2015-03-31 14:39:29 +00:00
|
|
|
%global _confdir %{_sysconfdir}/pcp
|
|
|
|
%global _logsdir %{_localstatedir}/log/pcp
|
|
|
|
%global _pmnsdir %{_localstatedir}/lib/pcp/pmns
|
|
|
|
%global _tempsdir %{_localstatedir}/lib/pcp/tmp
|
|
|
|
%global _pmdasdir %{_localstatedir}/lib/pcp/pmdas
|
|
|
|
%global _testsdir %{_localstatedir}/lib/pcp/testsuite
|
|
|
|
%global _pixmapdir %{_datadir}/pcp-gui/pixmaps
|
|
|
|
%global _booksdir %{_datadir}/doc/pcp-doc
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 20 || 0%{?rhel} >= 8
|
|
|
|
%global _with_doc --with-docdir=%{_docdir}/%{name}
|
2014-10-31 05:34:18 +00:00
|
|
|
%endif
|
2015-08-04 03:54:00 +00:00
|
|
|
|
|
|
|
%if !%{disable_systemd}
|
2015-03-31 14:39:29 +00:00
|
|
|
%global _initddir %{_datadir}/pcp/lib
|
2014-09-05 04:40:42 +00:00
|
|
|
%else
|
2015-03-31 14:39:29 +00:00
|
|
|
%global _initddir %{_sysconfdir}/rc.d/init.d
|
2015-08-10 12:57:42 +00:00
|
|
|
%global _with_initd --with-rcdir=%{_initddir}
|
2014-09-05 04:40:42 +00:00
|
|
|
%endif
|
2013-10-17 22:54:39 +00:00
|
|
|
|
|
|
|
# we never want Infiniband on s390 platforms
|
|
|
|
%ifarch s390 s390x
|
2015-03-31 14:39:29 +00:00
|
|
|
%global disable_infiniband 1
|
2013-07-31 04:04:12 +00:00
|
|
|
%else
|
2013-10-17 22:54:39 +00:00
|
|
|
# we never want Infiniband on RHEL5 or earlier
|
|
|
|
%if 0%{?rhel} != 0 && 0%{?rhel} < 6
|
2015-03-31 14:39:29 +00:00
|
|
|
%global disable_infiniband 1
|
2013-10-17 22:54:39 +00:00
|
|
|
%else
|
2015-03-31 14:39:29 +00:00
|
|
|
%global disable_infiniband 0
|
2013-10-17 22:54:39 +00:00
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{disable_infiniband}
|
2015-03-31 14:39:29 +00:00
|
|
|
%global _with_ib --with-infiniband=no
|
2013-07-31 02:40:00 +00:00
|
|
|
%endif
|
2010-07-20 00:32:23 +00:00
|
|
|
|
2014-09-05 04:40:42 +00:00
|
|
|
%if !%{disable_papi}
|
2015-03-31 14:39:29 +00:00
|
|
|
%global _with_papi --with-papi=yes
|
2014-09-05 04:40:42 +00:00
|
|
|
%endif
|
|
|
|
|
2014-12-01 04:18:53 +00:00
|
|
|
%if !%{disable_perfevent}
|
2015-03-31 14:39:29 +00:00
|
|
|
%global _with_perfevent --with-perfevent=yes
|
2014-12-01 04:18:53 +00:00
|
|
|
%endif
|
|
|
|
|
2015-08-04 03:54:00 +00:00
|
|
|
%if %{disable_json}
|
|
|
|
%global _with_json --with-pmdajson=no
|
|
|
|
%else
|
|
|
|
%global _with_json --with-pmdajson=yes
|
|
|
|
%endif
|
|
|
|
|
2015-06-01 13:08:52 +00:00
|
|
|
%description
|
|
|
|
Performance Co-Pilot (PCP) provides a framework and services to support
|
|
|
|
system-level performance monitoring and performance management.
|
|
|
|
|
|
|
|
The PCP open source release provides a unifying abstraction for all of
|
|
|
|
the interesting performance data in a system, and allows client
|
|
|
|
applications to easily retrieve and process any subset of that data.
|
|
|
|
|
2014-02-20 02:36:48 +00:00
|
|
|
#
|
|
|
|
# pcp-conf
|
|
|
|
#
|
|
|
|
%package conf
|
|
|
|
License: LGPLv2+
|
2015-03-31 14:39:29 +00:00
|
|
|
Group: System Environment/Libraries
|
2014-02-20 02:36:48 +00:00
|
|
|
Summary: Performance Co-Pilot run-time configuration
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2014-02-20 02:36:48 +00:00
|
|
|
|
|
|
|
# http://fedoraproject.org/wiki/Packaging:Conflicts "Splitting Packages"
|
|
|
|
Conflicts: pcp-libs < 3.9
|
|
|
|
|
|
|
|
%description conf
|
|
|
|
Performance Co-Pilot (PCP) run-time configuration
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
#
|
|
|
|
# pcp-libs
|
|
|
|
#
|
|
|
|
%package libs
|
2013-09-15 07:52:20 +00:00
|
|
|
License: LGPLv2+
|
2015-03-31 14:39:29 +00:00
|
|
|
Group: System Environment/Libraries
|
2010-07-20 00:32:23 +00:00
|
|
|
Summary: Performance Co-Pilot run-time libraries
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2014-02-20 02:36:48 +00:00
|
|
|
Requires: pcp-conf = %{version}-%{release}
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
%description libs
|
|
|
|
Performance Co-Pilot (PCP) run-time libraries
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-libs-devel
|
|
|
|
#
|
|
|
|
%package libs-devel
|
2013-09-15 07:52:20 +00:00
|
|
|
License: GPLv2+ and LGPLv2.1+
|
2012-08-28 10:54:33 +00:00
|
|
|
Group: Development/Libraries
|
2010-07-20 00:32:23 +00:00
|
|
|
Summary: Performance Co-Pilot (PCP) development headers and documentation
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2015-03-31 14:39:29 +00:00
|
|
|
Requires: pcp = %{version}-%{release}
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2010-07-20 00:32:23 +00:00
|
|
|
|
|
|
|
%description libs-devel
|
|
|
|
Performance Co-Pilot (PCP) headers, documentation and tools for development.
|
|
|
|
|
2012-08-28 10:54:33 +00:00
|
|
|
#
|
|
|
|
# pcp-testsuite
|
|
|
|
#
|
|
|
|
%package testsuite
|
2013-09-15 07:52:20 +00:00
|
|
|
License: GPLv2+
|
2012-08-28 10:54:33 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Performance Co-Pilot (PCP) test suite
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp = %{version}-%{release}
|
2014-01-29 01:50:12 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp-libs-devel = %{version}-%{release}
|
2014-06-18 15:45:46 +00:00
|
|
|
Obsoletes: pcp-gui-testsuite
|
2012-08-28 10:54:33 +00:00
|
|
|
|
|
|
|
%description testsuite
|
|
|
|
Quality assurance test suite for Performance Co-Pilot (PCP).
|
|
|
|
|
2014-02-20 02:36:48 +00:00
|
|
|
#
|
|
|
|
# pcp-manager
|
|
|
|
#
|
|
|
|
%package manager
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) manager daemon
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2015-03-31 14:39:29 +00:00
|
|
|
Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
|
2014-02-20 02:36:48 +00:00
|
|
|
|
|
|
|
%description manager
|
|
|
|
An optional daemon (pmmgr) that manages a collection of pmlogger and
|
|
|
|
pmie daemons, for a set of discovered local and remote hosts running
|
|
|
|
the performance metrics collection daemon (pmcd). It ensures these
|
|
|
|
daemons are running when appropriate, and manages their log rotation
|
2015-01-26 17:51:18 +00:00
|
|
|
needs. It is an alternative to the cron-based pmlogger/pmie service
|
|
|
|
scripts.
|
2014-02-20 02:36:48 +00:00
|
|
|
|
2014-05-15 05:28:30 +00:00
|
|
|
%if !%{disable_microhttpd}
|
2014-02-20 02:36:48 +00:00
|
|
|
#
|
|
|
|
# pcp-webapi
|
|
|
|
#
|
|
|
|
%package webapi
|
2014-10-31 05:34:18 +00:00
|
|
|
License: GPLv2+
|
2014-02-20 02:36:48 +00:00
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) web API service
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2015-03-31 14:39:29 +00:00
|
|
|
Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
|
2014-02-20 02:36:48 +00:00
|
|
|
|
|
|
|
%description webapi
|
|
|
|
Provides a daemon (pmwebd) that binds a large subset of the Performance
|
|
|
|
Co-Pilot (PCP) client API (PMAPI) to RESTful web applications using the
|
|
|
|
HTTP (PMWEBAPI) protocol.
|
2014-05-15 05:28:30 +00:00
|
|
|
%endif
|
2014-02-20 02:36:48 +00:00
|
|
|
|
2014-10-31 05:34:18 +00:00
|
|
|
#
|
2015-04-16 01:57:22 +00:00
|
|
|
# pcp-webjs and pcp-webapp packages
|
2014-10-31 05:34:18 +00:00
|
|
|
#
|
|
|
|
%package webjs
|
|
|
|
License: ASL2.0 and MIT and CC-BY
|
2015-04-16 01:57:22 +00:00
|
|
|
Group: Applications/Internet
|
2015-08-04 03:54:00 +00:00
|
|
|
%if !%{disable_noarch}
|
2014-10-31 05:34:18 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
%endif
|
2015-04-16 01:57:22 +00:00
|
|
|
Requires: pcp-webapp-graphite pcp-webapp-grafana pcp-webapp-vector
|
2014-10-31 05:34:18 +00:00
|
|
|
Summary: Performance Co-Pilot (PCP) web applications
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
|
|
|
|
%description webjs
|
|
|
|
Javascript web application content for the Performance Co-Pilot (PCP)
|
|
|
|
web service.
|
2015-04-16 01:57:22 +00:00
|
|
|
|
|
|
|
%package webapp-vector
|
|
|
|
License: ASL2.0
|
|
|
|
Group: Applications/Internet
|
2015-08-04 03:54:00 +00:00
|
|
|
%if !%{disable_noarch}
|
2015-04-16 01:57:22 +00:00
|
|
|
BuildArch: noarch
|
2014-10-31 05:34:18 +00:00
|
|
|
%endif
|
2015-04-16 01:57:22 +00:00
|
|
|
Summary: Vector web application for Performance Co-Pilot (PCP)
|
|
|
|
URL: https://github.com/Netflix/vector
|
|
|
|
|
|
|
|
%description webapp-vector
|
|
|
|
Vector web application for the Performance Co-Pilot (PCP).
|
|
|
|
|
|
|
|
%package webapp-grafana
|
|
|
|
License: ASL2.0
|
|
|
|
Group: Applications/Internet
|
|
|
|
Conflicts: pcp-webjs < 3.10.4
|
2015-08-04 03:54:00 +00:00
|
|
|
%if !%{disable_noarch}
|
2015-04-16 01:57:22 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
%endif
|
|
|
|
Summary: Grafana web application for Performance Co-Pilot (PCP)
|
|
|
|
URL: https://grafana.org
|
|
|
|
|
|
|
|
%description webapp-grafana
|
|
|
|
Grafana is an open source, feature rich metrics dashboard and graph
|
|
|
|
editor. This package provides a Grafana that uses the Performance
|
|
|
|
Co-Pilot (PCP) as the data repository. Other Grafana backends are
|
|
|
|
not used.
|
|
|
|
|
|
|
|
Grafana can render time series dashboards at the browser via flot.js
|
|
|
|
(more interactive, slower, for beefy browsers) or alternately at the
|
|
|
|
server via png (less interactive, faster).
|
|
|
|
|
|
|
|
%package webapp-graphite
|
|
|
|
License: ASL2.0
|
|
|
|
Group: Applications/Internet
|
|
|
|
Conflicts: pcp-webjs < 3.10.4
|
2015-08-04 03:54:00 +00:00
|
|
|
%if !%{disable_noarch}
|
2015-04-16 01:57:22 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
%endif
|
|
|
|
Summary: Graphite web application for Performance Co-Pilot (PCP)
|
|
|
|
URL: http://graphite.readthedocs.org
|
|
|
|
|
|
|
|
%description webapp-graphite
|
|
|
|
Graphite is a highly scalable real-time graphing system. This package
|
|
|
|
provides a graphite version that uses the Performance Co-Pilot (PCP)
|
|
|
|
as the data repository, and Graphites web interface renders it. The
|
|
|
|
Carbon and Whisper subsystems of Graphite are not included nor used.
|
2014-10-31 05:34:18 +00:00
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
# perl-PCP-PMDA. This is the PCP agent perl binding.
|
|
|
|
#
|
|
|
|
%package -n perl-PCP-PMDA
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Performance Co-Pilot (PCP) Perl bindings and documentation
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
Requires: perl
|
|
|
|
|
|
|
|
%description -n perl-PCP-PMDA
|
|
|
|
The PCP::PMDA Perl module contains the language bindings for
|
|
|
|
building Performance Metric Domain Agents (PMDAs) using Perl.
|
|
|
|
Each PMDA exports performance data for one specific domain, for
|
|
|
|
example the operating system kernel, Cisco routers, a database,
|
|
|
|
an application, etc.
|
|
|
|
|
|
|
|
#
|
|
|
|
# perl-PCP-MMV
|
|
|
|
#
|
|
|
|
%package -n perl-PCP-MMV
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Performance Co-Pilot (PCP) Perl bindings for PCP Memory Mapped Values
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n perl-PCP-MMV
|
|
|
|
The PCP::MMV module contains the Perl language bindings for
|
|
|
|
building scripts instrumented with the Performance Co-Pilot
|
|
|
|
(PCP) Memory Mapped Value (MMV) mechanism.
|
|
|
|
This mechanism allows arbitrary values to be exported from an
|
|
|
|
instrumented script into the PCP infrastructure for monitoring
|
|
|
|
and analysis with pmchart, pmie, pmlogger and other PCP tools.
|
|
|
|
|
|
|
|
#
|
|
|
|
# perl-PCP-LogImport
|
|
|
|
#
|
|
|
|
%package -n perl-PCP-LogImport
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Performance Co-Pilot (PCP) Perl bindings for importing external data into PCP archives
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n perl-PCP-LogImport
|
|
|
|
The PCP::LogImport module contains the Perl language bindings for
|
|
|
|
importing data in various 3rd party formats into PCP archives so
|
|
|
|
they can be replayed with standard PCP monitoring tools.
|
|
|
|
|
|
|
|
#
|
|
|
|
# perl-PCP-LogSummary
|
|
|
|
#
|
|
|
|
%package -n perl-PCP-LogSummary
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Performance Co-Pilot (PCP) Perl bindings for post-processing output of pmlogsummary
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n perl-PCP-LogSummary
|
|
|
|
The PCP::LogSummary module provides a Perl module for using the
|
|
|
|
statistical summary data produced by the Performance Co-Pilot
|
|
|
|
pmlogsummary utility. This utility produces various averages,
|
|
|
|
minima, maxima, and other calculations based on the performance
|
|
|
|
data stored in a PCP archive. The Perl interface is ideal for
|
|
|
|
exporting this data into third-party tools (e.g. spreadsheets).
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-import-sar2pcp
|
|
|
|
#
|
|
|
|
%package import-sar2pcp
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot tools for importing sar data into PCP archive logs
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
Requires: perl-PCP-LogImport = %{version}-%{release}
|
|
|
|
Requires: sysstat
|
|
|
|
|
|
|
|
%description import-sar2pcp
|
|
|
|
Performance Co-Pilot (PCP) front-end tools for importing sar data
|
|
|
|
into standard PCP archive logs for replay with any PCP monitoring tool.
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-import-iostat2pcp
|
|
|
|
#
|
|
|
|
%package import-iostat2pcp
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot tools for importing iostat data into PCP archive logs
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
Requires: perl-PCP-LogImport = %{version}-%{release}
|
|
|
|
Requires: sysstat
|
|
|
|
|
|
|
|
%description import-iostat2pcp
|
|
|
|
Performance Co-Pilot (PCP) front-end tools for importing iostat data
|
|
|
|
into standard PCP archive logs for replay with any PCP monitoring tool.
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-import-mrtg2pcp
|
|
|
|
#
|
|
|
|
%package import-mrtg2pcp
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot tools for importing MTRG data into PCP archive logs
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
Requires: perl-PCP-LogImport = %{version}-%{release}
|
|
|
|
|
|
|
|
%description import-mrtg2pcp
|
|
|
|
Performance Co-Pilot (PCP) front-end tools for importing MTRG data
|
|
|
|
into standard PCP archive logs for replay with any PCP monitoring tool.
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-import-ganglia2pcp
|
|
|
|
#
|
|
|
|
%package import-ganglia2pcp
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot tools for importing ganglia data into PCP archive logs
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
Requires: perl-PCP-LogImport = %{version}-%{release}
|
|
|
|
|
|
|
|
%description import-ganglia2pcp
|
|
|
|
Performance Co-Pilot (PCP) front-end tools for importing ganglia data
|
|
|
|
into standard PCP archive logs for replay with any PCP monitoring tool.
|
|
|
|
|
2015-06-15 12:03:21 +00:00
|
|
|
%if !%{disable_python2} || !%{disable_python3}
|
|
|
|
#
|
|
|
|
# pcp-export-pcp2graphite
|
|
|
|
#
|
|
|
|
%package export-pcp2graphite
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot tools for exporting PCP metrics to Graphite
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs >= %{version}-%{release}
|
|
|
|
%if !%{disable_python3}
|
|
|
|
Requires: python3-pcp = %{version}-%{release}
|
|
|
|
%else
|
|
|
|
Requires: python-pcp = %{version}-%{release}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description export-pcp2graphite
|
|
|
|
Performance Co-Pilot (PCP) front-end tools for exporting metric values
|
|
|
|
to graphite (http://graphite.readthedocs.org).
|
|
|
|
%endif
|
|
|
|
|
2015-06-01 13:08:52 +00:00
|
|
|
#
|
|
|
|
# pcp-import-collectl2pcp
|
|
|
|
#
|
|
|
|
%package import-collectl2pcp
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot tools for importing collectl log files into PCP archive logs
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
%description import-collectl2pcp
|
|
|
|
Performance Co-Pilot (PCP) front-end tools for importing collectl data
|
|
|
|
into standard PCP archive logs for replay with any PCP monitoring tool.
|
|
|
|
|
|
|
|
%if !%{disable_papi}
|
|
|
|
#
|
|
|
|
# pcp-pmda-papi
|
|
|
|
#
|
|
|
|
%package pmda-papi
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for Performance API and hardware counters
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
|
|
|
|
BuildRequires: papi-devel
|
|
|
|
|
|
|
|
%description pmda-papi
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
|
|
|
collecting hardware counters statistics through PAPI (Performance API).
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if !%{disable_perfevent}
|
|
|
|
#
|
|
|
|
# pcp-pmda-perfevent
|
|
|
|
#
|
|
|
|
%package pmda-perfevent
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for hardware counters
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
|
|
|
|
Requires: libpfm >= 4
|
|
|
|
BuildRequires: libpfm-devel >= 4
|
|
|
|
|
|
|
|
%description pmda-perfevent
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
|
|
|
collecting hardware counters statistics through libpfm.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if !%{disable_infiniband}
|
|
|
|
#
|
|
|
|
# pcp-pmda-infiniband
|
|
|
|
#
|
|
|
|
%package pmda-infiniband
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for Infiniband HCAs and switches
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
|
|
|
|
Requires: libibmad >= 1.3.7 libibumad >= 1.3.7
|
|
|
|
BuildRequires: libibmad-devel >= 1.3.7 libibumad-devel >= 1.3.7
|
|
|
|
|
|
|
|
%description pmda-infiniband
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
|
|
|
collecting Infiniband statistics. By default, it monitors the local HCAs
|
|
|
|
but can also be configured to monitor remote GUIDs such as IB switches.
|
|
|
|
%endif
|
|
|
|
#
|
|
|
|
# pcp-pmda-activemq
|
|
|
|
#
|
|
|
|
%package pmda-activemq
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for ActiveMQ
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-activemq
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the ActiveMQ message broker.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-activemq
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-bonding
|
|
|
|
#
|
|
|
|
%package pmda-bonding
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for Bonded network interfaces
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-bonding
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about bonded network interfaces.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-bonding
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-dbping
|
|
|
|
#
|
|
|
|
%package pmda-dbping
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for Database response times and Availablility
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-dbping
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
|
|
|
collecting metrics about the Database response times and Availablility.
|
|
|
|
#end pcp-pmda-dbping
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-ds389
|
|
|
|
#
|
|
|
|
%package pmda-ds389
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for 389 Directory Servers
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-ds389
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about a 389 Directory Server.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-ds389
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-ds389log
|
|
|
|
#
|
|
|
|
%package pmda-ds389log
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for 389 Directory Server Loggers
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-ds389log
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics from a 389 Directory Server log.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-ds389log
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-elasticsearch
|
|
|
|
#
|
|
|
|
%package pmda-elasticsearch
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for Elasticsearch
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-elasticsearch
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about Elasticsearch.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-elasticsearch
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-gpfs
|
|
|
|
#
|
|
|
|
%package pmda-gpfs
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for GPFS Filesystem
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-gpfs
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the GPFS filesystem.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-gpfs
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-gpsd
|
|
|
|
#
|
|
|
|
%package pmda-gpsd
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for a GPS Daemon
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-gpsd
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about a GPS Daemon.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-gpsd
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-kvm
|
|
|
|
#
|
|
|
|
%package pmda-kvm
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for KVM
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-kvm
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Kernel based Virtual Machine.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-kvm
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-lustre
|
|
|
|
#
|
|
|
|
%package pmda-lustre
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Lustre Filesytem
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-lustre
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Lustre Filesystem.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-lustre
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-lustrecomm
|
|
|
|
#
|
|
|
|
%package pmda-lustrecomm
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Lustre Filesytem Comms
|
|
|
|
URL: http://www.pcp.io
|
2015-08-04 03:54:00 +00:00
|
|
|
Requires: pcp = %{version}-%{release}
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-06-01 13:08:52 +00:00
|
|
|
|
|
|
|
%description pmda-lustrecomm
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Lustre Filesystem Comms.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-lustrecomm
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-memcache
|
|
|
|
#
|
|
|
|
%package pmda-memcache
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for Memcached
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-memcache
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about Memcached.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-memcache
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-mysql
|
|
|
|
#
|
|
|
|
%package pmda-mysql
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for MySQL
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-mysql
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the MySQL database.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-mysql
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-named
|
|
|
|
#
|
|
|
|
%package pmda-named
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for Named
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-named
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Named nameserver.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-named
|
|
|
|
|
|
|
|
# pcp-pmda-netfilter
|
|
|
|
#
|
|
|
|
%package pmda-netfilter
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for Netfilter framework
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-netfilter
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Netfilter packet filtering framework.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-netfilter
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-news
|
|
|
|
#
|
|
|
|
%package pmda-news
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for Usenet News
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-news
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about Usenet News.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-news
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-nginx
|
|
|
|
#
|
|
|
|
%package pmda-nginx
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Nginx Webserver
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-nginx
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Nginx Webserver.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-nginx
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-nfsclient
|
|
|
|
#
|
|
|
|
%package pmda-nfsclient
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for NFS Clients
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-nfsclient
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics for NFS Clients.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-nfsclient
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-pdns
|
|
|
|
#
|
|
|
|
%package pmda-pdns
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for PowerDNS
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-pdns
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the PowerDNS.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-pdns
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-postfix
|
|
|
|
#
|
|
|
|
%package pmda-postfix
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Postfix (MTA)
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
%if 0%{?fedora} > 16 || 0%{?rhel} > 5
|
|
|
|
Requires: postfix-perl-scripts
|
|
|
|
%endif
|
|
|
|
%if 0%{?rhel} <= 5
|
|
|
|
Requires: postfix
|
|
|
|
%endif
|
|
|
|
%if "%{_vendor}" == "suse"
|
|
|
|
Requires: postfix-doc
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description pmda-postfix
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Postfix (MTA).
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-postfix
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-postgresql
|
|
|
|
#
|
|
|
|
%package pmda-postgresql
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for PostgreSQL
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-postgresql
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the PostgreSQL database.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-postgresql
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-rsyslog
|
|
|
|
#
|
|
|
|
%package pmda-rsyslog
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for Rsyslog
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-rsyslog
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about Rsyslog.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-rsyslog
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-samba
|
|
|
|
#
|
|
|
|
%package pmda-samba
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for Samba
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-samba
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about Samba.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-samba
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-snmp
|
|
|
|
#
|
|
|
|
%package pmda-snmp
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for Simple Network Management Protocol
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-snmp
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about SNMP.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-snmp
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-vmware
|
|
|
|
#
|
|
|
|
%package pmda-vmware
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for VMware
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-vmware
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics for VMware.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-vmware
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-zimbra
|
|
|
|
#
|
|
|
|
%package pmda-zimbra
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for Zimbra
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
|
|
|
|
|
|
|
%description pmda-zimbra
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about Zimbra.
|
2015-06-01 13:08:52 +00:00
|
|
|
#end pcp-pmda-zimbra
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-dm
|
|
|
|
#
|
|
|
|
%package pmda-dm
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Device Mapper Cache and Thin Client
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
%description pmda-dm
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Device Mapper Cache and Thin Client.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-dm
|
|
|
|
|
|
|
|
|
|
|
|
%if !%{disable_python2} || !%{disable_python3}
|
|
|
|
#
|
|
|
|
# pcp-pmda-gluster
|
|
|
|
#
|
|
|
|
%package pmda-gluster
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Gluster filesystem
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
%if !%{disable_python3}
|
|
|
|
Requires: python3-pcp
|
|
|
|
%else
|
|
|
|
Requires: python-pcp
|
|
|
|
%endif
|
|
|
|
%description pmda-gluster
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the gluster filesystem.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-gluster
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-zswap
|
|
|
|
#
|
|
|
|
%package pmda-zswap
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for compressed swap
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
%if !%{disable_python3}
|
|
|
|
Requires: python3-pcp
|
|
|
|
%else
|
|
|
|
Requires: python-pcp
|
|
|
|
%endif
|
|
|
|
%description pmda-zswap
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about compressed swap.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-zswap
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-pmda-unbound
|
|
|
|
#
|
|
|
|
%package pmda-unbound
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Unbound DNS Resolver
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
%if !%{disable_python3}
|
|
|
|
Requires: python3-pcp
|
|
|
|
%else
|
|
|
|
Requires: python-pcp
|
|
|
|
%endif
|
|
|
|
%description pmda-unbound
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Unbound DNS Resolver.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-unbound
|
|
|
|
|
2015-08-18 12:50:21 +00:00
|
|
|
#
|
|
|
|
# pcp-pmda-mic
|
|
|
|
#
|
|
|
|
%package pmda-mic
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for Intel MIC cards
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
%if !%{disable_python3}
|
|
|
|
Requires: python3-pcp
|
|
|
|
%else
|
|
|
|
Requires: python-pcp
|
|
|
|
%endif
|
|
|
|
%description pmda-mic
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
|
|
|
collecting metrics about Intel MIC cards.
|
|
|
|
# end pcp-pmda-mic
|
|
|
|
|
2015-08-04 03:54:00 +00:00
|
|
|
%endif # !%{disable_python2} || !%{disable_python3}
|
|
|
|
|
|
|
|
%if !%{disable_json}
|
2015-06-15 12:03:21 +00:00
|
|
|
#
|
|
|
|
# pcp-pmda-json
|
|
|
|
#
|
|
|
|
%package pmda-json
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for JSON data
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
%if !%{disable_python3}
|
|
|
|
Requires: python3-pcp
|
|
|
|
Requires: python3-jsonpointer
|
|
|
|
Requires: python3-six
|
|
|
|
%else
|
|
|
|
Requires: python-pcp
|
|
|
|
Requires: python-jsonpointer
|
|
|
|
Requires: python-six
|
|
|
|
%endif
|
|
|
|
%description pmda-json
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics output in JSON.
|
2015-06-15 12:03:21 +00:00
|
|
|
# end pcp-pmda-json
|
2015-08-04 03:54:00 +00:00
|
|
|
%endif # !%{disable_json}
|
2015-06-01 13:08:52 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# C pmdas
|
|
|
|
# pcp-pmda-apache
|
2010-07-20 00:32:23 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
%package pmda-apache
|
2013-09-15 07:52:20 +00:00
|
|
|
License: GPLv2+
|
2015-06-01 13:08:52 +00:00
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Apache webserver
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-06-01 13:08:52 +00:00
|
|
|
%description pmda-apache
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Apache webserver.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-apache
|
2010-07-20 00:32:23 +00:00
|
|
|
|
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
# pcp-pmda-bash
|
2010-07-20 00:32:23 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
%package pmda-bash
|
2013-09-15 07:52:20 +00:00
|
|
|
License: GPLv2+
|
2015-06-01 13:08:52 +00:00
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Bash shell
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2013-10-17 22:54:39 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-06-01 13:08:52 +00:00
|
|
|
%description pmda-bash
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Bash shell.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-bash
|
2010-07-20 00:32:23 +00:00
|
|
|
|
2011-02-02 02:51:56 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
# pcp-pmda-cifs
|
2011-02-02 02:51:56 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
%package pmda-cifs
|
2013-09-15 07:52:20 +00:00
|
|
|
License: GPLv2+
|
2015-06-01 13:08:52 +00:00
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Cifs shell
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2013-10-17 22:54:39 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-06-01 13:08:52 +00:00
|
|
|
%description pmda-cifs
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Common Internet Filesytem.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-cifs
|
2011-02-02 02:51:56 +00:00
|
|
|
|
2014-09-05 04:40:42 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
# pcp-pmda-cisco
|
2011-12-12 07:58:13 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
%package pmda-cisco
|
2013-09-15 07:52:20 +00:00
|
|
|
License: GPLv2+
|
2015-06-01 13:08:52 +00:00
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Cisco shell
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2013-10-17 22:54:39 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-06-01 13:08:52 +00:00
|
|
|
%description pmda-cisco
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about Cisco routers.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-cisco
|
2011-12-12 07:58:13 +00:00
|
|
|
|
2011-02-02 02:51:56 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
# pcp-pmda-gfs2
|
2011-02-02 02:51:56 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
%package pmda-gfs2
|
|
|
|
License: GPLv2+
|
2011-02-02 02:51:56 +00:00
|
|
|
Group: Applications/System
|
2015-06-01 13:08:52 +00:00
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Gfs2 shell
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2013-10-17 22:54:39 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-06-01 13:08:52 +00:00
|
|
|
%description pmda-gfs2
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Global Filesystem v2.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-gfs2
|
2011-02-02 02:51:56 +00:00
|
|
|
|
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
# pcp-pmda-lmsensors
|
2011-02-02 02:51:56 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
%package pmda-lmsensors
|
|
|
|
License: GPLv2+
|
2011-02-02 02:51:56 +00:00
|
|
|
Group: Applications/System
|
2015-06-01 13:08:52 +00:00
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Lmsensors shell
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2013-10-17 22:54:39 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-06-01 13:08:52 +00:00
|
|
|
%description pmda-lmsensors
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Linux hardware monitoring sensors.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-lmsensors
|
2011-02-02 02:51:56 +00:00
|
|
|
|
2015-06-15 12:03:21 +00:00
|
|
|
#
|
|
|
|
# pcp-pmda-logger
|
|
|
|
#
|
|
|
|
%package pmda-logger
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics from arbitrary log files
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
%description pmda-logger
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
|
|
|
collecting metrics from a specified set of log files (or pipes). The PMDA
|
2015-08-04 03:54:00 +00:00
|
|
|
supports both sampled and event-style metrics.
|
2015-06-15 12:03:21 +00:00
|
|
|
# end pcp-pmda-logger
|
|
|
|
|
2011-02-02 02:51:56 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
# pcp-pmda-mailq
|
2011-02-02 02:51:56 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
%package pmda-mailq
|
|
|
|
License: GPLv2+
|
2011-02-02 02:51:56 +00:00
|
|
|
Group: Applications/System
|
2015-06-01 13:08:52 +00:00
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Mailq shell
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2013-10-17 22:54:39 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-06-01 13:08:52 +00:00
|
|
|
%description pmda-mailq
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about email queues managed by sendmail.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-mailq
|
2011-02-02 02:51:56 +00:00
|
|
|
|
2015-06-01 13:08:52 +00:00
|
|
|
#
|
|
|
|
# pcp-pmda-mounts
|
|
|
|
#
|
|
|
|
%package pmda-mounts
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Mounts shell
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
%description pmda-mounts
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about filesystem mounts.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-mounts
|
2011-02-02 02:51:56 +00:00
|
|
|
|
2015-03-02 20:39:32 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
# pcp-pmda-nvidia-gpu
|
2015-03-02 20:39:32 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
%package pmda-nvidia-gpu
|
|
|
|
License: GPLv2+
|
2015-03-02 20:39:32 +00:00
|
|
|
Group: Applications/System
|
2015-06-01 13:08:52 +00:00
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Nvidia shell
|
2015-03-02 20:39:32 +00:00
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-06-01 13:08:52 +00:00
|
|
|
%description pmda-nvidia-gpu
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Nvidia gpu metrics.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-nvidia-gpu
|
2015-03-02 20:39:32 +00:00
|
|
|
|
2015-06-01 13:08:52 +00:00
|
|
|
#
|
|
|
|
# pcp-pmda-roomtemp
|
|
|
|
#
|
|
|
|
%package pmda-roomtemp
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Roomtemp shell
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp = %{version}-%{release}
|
2015-08-04 03:54:00 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-06-01 13:08:52 +00:00
|
|
|
%description pmda-roomtemp
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Room temperature metrics.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-roomtemp
|
2015-03-02 20:39:32 +00:00
|
|
|
|
2015-08-04 03:54:00 +00:00
|
|
|
%if !%{disable_rpm}
|
2013-06-19 03:43:45 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
# pcp-pmda-rpm
|
2013-06-19 03:43:45 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
%package pmda-rpm
|
|
|
|
License: GPLv2+
|
2013-06-19 03:43:45 +00:00
|
|
|
Group: Applications/System
|
2015-06-01 13:08:52 +00:00
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Rpm shell
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2015-06-01 13:08:52 +00:00
|
|
|
Requires: pcp = %{version}-%{release}
|
2015-08-04 03:54:00 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-06-01 13:08:52 +00:00
|
|
|
%description pmda-rpm
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the rpms.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-rpm
|
2015-08-04 03:54:00 +00:00
|
|
|
%endif
|
2013-06-19 03:43:45 +00:00
|
|
|
|
2014-09-05 04:40:42 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
# pcp-pmda-sendmail
|
2014-09-05 04:40:42 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
%package pmda-sendmail
|
2014-09-05 04:40:42 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
2015-06-01 13:08:52 +00:00
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Sendmail shell
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2015-06-01 13:08:52 +00:00
|
|
|
Requires: pcp = %{version}-%{release}
|
2015-08-04 03:54:00 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-06-01 13:08:52 +00:00
|
|
|
%description pmda-sendmail
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about Sendmail traffic metrics.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-sendmail
|
2014-09-05 04:40:42 +00:00
|
|
|
|
2015-06-01 13:08:52 +00:00
|
|
|
#
|
|
|
|
# pcp-pmda-shping
|
|
|
|
#
|
|
|
|
%package pmda-shping
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Shping shell
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
%description pmda-shping
|
2014-09-05 04:40:42 +00:00
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-06-01 13:08:52 +00:00
|
|
|
collecting metrics about quality of service and response time measurements of
|
2015-08-04 03:54:00 +00:00
|
|
|
arbitrary shell commands.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-shping
|
2014-09-05 04:40:42 +00:00
|
|
|
|
2014-12-01 04:18:53 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
# pcp-pmda-summary
|
2014-12-01 04:18:53 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
%package pmda-summary
|
2014-12-01 04:18:53 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
2015-06-01 13:08:52 +00:00
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Summary shell
|
2014-12-01 04:18:53 +00:00
|
|
|
URL: http://www.pcp.io
|
2015-06-01 13:08:52 +00:00
|
|
|
Requires: pcp = %{version}-%{release}
|
2015-08-04 03:54:00 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-06-01 13:08:52 +00:00
|
|
|
%description pmda-summary
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about other installed pmdas.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-summary
|
2014-12-01 04:18:53 +00:00
|
|
|
|
2015-08-04 03:54:00 +00:00
|
|
|
%if !%{disable_systemd}
|
2015-06-01 13:08:52 +00:00
|
|
|
#
|
|
|
|
# pcp-pmda-systemd
|
|
|
|
#
|
|
|
|
%package pmda-systemd
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Systemd shell
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
%description pmda-systemd
|
2014-12-01 04:18:53 +00:00
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about the Systemd shell.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-systemd
|
2015-08-04 03:54:00 +00:00
|
|
|
%endif
|
2014-12-01 04:18:53 +00:00
|
|
|
|
2013-09-09 11:52:51 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
# pcp-pmda-trace
|
2013-09-09 11:52:51 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
%package pmda-trace
|
2013-09-15 07:52:20 +00:00
|
|
|
License: GPLv2+
|
2013-09-09 11:52:51 +00:00
|
|
|
Group: Applications/System
|
2015-06-01 13:08:52 +00:00
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Trace shell
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2015-06-01 13:08:52 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
%description pmda-trace
|
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
|
|
|
collecting metrics about transaction performance metrics from applications.
|
|
|
|
# end pcp-pmda-trace
|
2013-09-09 11:52:51 +00:00
|
|
|
|
2015-06-01 13:08:52 +00:00
|
|
|
#
|
|
|
|
# pcp-pmda-weblog
|
|
|
|
#
|
|
|
|
%package pmda-weblog
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) metrics for the Weblog shell
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp = %{version}-%{release}
|
2015-08-04 03:54:00 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-06-01 13:08:52 +00:00
|
|
|
%description pmda-weblog
|
2013-09-09 11:52:51 +00:00
|
|
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
2015-08-04 03:54:00 +00:00
|
|
|
collecting metrics about web server logs.
|
2015-06-01 13:08:52 +00:00
|
|
|
# end pcp-pmda-weblog
|
|
|
|
# end C pmdas
|
|
|
|
|
2015-06-15 12:03:21 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
# pcp-compat
|
2015-06-15 12:03:21 +00:00
|
|
|
#
|
2015-06-01 13:08:52 +00:00
|
|
|
%if %{with_compat}
|
|
|
|
%package compat
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) compat package for existing systems
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-pmda-activemq pcp-pmda-bonding pcp-pmda-dbping pcp-pmda-ds389 pcp-pmda-ds389log
|
|
|
|
Requires: pcp-pmda-elasticsearch pcp-pmda-gpfs pcp-pmda-gpsd pcp-pmda-kvm pcp-pmda-lustre
|
|
|
|
Requires: pcp-pmda-memcache pcp-pmda-mysql pcp-pmda-named pcp-pmda-netfilter pcp-pmda-news
|
|
|
|
Requires: pcp-pmda-nginx pcp-pmda-nfsclient pcp-pmda-pdns pcp-pmda-postfix pcp-pmda-postgresql
|
|
|
|
Requires: pcp-pmda-dm pcp-pmda-apache
|
|
|
|
Requires: pcp-pmda-bash pcp-pmda-cisco pcp-pmda-gfs2 pcp-pmda-lmsensors pcp-pmda-mailq pcp-pmda-mounts
|
2015-06-15 12:03:21 +00:00
|
|
|
Requires: pcp-pmda-nvidia-gpu pcp-pmda-roomtemp pcp-pmda-sendmail pcp-pmda-shping pcp-pmda-logger
|
2015-06-01 13:08:52 +00:00
|
|
|
Requires: pcp-pmda-lustrecomm
|
|
|
|
%if !%{disable_python2} || !%{disable_python3}
|
2015-08-18 12:50:21 +00:00
|
|
|
Requires: pcp-pmda-gluster pcp-pmda-zswap pcp-pmda-unbound pcp-pmda-mic
|
2015-06-15 12:03:21 +00:00
|
|
|
Requires: pcp-system-tools pcp-export-pcp2graphite
|
2015-06-01 13:08:52 +00:00
|
|
|
%endif
|
2015-08-04 03:54:00 +00:00
|
|
|
%if !%{disable_json}
|
|
|
|
Requires: pcp-pmda-json
|
|
|
|
%endif
|
|
|
|
%if !%{disable_rpm}
|
2015-06-01 13:08:52 +00:00
|
|
|
Requires: pcp-pmda-rpm
|
2015-08-04 03:54:00 +00:00
|
|
|
%endif
|
2015-06-01 13:08:52 +00:00
|
|
|
Requires: pcp-pmda-summary pcp-pmda-trace pcp-pmda-weblog
|
|
|
|
Requires: pcp-doc
|
|
|
|
%description compat
|
|
|
|
This package contains the PCP compatibility dependencies for existing PCP
|
|
|
|
installations. This is not a package that should be depended on, and will
|
|
|
|
be removed in future releases.
|
|
|
|
%endif #compat
|
|
|
|
|
|
|
|
# pcp-collector metapackage
|
|
|
|
%package collector
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) Collection meta Package
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
Requires: pcp-pmda-activemq pcp-pmda-bonding pcp-pmda-dbping pcp-pmda-ds389 pcp-pmda-ds389log
|
|
|
|
Requires: pcp-pmda-elasticsearch pcp-pmda-gpfs pcp-pmda-gpsd pcp-pmda-kvm pcp-pmda-lustre
|
|
|
|
Requires: pcp-pmda-memcache pcp-pmda-mysql pcp-pmda-named pcp-pmda-netfilter pcp-pmda-news
|
|
|
|
Requires: pcp-pmda-nginx pcp-pmda-nfsclient pcp-pmda-pdns pcp-pmda-postfix pcp-pmda-postgresql
|
|
|
|
Requires: pcp-pmda-samba pcp-pmda-snmp pcp-pmda-vmware pcp-pmda-zimbra
|
|
|
|
Requires: pcp-pmda-dm pcp-pmda-apache
|
|
|
|
Requires: pcp-pmda-bash pcp-pmda-cisco pcp-pmda-gfs2 pcp-pmda-lmsensors pcp-pmda-mailq pcp-pmda-mounts
|
|
|
|
Requires: pcp-pmda-nvidia-gpu pcp-pmda-roomtemp pcp-pmda-sendmail pcp-pmda-shping
|
2015-06-15 12:03:21 +00:00
|
|
|
Requires: pcp-pmda-lustrecomm pcp-pmda-logger
|
2015-06-01 13:08:52 +00:00
|
|
|
%if !%{disable_python2} || !%{disable_python3}
|
2015-08-18 12:50:21 +00:00
|
|
|
Requires: pcp-pmda-gluster pcp-pmda-zswap pcp-pmda-unbound pcp-pmda-mic
|
2015-06-01 13:08:52 +00:00
|
|
|
%endif
|
2015-08-04 03:54:00 +00:00
|
|
|
%if !%{disable_json}
|
|
|
|
Requires: pcp-pmda-json
|
|
|
|
%endif
|
|
|
|
%if !%{disable_rpm}
|
2015-06-01 13:08:52 +00:00
|
|
|
Requires: pcp-pmda-rpm
|
2015-08-04 03:54:00 +00:00
|
|
|
%endif
|
2015-06-01 13:08:52 +00:00
|
|
|
Requires: pcp-pmda-summary pcp-pmda-trace pcp-pmda-weblog
|
|
|
|
%description collector
|
2015-08-04 03:54:00 +00:00
|
|
|
This meta-package installs the PCP metric collection dependencies. This
|
|
|
|
includes the vast majority of packages used to collect PCP metrics. The
|
|
|
|
pcp-collector package also automatically enables and starts the pmcd and
|
|
|
|
pmlogger services.
|
2015-06-01 13:08:52 +00:00
|
|
|
# collector
|
|
|
|
|
|
|
|
# pcp-monitor metapackage
|
|
|
|
%package monitor
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Performance Co-Pilot (PCP) Monitoring meta Package
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
%if !%{disable_microhttpd}
|
|
|
|
Requires: pcp-webapi
|
|
|
|
%endif
|
|
|
|
%if !%{disable_python2} || !%{disable_python3}
|
|
|
|
Requires: pcp-system-tools
|
2013-09-16 07:34:17 +00:00
|
|
|
%endif
|
2015-06-01 13:08:52 +00:00
|
|
|
%if !%{disable_qt}
|
|
|
|
Requires: pcp-gui
|
|
|
|
%endif
|
|
|
|
%description monitor
|
2015-08-04 03:54:00 +00:00
|
|
|
This meta-package contains the PCP performance monitoring dependencies. This
|
|
|
|
includes a large number of packages for analysing PCP metrics in various ways.
|
2015-06-01 13:08:52 +00:00
|
|
|
# monitor
|
2013-09-09 11:52:51 +00:00
|
|
|
|
2014-12-08 14:06:18 +00:00
|
|
|
%if !%{disable_python2}
|
2012-08-28 10:54:33 +00:00
|
|
|
#
|
|
|
|
# python-pcp. This is the PCP library bindings for python.
|
|
|
|
#
|
|
|
|
%package -n python-pcp
|
2013-09-15 07:52:20 +00:00
|
|
|
License: GPLv2+
|
2012-08-28 10:54:33 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Performance Co-Pilot (PCP) Python bindings and documentation
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2015-03-31 14:39:29 +00:00
|
|
|
Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
|
2012-08-28 10:54:33 +00:00
|
|
|
|
|
|
|
%description -n python-pcp
|
2014-10-31 05:34:18 +00:00
|
|
|
This python PCP module contains the language bindings for
|
|
|
|
Performance Metric API (PMAPI) monitor tools and Performance
|
|
|
|
Metric Domain Agent (PMDA) collector tools written in Python.
|
2014-12-08 14:06:18 +00:00
|
|
|
%endif
|
2014-10-31 05:34:18 +00:00
|
|
|
|
|
|
|
%if !%{disable_python3}
|
|
|
|
#
|
|
|
|
# python3-pcp. This is the PCP library bindings for python3.
|
|
|
|
#
|
|
|
|
%package -n python3-pcp
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Performance Co-Pilot (PCP) Python3 bindings and documentation
|
|
|
|
URL: http://www.pcp.io
|
2015-03-31 14:39:29 +00:00
|
|
|
Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
|
2014-10-31 05:34:18 +00:00
|
|
|
|
|
|
|
%description -n python3-pcp
|
|
|
|
This python PCP module contains the language bindings for
|
|
|
|
Performance Metric API (PMAPI) monitor tools and Performance
|
|
|
|
Metric Domain Agent (PMDA) collector tools written in Python3.
|
|
|
|
%endif
|
2012-08-28 10:54:33 +00:00
|
|
|
|
2015-06-01 13:08:52 +00:00
|
|
|
%if !%{disable_python2} || !%{disable_python3}
|
|
|
|
#
|
|
|
|
# pcp-system-tools
|
|
|
|
#
|
|
|
|
%package -n pcp-system-tools
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Performance Co-Pilot (PCP) System and Monitoring Tools
|
|
|
|
URL: http://www.pcp.io
|
|
|
|
%if !%{disable_python3}
|
|
|
|
Requires: python3-pcp = %{version}-%{release}
|
2015-08-04 03:54:00 +00:00
|
|
|
%endif
|
|
|
|
%if !%{disable_python2}
|
2015-06-01 13:08:52 +00:00
|
|
|
Requires: python-pcp = %{version}-%{release}
|
|
|
|
%endif
|
2015-08-04 03:54:00 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2015-06-01 13:08:52 +00:00
|
|
|
%description -n pcp-system-tools
|
|
|
|
This PCP module contains additional system monitoring tools written
|
|
|
|
in python.
|
|
|
|
%endif #end pcp-system-tools
|
|
|
|
|
2014-06-18 15:45:46 +00:00
|
|
|
%if !%{disable_qt}
|
2014-05-15 04:44:12 +00:00
|
|
|
#
|
|
|
|
# pcp-gui package for Qt tools
|
|
|
|
#
|
|
|
|
%package -n pcp-gui
|
|
|
|
License: GPLv2+ and LGPLv2+ and LGPLv2+ with exceptions
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Visualization tools for the Performance Co-Pilot toolkit
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2015-03-31 14:39:29 +00:00
|
|
|
Requires: pcp = %{version}-%{release} pcp-libs = %{version}-%{release}
|
2014-05-15 04:44:12 +00:00
|
|
|
|
|
|
|
%description -n pcp-gui
|
|
|
|
Visualization tools for the Performance Co-Pilot toolkit.
|
|
|
|
The pcp-gui package primarily includes visualization tools for
|
|
|
|
monitoring systems using live and archived Performance Co-Pilot
|
|
|
|
(PCP) sources.
|
2014-06-18 15:45:46 +00:00
|
|
|
%endif
|
2014-05-15 04:44:12 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-doc package
|
|
|
|
#
|
|
|
|
%package -n pcp-doc
|
2014-10-31 05:34:18 +00:00
|
|
|
License: GPLv2+ and CC-BY
|
2014-05-15 04:44:12 +00:00
|
|
|
Group: Documentation
|
2015-08-04 03:54:00 +00:00
|
|
|
%if !%{disable_noarch}
|
2014-05-15 04:44:12 +00:00
|
|
|
BuildArch: noarch
|
2014-07-16 03:53:30 +00:00
|
|
|
%endif
|
2014-05-15 04:44:12 +00:00
|
|
|
Summary: Documentation and tutorial for the Performance Co-Pilot
|
2014-10-31 05:34:18 +00:00
|
|
|
URL: http://www.pcp.io
|
2015-08-04 03:54:00 +00:00
|
|
|
# http://fedoraproject.org/wiki/Packaging:Conflicts "Splitting Packages"
|
|
|
|
# (all man pages migrated to pcp-doc during great package split of '15)
|
|
|
|
Conflicts: pcp-pmda-pmda < 3.10.5
|
|
|
|
Conflicts: pcp-pmda-infiniband < 3.10.5
|
2014-05-15 04:44:12 +00:00
|
|
|
|
|
|
|
%description -n pcp-doc
|
|
|
|
Documentation and tutorial for the Performance Co-Pilot
|
|
|
|
Performance Co-Pilot (PCP) provides a framework and services to support
|
|
|
|
system-level performance monitoring and performance management.
|
|
|
|
|
|
|
|
The pcp-doc package provides useful information on using and
|
|
|
|
configuring the Performance Co-Pilot (PCP) toolkit for system
|
|
|
|
level performance management. It includes tutorials, HOWTOs,
|
|
|
|
and other detailed documentation about the internals of core
|
|
|
|
PCP utilities and daemons, and the PCP graphical tools.
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2014-10-31 05:34:18 +00:00
|
|
|
%setup -q -T -D -a 1
|
2010-07-20 00:32:23 +00:00
|
|
|
|
2011-12-12 07:58:13 +00:00
|
|
|
%clean
|
|
|
|
rm -Rf $RPM_BUILD_ROOT
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
%build
|
2015-03-16 13:12:36 +00:00
|
|
|
%if !%{disable_python2} && 0%{?default_python} != 3
|
|
|
|
export PYTHON=python%{?default_python}
|
|
|
|
%endif
|
2015-08-04 03:54:00 +00:00
|
|
|
%configure %{?_with_initd} %{?_with_doc} %{?_with_ib} %{?_with_papi} %{?_with_perfevent} %{?_with_json}
|
2015-06-01 13:08:52 +00:00
|
|
|
make %{?_smp_mflags} default_pcp
|
2010-07-20 00:32:23 +00:00
|
|
|
|
|
|
|
%install
|
2011-12-12 07:58:13 +00:00
|
|
|
rm -Rf $RPM_BUILD_ROOT
|
2013-09-09 11:52:51 +00:00
|
|
|
export NO_CHOWN=true DIST_ROOT=$RPM_BUILD_ROOT
|
2010-07-20 00:32:23 +00:00
|
|
|
make install_pcp
|
2014-10-31 05:34:18 +00:00
|
|
|
|
2014-06-18 15:45:46 +00:00
|
|
|
PCP_GUI='pmchart|pmconfirm|pmdumptext|pmmessage|pmquery|pmsnap|pmtime'
|
2010-07-20 00:32:23 +00:00
|
|
|
|
|
|
|
# Fix stuff we do/don't want to ship
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
|
|
|
|
2012-06-21 03:48:22 +00:00
|
|
|
# remove sheet2pcp until BZ 830923 and BZ 754678 are resolved.
|
2015-03-31 14:39:29 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/%{_bindir}/sheet2pcp $RPM_BUILD_ROOT/%{_mandir}/man1/sheet2pcp.1*
|
2012-06-21 03:48:22 +00:00
|
|
|
|
2014-02-20 02:36:48 +00:00
|
|
|
# remove configsz.h as this is not multilib friendly.
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_includedir}/pcp/configsz.h
|
|
|
|
|
2014-05-15 05:28:30 +00:00
|
|
|
%if %{disable_microhttpd}
|
|
|
|
rm -fr $RPM_BUILD_ROOT/%{_confdir}/pmwebd
|
|
|
|
rm -fr $RPM_BUILD_ROOT/%{_initddir}/pmwebd
|
2014-09-05 07:17:28 +00:00
|
|
|
rm -fr $RPM_BUILD_ROOT/%{_unitdir}/pmwebd.service
|
2014-05-15 05:28:30 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libexecdir}/pcp/bin/pmwebd
|
2015-04-16 01:57:22 +00:00
|
|
|
%endif
|
2014-12-01 04:18:53 +00:00
|
|
|
mv pcp-webjs/* $RPM_BUILD_ROOT/%{_datadir}/pcp/webapps
|
|
|
|
rmdir pcp-webjs
|
2014-05-15 05:28:30 +00:00
|
|
|
|
2013-10-17 22:54:39 +00:00
|
|
|
%if %{disable_infiniband}
|
2013-09-16 07:34:17 +00:00
|
|
|
# remove pmdainfiniband on platforms lacking IB devel packages.
|
2014-05-15 04:44:12 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/%{_pmdasdir}/ib
|
2013-09-16 07:34:17 +00:00
|
|
|
rm -fr $RPM_BUILD_ROOT/%{_pmdasdir}/infiniband
|
|
|
|
%endif
|
|
|
|
|
2014-06-18 15:45:46 +00:00
|
|
|
%if %{disable_qt}
|
|
|
|
rm -fr $RPM_BUILD_ROOT/%{_pixmapdir}
|
2014-10-31 05:34:18 +00:00
|
|
|
rm -fr $RPM_BUILD_ROOT/%{_confdir}/pmsnap
|
2014-12-08 14:06:18 +00:00
|
|
|
rm -fr $RPM_BUILD_ROOT/%{_localstatedir}/lib/pcp/config/pmsnap
|
|
|
|
rm -fr $RPM_BUILD_ROOT/%{_localstatedir}/lib/pcp/config/pmchart
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_localstatedir}/lib/pcp/config/pmafm/pcp-gui
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_datadir}/applications/pmchart.desktop
|
|
|
|
rm -f `find $RPM_BUILD_ROOT/%{_mandir}/man1 | grep -E "$PCP_GUI"`
|
2014-06-18 15:45:46 +00:00
|
|
|
%else
|
2014-05-15 04:44:12 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT/usr/share/doc/pcp-gui
|
|
|
|
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/pmchart.desktop
|
2014-06-18 15:45:46 +00:00
|
|
|
%endif
|
2014-05-15 04:44:12 +00:00
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
# default chkconfig off for Fedora and RHEL
|
2014-01-15 00:01:11 +00:00
|
|
|
for f in $RPM_BUILD_ROOT/%{_initddir}/{pcp,pmcd,pmlogger,pmie,pmwebd,pmmgr,pmproxy}; do
|
2014-05-15 05:28:30 +00:00
|
|
|
test -f "$f" || continue
|
2010-07-20 00:32:23 +00:00
|
|
|
sed -i -e '/^# chkconfig/s/:.*$/: - 95 05/' -e '/^# Default-Start:/s/:.*$/:/' $f
|
|
|
|
done
|
|
|
|
|
|
|
|
# list of PMDAs in the base pkg
|
2013-10-17 22:54:39 +00:00
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_pmdasdir} |\
|
2015-08-04 03:54:00 +00:00
|
|
|
grep -E -v '^simple|sample|trivial|txmon' |\
|
|
|
|
grep -E -v '^perfevent|perfalloc.1' |\
|
|
|
|
grep -E -v '^ib$|^infiniband' |\
|
|
|
|
grep -E -v '^papi' |\
|
|
|
|
grep -E -v '^activemq' |\
|
|
|
|
grep -E -v '^bonding' |\
|
|
|
|
grep -E -v '^dbping' |\
|
|
|
|
grep -E -v '^ds389log'|\
|
|
|
|
grep -E -v '^ds389' |\
|
|
|
|
grep -E -v '^elasticsearch' |\
|
|
|
|
grep -E -v '^gpfs' |\
|
|
|
|
grep -E -v '^gpsd' |\
|
|
|
|
grep -E -v '^kvm' |\
|
|
|
|
grep -E -v '^lustre' |\
|
|
|
|
grep -E -v '^lustrecomm' |\
|
|
|
|
grep -E -v '^memcache' |\
|
|
|
|
grep -E -v '^mysql' |\
|
|
|
|
grep -E -v '^named' |\
|
|
|
|
grep -E -v '^netfilter' |\
|
|
|
|
grep -E -v '^news' |\
|
|
|
|
grep -E -v '^nfsclient' |\
|
|
|
|
grep -E -v '^nginx' |\
|
|
|
|
grep -E -v '^pdns' |\
|
|
|
|
grep -E -v '^postfix' |\
|
|
|
|
grep -E -v '^postgresql' |\
|
|
|
|
grep -E -v '^rsyslog' |\
|
|
|
|
grep -E -v '^samba' |\
|
|
|
|
grep -E -v '^snmp' |\
|
|
|
|
grep -E -v '^vmware' |\
|
|
|
|
grep -E -v '^zimbra' |\
|
|
|
|
grep -E -v '^dm' |\
|
|
|
|
grep -E -v '^apache' |\
|
|
|
|
grep -E -v '^bash' |\
|
|
|
|
grep -E -v '^cifs' |\
|
|
|
|
grep -E -v '^cisco' |\
|
|
|
|
grep -E -v '^gfs2' |\
|
|
|
|
grep -E -v '^lmsensors' |\
|
|
|
|
grep -E -v '^logger' |\
|
|
|
|
grep -E -v '^mailq' |\
|
|
|
|
grep -E -v '^mounts' |\
|
|
|
|
grep -E -v '^nvidia' |\
|
|
|
|
grep -E -v '^roomtemp' |\
|
|
|
|
grep -E -v '^sendmail' |\
|
|
|
|
grep -E -v '^shping' |\
|
|
|
|
grep -E -v '^summary' |\
|
|
|
|
grep -E -v '^trace' |\
|
|
|
|
grep -E -v '^weblog' |\
|
|
|
|
grep -E -v '^rpm' |\
|
|
|
|
grep -E -v '^json' |\
|
2015-08-18 12:50:21 +00:00
|
|
|
grep -E -v '^mic' |\
|
2015-08-04 03:54:00 +00:00
|
|
|
grep -E -v '^gluster' |\
|
|
|
|
grep -E -v '^zswap' |\
|
|
|
|
grep -E -v '^unbound' |\
|
2014-05-15 04:44:12 +00:00
|
|
|
sed -e 's#^#'%{_pmdasdir}'\/#' >base_pmdas.list
|
2010-07-20 00:32:23 +00:00
|
|
|
|
2014-02-20 02:36:48 +00:00
|
|
|
# all base pcp package files except those split out into sub packages
|
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_bindir} |\
|
2015-08-04 03:54:00 +00:00
|
|
|
grep -E -v 'pmiostat|pmcollectl|pmatop|pcp2graphite' |\
|
2014-05-15 04:44:12 +00:00
|
|
|
sed -e 's#^#'%{_bindir}'\/#' >base_bin.list
|
2015-06-15 12:03:21 +00:00
|
|
|
#
|
2015-08-04 03:54:00 +00:00
|
|
|
# Separate the pcp-system-tools package files.
|
2015-06-15 12:03:21 +00:00
|
|
|
#
|
2015-08-04 03:54:00 +00:00
|
|
|
# pmatop, pmcollectl and pmiostat are back-compat symlinks to their
|
|
|
|
# pcp(1) sub-command variants so must also be in pcp-system-tools.
|
2015-06-15 12:03:21 +00:00
|
|
|
%if !%{disable_python2} || !%{disable_python3}
|
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_bindir} |\
|
2015-08-04 03:54:00 +00:00
|
|
|
grep -E 'pmiostat|pmcollectl|pmatop' |\
|
2015-06-15 12:03:21 +00:00
|
|
|
sed -e 's#^#'%{_bindir}'\/#' >pcp_system_tools.list
|
2015-06-01 13:08:52 +00:00
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_libexecdir}/pcp/bin |\
|
|
|
|
grep -E 'atop|collectl|dmcache|free|iostat|numastat|verify|uptime|shping' |\
|
2015-06-15 12:03:21 +00:00
|
|
|
sed -e 's#^#'%{_libexecdir}/pcp/bin'\/#' >>pcp_system_tools.list
|
2015-06-01 13:08:52 +00:00
|
|
|
%endif
|
2015-06-15 12:03:21 +00:00
|
|
|
|
2014-02-20 02:36:48 +00:00
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_libexecdir}/pcp/bin |\
|
2015-06-01 13:08:52 +00:00
|
|
|
%if !%{disable_python2} || !%{disable_python3}
|
|
|
|
grep -E -v 'atop|collectl|dmcache|free|iostat|numastat|verify|uptime|shping' |\
|
|
|
|
%endif
|
2014-05-15 04:44:12 +00:00
|
|
|
sed -e 's#^#'%{_libexecdir}/pcp/bin'\/#' >base_exec.list
|
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_booksdir} |\
|
|
|
|
sed -e 's#^#'%{_booksdir}'\/#' > pcp-doc.list
|
2015-06-15 12:03:21 +00:00
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_mandir}/man1 |\
|
|
|
|
sed -e 's#^#'%{_mandir}'\/man1\/#' >>pcp-doc.list
|
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_mandir}/man5 |\
|
|
|
|
sed -e 's#^#'%{_mandir}'\/man5\/#' >>pcp-doc.list
|
2014-05-15 04:44:12 +00:00
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_datadir}/pcp/demos/tutorials |\
|
|
|
|
sed -e 's#^#'%{_datadir}/pcp/demos/tutorials'\/#' >>pcp-doc.list
|
2014-07-16 03:53:30 +00:00
|
|
|
%if !%{disable_qt}
|
2014-05-15 04:44:12 +00:00
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_pixmapdir} |\
|
|
|
|
sed -e 's#^#'%{_pixmapdir}'\/#' > pcp-gui.list
|
|
|
|
cat base_bin.list base_exec.list base_man.list |\
|
2014-12-08 14:06:18 +00:00
|
|
|
grep -E "$PCP_GUI" >> pcp-gui.list
|
2014-07-16 03:53:30 +00:00
|
|
|
%endif
|
2014-05-15 04:44:12 +00:00
|
|
|
cat base_pmdas.list base_bin.list base_exec.list base_man.list |\
|
2015-06-15 12:03:21 +00:00
|
|
|
grep -E -v 'pmdaib|pmmgr|pmweb|pmsnap|2pcp|pmdas/systemd' |\
|
2014-12-08 14:06:18 +00:00
|
|
|
grep -E -v "$PCP_GUI|pixmaps|pcp-doc|tutorials" |\
|
|
|
|
grep -E -v %{_confdir} | grep -E -v %{_logsdir} > base.list
|
2014-02-20 02:36:48 +00:00
|
|
|
|
|
|
|
# all devel pcp package files except those split out into sub packages
|
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_mandir}/man3 |\
|
2015-06-15 12:03:21 +00:00
|
|
|
sed -e 's#^#'%{_mandir}'\/man3\/#' | grep -v '3pm' >>pcp-doc.list
|
2014-06-18 15:45:46 +00:00
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_datadir}/pcp/demos |\
|
2014-12-08 14:06:18 +00:00
|
|
|
sed -e 's#^#'%{_datadir}'\/pcp\/demos\/#' | grep -E -v tutorials >> devel.list
|
2011-02-02 02:51:56 +00:00
|
|
|
|
2012-08-28 10:54:33 +00:00
|
|
|
%pre testsuite
|
2013-12-12 05:05:57 +00:00
|
|
|
test -d %{_testsdir} || mkdir -p -m 755 %{_testsdir}
|
2012-08-28 10:54:33 +00:00
|
|
|
getent group pcpqa >/dev/null || groupadd -r pcpqa
|
|
|
|
getent passwd pcpqa >/dev/null || \
|
2014-02-20 02:36:48 +00:00
|
|
|
useradd -c "PCP Quality Assurance" -g pcpqa -d %{_testsdir} -M -r -s /bin/bash pcpqa 2>/dev/null
|
|
|
|
chown -R pcpqa:pcpqa %{_testsdir} 2>/dev/null
|
2012-08-28 10:54:33 +00:00
|
|
|
exit 0
|
|
|
|
|
2012-11-19 04:29:37 +00:00
|
|
|
%post testsuite
|
|
|
|
chown -R pcpqa:pcpqa %{_testsdir} 2>/dev/null
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%pre
|
|
|
|
getent group pcp >/dev/null || groupadd -r pcp
|
|
|
|
getent passwd pcp >/dev/null || \
|
|
|
|
useradd -c "Performance Co-Pilot" -g pcp -d %{_localstatedir}/lib/pcp -M -r -s /sbin/nologin pcp
|
2015-04-16 01:57:22 +00:00
|
|
|
PCP_CONFIG_DIR=%{_localstatedir}/lib/pcp/config
|
2013-03-20 03:40:51 +00:00
|
|
|
PCP_SYSCONF_DIR=%{_confdir}
|
|
|
|
PCP_LOG_DIR=%{_logsdir}
|
2013-10-17 22:54:39 +00:00
|
|
|
PCP_ETC_DIR=%{_sysconfdir}
|
|
|
|
# rename crontab files to align with current Fedora packaging guidelines
|
|
|
|
for crontab in pmlogger pmie
|
|
|
|
do
|
|
|
|
test -f "$PCP_ETC_DIR/cron.d/$crontab" || continue
|
|
|
|
mv -f "$PCP_ETC_DIR/cron.d/$crontab" "$PCP_ETC_DIR/cron.d/pcp-$crontab"
|
|
|
|
done
|
2013-03-11 02:00:00 +00:00
|
|
|
# produce a script to run post-install to move configs to their new homes
|
|
|
|
save_configs_script()
|
|
|
|
{
|
|
|
|
_new="$1"
|
|
|
|
shift
|
|
|
|
for _dir
|
|
|
|
do
|
|
|
|
[ "$_dir" = "$_new" ] && continue
|
|
|
|
if [ -d "$_dir" ]
|
|
|
|
then
|
|
|
|
( cd "$_dir" ; find . -type f -print ) | sed -e 's/^\.\///' \
|
|
|
|
| while read _file
|
|
|
|
do
|
2015-04-16 01:57:22 +00:00
|
|
|
[ "$_file" = "control" ] && continue
|
2013-03-11 02:00:00 +00:00
|
|
|
_want=true
|
|
|
|
if [ -f "$_new/$_file" ]
|
|
|
|
then
|
|
|
|
# file exists in both directories, pick the more
|
|
|
|
# recently modified one
|
|
|
|
_try=`find "$_dir/$_file" -newer "$_new/$_file" -print`
|
|
|
|
[ -n "$_try" ] || _want=false
|
|
|
|
fi
|
|
|
|
$_want && echo cp -p "$_dir/$_file" "$_new/$_file"
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
}
|
2013-03-20 03:40:51 +00:00
|
|
|
# migrate and clean configs if we have had a previous in-use installation
|
|
|
|
[ -d "$PCP_LOG_DIR" ] || exit 0 # no configuration file upgrades required
|
2013-03-11 02:00:00 +00:00
|
|
|
rm -f "$PCP_LOG_DIR/configs.sh"
|
2015-04-16 01:57:22 +00:00
|
|
|
for daemon in pmie pmlogger
|
|
|
|
do
|
|
|
|
save_configs_script >> "$PCP_LOG_DIR/configs.sh" "$PCP_CONFIG_DIR/$daemon" \
|
|
|
|
"$PCP_SYSCONF_DIR/$daemon"
|
|
|
|
done
|
|
|
|
for daemon in pmcd pmproxy
|
2013-03-11 02:00:00 +00:00
|
|
|
do
|
2015-04-16 01:57:22 +00:00
|
|
|
save_configs_script >> "$PCP_LOG_DIR/configs.sh" "$PCP_SYSCONF_DIR/$daemon"\
|
|
|
|
"$PCP_CONFIG_DIR/$daemon" /etc/$daemon /etc/sysconfig/$daemon
|
2013-03-11 02:00:00 +00:00
|
|
|
done
|
2012-11-19 04:29:37 +00:00
|
|
|
exit 0
|
|
|
|
|
2014-05-15 05:28:30 +00:00
|
|
|
%if !%{disable_microhttpd}
|
2014-02-20 02:36:48 +00:00
|
|
|
%preun webapi
|
|
|
|
if [ "$1" -eq 0 ]
|
|
|
|
then
|
2014-09-05 04:40:42 +00:00
|
|
|
%if !%{disable_systemd}
|
|
|
|
systemctl --no-reload disable pmwebd.service >/dev/null 2>&1
|
|
|
|
systemctl stop pmwebd.service >/dev/null 2>&1
|
|
|
|
%else
|
2014-02-20 02:36:48 +00:00
|
|
|
/sbin/service pmwebd stop >/dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del pmwebd >/dev/null 2>&1
|
2014-09-05 04:40:42 +00:00
|
|
|
%endif
|
2014-02-20 02:36:48 +00:00
|
|
|
fi
|
2014-05-15 05:28:30 +00:00
|
|
|
%endif
|
2014-02-20 02:36:48 +00:00
|
|
|
|
|
|
|
%preun manager
|
|
|
|
if [ "$1" -eq 0 ]
|
|
|
|
then
|
2014-09-05 04:40:42 +00:00
|
|
|
%if !%{disable_systemd}
|
|
|
|
systemctl --no-reload disable pmmgr.service >/dev/null 2>&1
|
|
|
|
systemctl stop pmmgr.service >/dev/null 2>&1
|
|
|
|
%else
|
2014-02-20 02:36:48 +00:00
|
|
|
/sbin/service pmmgr stop >/dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del pmmgr >/dev/null 2>&1
|
2014-09-05 04:40:42 +00:00
|
|
|
%endif
|
2014-02-20 02:36:48 +00:00
|
|
|
fi
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
%preun
|
|
|
|
if [ "$1" -eq 0 ]
|
|
|
|
then
|
2014-01-15 00:01:11 +00:00
|
|
|
# stop daemons before erasing the package
|
2014-09-05 04:40:42 +00:00
|
|
|
%if !%{disable_systemd}
|
|
|
|
systemctl --no-reload disable pmlogger.service >/dev/null 2>&1
|
|
|
|
systemctl --no-reload disable pmie.service >/dev/null 2>&1
|
|
|
|
systemctl --no-reload disable pmproxy.service >/dev/null 2>&1
|
|
|
|
systemctl --no-reload disable pmcd.service >/dev/null 2>&1
|
|
|
|
|
|
|
|
systemctl stop pmlogger.service >/dev/null 2>&1
|
|
|
|
systemctl stop pmie.service >/dev/null 2>&1
|
|
|
|
systemctl stop pmproxy.service >/dev/null 2>&1
|
|
|
|
systemctl stop pmcd.service >/dev/null 2>&1
|
|
|
|
%else
|
|
|
|
/sbin/service pmlogger stop >/dev/null 2>&1
|
|
|
|
/sbin/service pmie stop >/dev/null 2>&1
|
|
|
|
/sbin/service pmproxy stop >/dev/null 2>&1
|
|
|
|
/sbin/service pmcd stop >/dev/null 2>&1
|
|
|
|
|
|
|
|
/sbin/chkconfig --del pcp >/dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del pmcd >/dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del pmlogger >/dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del pmie >/dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del pmproxy >/dev/null 2>&1
|
|
|
|
%endif
|
2014-01-15 00:01:11 +00:00
|
|
|
# cleanup namespace state/flag, may still exist
|
|
|
|
PCP_PMNS_DIR=%{_pmnsdir}
|
|
|
|
rm -f "$PCP_PMNS_DIR/.NeedRebuild" >/dev/null 2>&1
|
2010-07-20 00:32:23 +00:00
|
|
|
fi
|
|
|
|
|
2014-05-15 05:28:30 +00:00
|
|
|
%if !%{disable_microhttpd}
|
2014-02-20 02:36:48 +00:00
|
|
|
%post webapi
|
|
|
|
chown -R pcp:pcp %{_logsdir}/pmwebd 2>/dev/null
|
2014-09-05 04:40:42 +00:00
|
|
|
%if !%{disable_systemd}
|
|
|
|
systemctl condrestart pmwebd.service >/dev/null 2>&1
|
|
|
|
%else
|
|
|
|
/sbin/chkconfig --add pmwebd >/dev/null 2>&1
|
|
|
|
/sbin/service pmwebd condrestart
|
|
|
|
%endif
|
2014-05-15 05:28:30 +00:00
|
|
|
%endif
|
2014-02-20 02:36:48 +00:00
|
|
|
|
|
|
|
%post manager
|
|
|
|
chown -R pcp:pcp %{_logsdir}/pmmgr 2>/dev/null
|
2014-09-05 04:40:42 +00:00
|
|
|
%if !%{disable_systemd}
|
|
|
|
systemctl condrestart pmmgr.service >/dev/null 2>&1
|
|
|
|
%else
|
|
|
|
/sbin/chkconfig --add pmmgr >/dev/null 2>&1
|
|
|
|
/sbin/service pmmgr condrestart
|
|
|
|
%endif
|
2014-02-20 02:36:48 +00:00
|
|
|
|
2015-08-04 03:54:00 +00:00
|
|
|
%post collector
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%if !%{disable_systemd}
|
|
|
|
systemctl restart pmcd >/dev/null 2>&1
|
|
|
|
systemctl restart pmlogger >/dev/null 2>&1
|
|
|
|
systemctl enable pmcd >/dev/null 2>&1
|
|
|
|
systemctl enable pmlogger >/dev/null 2>&1
|
|
|
|
%else
|
|
|
|
/sbin/chkconfig --add pmcd >/dev/null 2>&1
|
|
|
|
/sbin/chkconfig --add pmlogger >/dev/null 2>&1
|
|
|
|
/sbin/service pmcd condrestart
|
|
|
|
/sbin/service pmlogger condrestart
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
%post
|
2013-03-20 03:40:51 +00:00
|
|
|
PCP_LOG_DIR=%{_logsdir}
|
2013-04-19 07:08:20 +00:00
|
|
|
PCP_PMNS_DIR=%{_pmnsdir}
|
2013-03-11 02:00:00 +00:00
|
|
|
# restore saved configs, if any
|
|
|
|
test -s "$PCP_LOG_DIR/configs.sh" && source "$PCP_LOG_DIR/configs.sh"
|
|
|
|
rm -f $PCP_LOG_DIR/configs.sh
|
2013-03-20 03:40:51 +00:00
|
|
|
|
|
|
|
# migrate old to new temp dir locations (within the same filesystem)
|
|
|
|
migrate_tempdirs()
|
|
|
|
{
|
|
|
|
_sub="$1"
|
|
|
|
_new_tmp_dir=%{_tempsdir}
|
|
|
|
_old_tmp_dir=%{_localstatedir}/tmp
|
|
|
|
|
|
|
|
for d in "$_old_tmp_dir/$_sub" ; do
|
|
|
|
test -d "$d" -a -k "$d" || continue
|
|
|
|
cd "$d" || continue
|
|
|
|
for f in * ; do
|
|
|
|
[ "$f" != "*" ] || continue
|
|
|
|
source="$d/$f"
|
|
|
|
target="$_new_tmp_dir/$_sub/$f"
|
|
|
|
[ "$source" != "$target" ] || continue
|
2013-04-19 07:08:20 +00:00
|
|
|
[ -f "$target" ] || mv -fu "$source" "$target"
|
2013-03-20 03:40:51 +00:00
|
|
|
done
|
|
|
|
cd && rmdir "$d" 2>/dev/null
|
|
|
|
done
|
|
|
|
}
|
|
|
|
for daemon in mmv pmdabash pmie pmlogger
|
|
|
|
do
|
|
|
|
migrate_tempdirs $daemon
|
|
|
|
done
|
|
|
|
chown -R pcp:pcp %{_logsdir}/pmcd 2>/dev/null
|
|
|
|
chown -R pcp:pcp %{_logsdir}/pmlogger 2>/dev/null
|
|
|
|
chown -R pcp:pcp %{_logsdir}/pmie 2>/dev/null
|
|
|
|
chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null
|
2013-12-12 05:05:57 +00:00
|
|
|
touch "$PCP_PMNS_DIR/.NeedRebuild"
|
|
|
|
chmod 644 "$PCP_PMNS_DIR/.NeedRebuild"
|
2014-09-05 04:40:42 +00:00
|
|
|
%if !%{disable_systemd}
|
|
|
|
systemctl condrestart pmcd.service >/dev/null 2>&1
|
|
|
|
systemctl condrestart pmlogger.service >/dev/null 2>&1
|
|
|
|
systemctl condrestart pmie.service >/dev/null 2>&1
|
|
|
|
systemctl condrestart pmproxy.service >/dev/null 2>&1
|
|
|
|
%else
|
|
|
|
/sbin/chkconfig --add pmcd >/dev/null 2>&1
|
|
|
|
/sbin/service pmcd condrestart
|
|
|
|
/sbin/chkconfig --add pmlogger >/dev/null 2>&1
|
|
|
|
/sbin/service pmlogger condrestart
|
|
|
|
/sbin/chkconfig --add pmie >/dev/null 2>&1
|
|
|
|
/sbin/service pmie condrestart
|
|
|
|
/sbin/chkconfig --add pmproxy >/dev/null 2>&1
|
|
|
|
/sbin/service pmproxy condrestart
|
|
|
|
%endif
|
2010-07-20 00:32:23 +00:00
|
|
|
|
2015-06-15 12:03:21 +00:00
|
|
|
cd $PCP_PMNS_DIR && ./Rebuild -s && rm -f .NeedRebuild
|
|
|
|
cd
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
|
2014-02-20 02:36:48 +00:00
|
|
|
%files -f base.list
|
2010-07-20 00:32:23 +00:00
|
|
|
#
|
|
|
|
# Note: there are some headers (e.g. domain.h) and in a few cases some
|
|
|
|
# C source files that rpmlint complains about. These are not devel files,
|
|
|
|
# but rather they are (slightly obscure) PMDA config files.
|
|
|
|
#
|
|
|
|
%doc CHANGELOG COPYING INSTALL README VERSION.pcp pcp.lsm
|
|
|
|
|
2014-02-20 02:36:48 +00:00
|
|
|
%dir %{_confdir}
|
2010-07-20 00:32:23 +00:00
|
|
|
%dir %{_pmdasdir}
|
|
|
|
%dir %{_datadir}/pcp
|
|
|
|
%dir %{_localstatedir}/lib/pcp
|
|
|
|
%dir %{_localstatedir}/lib/pcp/config
|
2013-12-12 05:05:57 +00:00
|
|
|
%dir %attr(0775,pcp,pcp) %{_tempsdir}
|
|
|
|
%dir %attr(0775,pcp,pcp) %{_tempsdir}/pmie
|
|
|
|
%dir %attr(0775,pcp,pcp) %{_tempsdir}/pmlogger
|
2014-12-22 14:25:25 +00:00
|
|
|
%dir %attr(0700,root,root) %{_tempsdir}/pmcd
|
2010-07-20 00:32:23 +00:00
|
|
|
|
2014-10-31 05:34:18 +00:00
|
|
|
%dir %{_datadir}/pcp/lib
|
|
|
|
%{_datadir}/pcp/lib/ReplacePmnsSubtree
|
|
|
|
%{_datadir}/pcp/lib/bashproc.sh
|
|
|
|
%{_datadir}/pcp/lib/lockpmns
|
|
|
|
%{_datadir}/pcp/lib/pmdaproc.sh
|
|
|
|
%{_datadir}/pcp/lib/rc-proc.sh
|
|
|
|
%{_datadir}/pcp/lib/rc-proc.sh.minimal
|
|
|
|
%{_datadir}/pcp/lib/unlockpmns
|
|
|
|
|
|
|
|
%dir %attr(0775,pcp,pcp) %{_logsdir}
|
2013-07-31 02:40:00 +00:00
|
|
|
%attr(0775,pcp,pcp) %{_logsdir}/pmcd
|
|
|
|
%attr(0775,pcp,pcp) %{_logsdir}/pmlogger
|
|
|
|
%attr(0775,pcp,pcp) %{_logsdir}/pmie
|
|
|
|
%attr(0775,pcp,pcp) %{_logsdir}/pmproxy
|
2010-07-20 00:32:23 +00:00
|
|
|
%{_localstatedir}/lib/pcp/pmns
|
2013-03-20 03:40:51 +00:00
|
|
|
%{_initddir}/pcp
|
|
|
|
%{_initddir}/pmcd
|
|
|
|
%{_initddir}/pmlogger
|
|
|
|
%{_initddir}/pmie
|
|
|
|
%{_initddir}/pmproxy
|
2014-10-31 05:34:18 +00:00
|
|
|
%if !%{disable_systemd}
|
2014-09-05 07:17:28 +00:00
|
|
|
%{_unitdir}/pmcd.service
|
|
|
|
%{_unitdir}/pmlogger.service
|
|
|
|
%{_unitdir}/pmie.service
|
|
|
|
%{_unitdir}/pmproxy.service
|
2014-09-05 04:40:42 +00:00
|
|
|
%endif
|
2013-07-31 02:40:00 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/sasl2/pmcd.conf
|
2013-10-17 22:54:39 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/cron.d/pcp-pmlogger
|
|
|
|
%config(noreplace) %{_sysconfdir}/cron.d/pcp-pmie
|
2010-07-20 00:32:23 +00:00
|
|
|
%config %{_sysconfdir}/bash_completion.d/pcp
|
|
|
|
%config %{_sysconfdir}/pcp.env
|
2014-09-05 04:40:42 +00:00
|
|
|
%config %{_sysconfdir}/pcp.sh
|
2014-02-20 02:36:48 +00:00
|
|
|
%dir %{_confdir}/pmcd
|
2013-03-20 03:40:51 +00:00
|
|
|
%config(noreplace) %{_confdir}/pmcd/pmcd.conf
|
|
|
|
%config(noreplace) %{_confdir}/pmcd/pmcd.options
|
|
|
|
%config(noreplace) %{_confdir}/pmcd/rc.local
|
2014-02-20 02:36:48 +00:00
|
|
|
%dir %{_confdir}/pmproxy
|
2013-03-20 03:40:51 +00:00
|
|
|
%config(noreplace) %{_confdir}/pmproxy/pmproxy.options
|
2014-12-01 04:18:53 +00:00
|
|
|
%dir %{_confdir}/pmie
|
|
|
|
%config(noreplace) %{_confdir}/pmie/control
|
|
|
|
%dir %{_confdir}/pmlogger
|
|
|
|
%config(noreplace) %{_confdir}/pmlogger/control
|
2014-10-31 05:34:18 +00:00
|
|
|
|
|
|
|
%{_localstatedir}/lib/pcp/config/pmafm
|
2014-12-01 04:18:53 +00:00
|
|
|
%dir %attr(0775,pcp,pcp) %{_localstatedir}/lib/pcp/config/pmie
|
|
|
|
%{_localstatedir}/lib/pcp/config/pmie
|
2014-10-31 05:34:18 +00:00
|
|
|
%{_localstatedir}/lib/pcp/config/pmieconf
|
2014-12-01 04:18:53 +00:00
|
|
|
%dir %attr(0775,pcp,pcp) %{_localstatedir}/lib/pcp/config/pmlogger
|
|
|
|
%{_localstatedir}/lib/pcp/config/pmlogger/*
|
2014-10-31 05:34:18 +00:00
|
|
|
%{_localstatedir}/lib/pcp/config/pmlogconf
|
|
|
|
%{_localstatedir}/lib/pcp/config/pmlogrewrite
|
|
|
|
%dir %attr(0775,pcp,pcp) %{_localstatedir}/lib/pcp/config/pmda
|
2013-10-17 22:54:39 +00:00
|
|
|
|
2015-08-04 03:54:00 +00:00
|
|
|
%if !%{disable_sdt}
|
2013-09-09 11:52:51 +00:00
|
|
|
%{tapsetdir}/pmcd.stp
|
2013-10-17 22:54:39 +00:00
|
|
|
%endif
|
2010-07-20 00:32:23 +00:00
|
|
|
|
2015-06-15 12:03:21 +00:00
|
|
|
%if %{with_compat}
|
|
|
|
%files compat
|
|
|
|
#empty
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%files monitor
|
|
|
|
#empty
|
|
|
|
|
|
|
|
%files collector
|
|
|
|
#empty
|
|
|
|
|
2014-02-20 02:36:48 +00:00
|
|
|
%files conf
|
2010-07-20 00:32:23 +00:00
|
|
|
%dir %{_includedir}/pcp
|
|
|
|
%{_includedir}/pcp/builddefs
|
|
|
|
%{_includedir}/pcp/buildrules
|
|
|
|
%config %{_sysconfdir}/pcp.conf
|
2014-02-20 02:36:48 +00:00
|
|
|
|
|
|
|
%files libs
|
2010-07-20 00:32:23 +00:00
|
|
|
%{_libdir}/libpcp.so.3
|
|
|
|
%{_libdir}/libpcp_gui.so.2
|
|
|
|
%{_libdir}/libpcp_mmv.so.1
|
|
|
|
%{_libdir}/libpcp_pmda.so.3
|
|
|
|
%{_libdir}/libpcp_trace.so.2
|
2011-02-02 02:51:56 +00:00
|
|
|
%{_libdir}/libpcp_import.so.1
|
2010-07-20 00:32:23 +00:00
|
|
|
|
2014-02-20 02:36:48 +00:00
|
|
|
%files libs-devel -f devel.list
|
2010-07-20 00:32:23 +00:00
|
|
|
%{_libdir}/libpcp.so
|
|
|
|
%{_libdir}/libpcp_gui.so
|
|
|
|
%{_libdir}/libpcp_mmv.so
|
|
|
|
%{_libdir}/libpcp_pmda.so
|
|
|
|
%{_libdir}/libpcp_trace.so
|
2011-02-02 02:51:56 +00:00
|
|
|
%{_libdir}/libpcp_import.so
|
2010-07-20 00:32:23 +00:00
|
|
|
%{_includedir}/pcp/*.h
|
|
|
|
%{_datadir}/pcp/examples
|
|
|
|
|
|
|
|
# PMDAs that ship src and are not for production use
|
|
|
|
# straight out-of-the-box, for devel or QA use only.
|
2013-09-09 11:52:51 +00:00
|
|
|
%{_pmdasdir}/simple
|
|
|
|
%{_pmdasdir}/sample
|
|
|
|
%{_pmdasdir}/trivial
|
|
|
|
%{_pmdasdir}/txmon
|
2010-07-20 00:32:23 +00:00
|
|
|
|
2012-08-28 10:54:33 +00:00
|
|
|
%files testsuite
|
2012-09-14 11:53:58 +00:00
|
|
|
%defattr(-,pcpqa,pcpqa)
|
2012-08-28 10:54:33 +00:00
|
|
|
%{_testsdir}
|
|
|
|
|
2014-05-15 05:28:30 +00:00
|
|
|
%if !%{disable_microhttpd}
|
2014-02-20 02:36:48 +00:00
|
|
|
%files webapi
|
|
|
|
%{_initddir}/pmwebd
|
2014-10-31 05:34:18 +00:00
|
|
|
%if !%{disable_systemd}
|
2014-09-05 07:17:28 +00:00
|
|
|
%{_unitdir}/pmwebd.service
|
2014-09-05 04:40:42 +00:00
|
|
|
%endif
|
2014-02-20 02:36:48 +00:00
|
|
|
%{_libexecdir}/pcp/bin/pmwebd
|
|
|
|
%attr(0775,pcp,pcp) %{_logsdir}/pmwebd
|
|
|
|
%{_confdir}/pmwebd
|
|
|
|
%config(noreplace) %{_confdir}/pmwebd/pmwebd.options
|
2015-04-16 01:57:22 +00:00
|
|
|
# duplicate directories from pcp and pcp-webjs, but rpm copes with that.
|
|
|
|
%dir %{_datadir}/pcp
|
2014-12-01 04:18:53 +00:00
|
|
|
%dir %{_datadir}/pcp/webapps
|
2014-05-15 05:28:30 +00:00
|
|
|
%endif
|
2014-02-20 02:36:48 +00:00
|
|
|
|
2014-10-31 05:34:18 +00:00
|
|
|
%files webjs
|
2015-04-16 01:57:22 +00:00
|
|
|
# duplicate directories from pcp and pcp-webapi, but rpm copes with that.
|
|
|
|
%dir %{_datadir}/pcp
|
|
|
|
%dir %{_datadir}/pcp/webapps
|
|
|
|
%{_datadir}/pcp/webapps/*.png
|
|
|
|
%{_datadir}/pcp/webapps/*.ico
|
|
|
|
%{_datadir}/pcp/webapps/*.html
|
|
|
|
%{_datadir}/pcp/webapps/blinkenlights
|
|
|
|
|
|
|
|
%files webapp-grafana
|
|
|
|
%dir %{_datadir}/pcp
|
|
|
|
%dir %{_datadir}/pcp/webapps
|
|
|
|
%{_datadir}/pcp/webapps/grafana
|
|
|
|
|
|
|
|
%files webapp-graphite
|
|
|
|
%dir %{_datadir}/pcp
|
|
|
|
%dir %{_datadir}/pcp/webapps
|
|
|
|
%{_datadir}/pcp/webapps/graphite
|
|
|
|
|
|
|
|
%files webapp-vector
|
|
|
|
%dir %{_datadir}/pcp
|
|
|
|
%dir %{_datadir}/pcp/webapps
|
|
|
|
%{_datadir}/pcp/webapps/vector
|
2014-10-31 05:34:18 +00:00
|
|
|
|
2014-02-20 02:36:48 +00:00
|
|
|
%files manager
|
|
|
|
%{_initddir}/pmmgr
|
2014-10-31 05:34:18 +00:00
|
|
|
%if !%{disable_systemd}
|
2014-09-05 07:17:28 +00:00
|
|
|
%{_unitdir}/pmmgr.service
|
2014-09-05 04:40:42 +00:00
|
|
|
%endif
|
2014-02-20 02:36:48 +00:00
|
|
|
%{_libexecdir}/pcp/bin/pmmgr
|
|
|
|
%attr(0775,pcp,pcp) %{_logsdir}/pmmgr
|
2015-01-26 17:51:18 +00:00
|
|
|
%config(missingok,noreplace) %{_confdir}/pmmgr
|
2014-02-20 02:36:48 +00:00
|
|
|
%config(noreplace) %{_confdir}/pmmgr/pmmgr.options
|
|
|
|
|
2011-02-02 02:51:56 +00:00
|
|
|
%files import-sar2pcp
|
|
|
|
%{_bindir}/sar2pcp
|
|
|
|
|
|
|
|
%files import-iostat2pcp
|
|
|
|
%{_bindir}/iostat2pcp
|
|
|
|
|
|
|
|
%files import-mrtg2pcp
|
|
|
|
%{_bindir}/mrtg2pcp
|
|
|
|
|
2015-03-02 20:39:32 +00:00
|
|
|
%files import-ganglia2pcp
|
|
|
|
%{_bindir}/ganglia2pcp
|
|
|
|
|
2013-06-19 03:43:45 +00:00
|
|
|
%files import-collectl2pcp
|
|
|
|
%{_bindir}/collectl2pcp
|
|
|
|
|
2014-09-05 04:40:42 +00:00
|
|
|
%if !%{disable_papi}
|
|
|
|
%files pmda-papi
|
|
|
|
%{_pmdasdir}/papi
|
|
|
|
%endif
|
|
|
|
|
2014-12-01 04:18:53 +00:00
|
|
|
%if !%{disable_perfevent}
|
|
|
|
%files pmda-perfevent
|
|
|
|
%{_pmdasdir}/perfevent
|
|
|
|
%config(noreplace) %{_pmdasdir}/perfevent/perfevent.conf
|
|
|
|
%endif
|
|
|
|
|
2013-10-17 22:54:39 +00:00
|
|
|
%if !%{disable_infiniband}
|
2013-09-09 11:52:51 +00:00
|
|
|
%files pmda-infiniband
|
|
|
|
%{_pmdasdir}/ib
|
|
|
|
%{_pmdasdir}/infiniband
|
2013-09-16 07:34:17 +00:00
|
|
|
%endif
|
2013-09-09 11:52:51 +00:00
|
|
|
|
2015-06-01 13:08:52 +00:00
|
|
|
%files pmda-activemq
|
|
|
|
%{_pmdasdir}/activemq
|
|
|
|
|
|
|
|
%files pmda-bonding
|
|
|
|
%{_pmdasdir}/bonding
|
|
|
|
|
|
|
|
%files pmda-dbping
|
|
|
|
%{_pmdasdir}/dbping
|
|
|
|
|
|
|
|
%files pmda-ds389log
|
|
|
|
%{_pmdasdir}/ds389log
|
|
|
|
|
|
|
|
%files pmda-ds389
|
|
|
|
%{_pmdasdir}/ds389
|
|
|
|
|
|
|
|
%files pmda-elasticsearch
|
|
|
|
%{_pmdasdir}/elasticsearch
|
|
|
|
|
|
|
|
%files pmda-gpfs
|
|
|
|
%{_pmdasdir}/gpfs
|
|
|
|
|
|
|
|
%files pmda-gpsd
|
|
|
|
%{_pmdasdir}/gpsd
|
|
|
|
|
|
|
|
%files pmda-kvm
|
|
|
|
%{_pmdasdir}/kvm
|
|
|
|
|
|
|
|
%files pmda-lustre
|
|
|
|
%{_pmdasdir}/lustre
|
|
|
|
|
|
|
|
%files pmda-lustrecomm
|
|
|
|
%{_pmdasdir}/lustrecomm
|
|
|
|
|
|
|
|
%files pmda-memcache
|
|
|
|
%{_pmdasdir}/memcache
|
|
|
|
|
|
|
|
%files pmda-mysql
|
|
|
|
%{_pmdasdir}/mysql
|
|
|
|
|
|
|
|
%files pmda-named
|
|
|
|
%{_pmdasdir}/named
|
|
|
|
|
|
|
|
%files pmda-netfilter
|
|
|
|
%{_pmdasdir}/netfilter
|
|
|
|
|
|
|
|
%files pmda-news
|
|
|
|
%{_pmdasdir}/news
|
|
|
|
|
|
|
|
%files pmda-nginx
|
|
|
|
%{_pmdasdir}/nginx
|
|
|
|
|
|
|
|
%files pmda-nfsclient
|
|
|
|
%{_pmdasdir}/nfsclient
|
|
|
|
|
|
|
|
%files pmda-pdns
|
|
|
|
%{_pmdasdir}/pdns
|
|
|
|
|
|
|
|
%files pmda-postfix
|
|
|
|
%{_pmdasdir}/postfix
|
|
|
|
|
|
|
|
%files pmda-postgresql
|
|
|
|
%{_pmdasdir}/postgresql
|
|
|
|
|
|
|
|
%files pmda-rsyslog
|
|
|
|
%{_pmdasdir}/rsyslog
|
|
|
|
|
|
|
|
%files pmda-samba
|
|
|
|
%{_pmdasdir}/samba
|
|
|
|
|
|
|
|
%files pmda-snmp
|
|
|
|
%{_pmdasdir}/snmp
|
|
|
|
|
|
|
|
%files pmda-vmware
|
|
|
|
%{_pmdasdir}/vmware
|
|
|
|
|
|
|
|
%files pmda-zimbra
|
|
|
|
%{_pmdasdir}/zimbra
|
|
|
|
|
|
|
|
%files pmda-dm
|
|
|
|
%{_pmdasdir}/dm
|
|
|
|
|
|
|
|
%if !%{disable_python2} || !%{disable_python3}
|
|
|
|
%files pmda-gluster
|
|
|
|
%{_pmdasdir}/gluster
|
|
|
|
|
|
|
|
%files pmda-zswap
|
|
|
|
%{_pmdasdir}/zswap
|
|
|
|
|
|
|
|
%files pmda-unbound
|
|
|
|
%{_pmdasdir}/unbound
|
2015-06-15 12:03:21 +00:00
|
|
|
|
|
|
|
%files export-pcp2graphite
|
|
|
|
%{_bindir}/pcp2graphite
|
2015-08-18 13:18:07 +00:00
|
|
|
|
|
|
|
%files pmda-mic
|
|
|
|
%{_pmdasdir}/mic
|
2015-06-15 12:03:21 +00:00
|
|
|
%endif # !%{disable_python2} || !%{disable_python3}
|
2015-06-01 13:08:52 +00:00
|
|
|
|
2015-08-04 03:54:00 +00:00
|
|
|
%if !%{disable_json}
|
|
|
|
%files pmda-json
|
|
|
|
%{_pmdasdir}/json
|
|
|
|
%endif
|
|
|
|
|
2015-06-01 13:08:52 +00:00
|
|
|
%files pmda-apache
|
|
|
|
%{_pmdasdir}/apache
|
|
|
|
|
|
|
|
%files pmda-bash
|
|
|
|
%{_pmdasdir}/bash
|
|
|
|
|
|
|
|
%files pmda-cifs
|
|
|
|
%{_pmdasdir}/cifs
|
|
|
|
|
|
|
|
%files pmda-cisco
|
|
|
|
%{_pmdasdir}/cisco
|
|
|
|
|
|
|
|
%files pmda-gfs2
|
|
|
|
%{_pmdasdir}/gfs2
|
|
|
|
|
|
|
|
%files pmda-lmsensors
|
|
|
|
%{_pmdasdir}/lmsensors
|
|
|
|
|
2015-06-15 12:03:21 +00:00
|
|
|
%files pmda-logger
|
|
|
|
%{_pmdasdir}/logger
|
|
|
|
|
2015-06-01 13:08:52 +00:00
|
|
|
%files pmda-mailq
|
|
|
|
%{_pmdasdir}/mailq
|
|
|
|
|
|
|
|
%files pmda-mounts
|
|
|
|
%{_pmdasdir}/mounts
|
|
|
|
|
|
|
|
%files pmda-nvidia-gpu
|
|
|
|
%{_pmdasdir}/nvidia
|
|
|
|
|
|
|
|
%files pmda-roomtemp
|
|
|
|
%{_pmdasdir}/roomtemp
|
|
|
|
|
2015-08-04 03:54:00 +00:00
|
|
|
%if !%{disable_rpm}
|
2015-06-01 13:08:52 +00:00
|
|
|
%files pmda-rpm
|
|
|
|
%{_pmdasdir}/rpm
|
2015-08-04 03:54:00 +00:00
|
|
|
%endif
|
2015-06-01 13:08:52 +00:00
|
|
|
|
|
|
|
%files pmda-sendmail
|
|
|
|
%{_pmdasdir}/sendmail
|
|
|
|
|
|
|
|
%files pmda-shping
|
|
|
|
%{_pmdasdir}/shping
|
|
|
|
|
|
|
|
%files pmda-summary
|
|
|
|
%{_pmdasdir}/summary
|
|
|
|
|
2015-08-04 03:54:00 +00:00
|
|
|
%if !%{disable_systemd}
|
2015-06-15 12:03:21 +00:00
|
|
|
%files pmda-systemd
|
|
|
|
%{_pmdasdir}/systemd
|
2015-08-04 03:54:00 +00:00
|
|
|
%endif
|
2015-06-01 13:08:52 +00:00
|
|
|
|
|
|
|
%files pmda-trace
|
|
|
|
%{_pmdasdir}/trace
|
|
|
|
|
|
|
|
%files pmda-weblog
|
|
|
|
%{_pmdasdir}/weblog
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
%files -n perl-PCP-PMDA -f perl-pcp-pmda.list
|
|
|
|
|
|
|
|
%files -n perl-PCP-MMV -f perl-pcp-mmv.list
|
|
|
|
|
2011-02-02 02:51:56 +00:00
|
|
|
%files -n perl-PCP-LogImport -f perl-pcp-logimport.list
|
|
|
|
|
2011-12-12 07:58:13 +00:00
|
|
|
%files -n perl-PCP-LogSummary -f perl-pcp-logsummary.list
|
|
|
|
|
2014-12-08 14:06:18 +00:00
|
|
|
%if !%{disable_python2}
|
2012-08-28 10:54:33 +00:00
|
|
|
%files -n python-pcp -f python-pcp.list.rpm
|
2014-12-08 14:06:18 +00:00
|
|
|
%endif
|
2012-08-28 10:54:33 +00:00
|
|
|
|
2014-10-31 05:34:18 +00:00
|
|
|
%if !%{disable_python3}
|
|
|
|
%files -n python3-pcp -f python3-pcp.list.rpm
|
|
|
|
%endif
|
|
|
|
|
2014-06-18 15:45:46 +00:00
|
|
|
%if !%{disable_qt}
|
2014-05-15 04:44:12 +00:00
|
|
|
%files -n pcp-gui -f pcp-gui.list
|
|
|
|
|
2014-10-31 05:34:18 +00:00
|
|
|
%{_confdir}/pmsnap
|
|
|
|
%config(noreplace) %{_confdir}/pmsnap/control
|
2014-05-15 04:44:12 +00:00
|
|
|
%{_localstatedir}/lib/pcp/config/pmsnap
|
|
|
|
%{_localstatedir}/lib/pcp/config/pmchart
|
|
|
|
%{_localstatedir}/lib/pcp/config/pmafm/pcp-gui
|
|
|
|
%{_datadir}/applications/pmchart.desktop
|
2014-06-18 15:45:46 +00:00
|
|
|
%endif
|
2014-05-15 04:44:12 +00:00
|
|
|
|
|
|
|
%files -n pcp-doc -f pcp-doc.list
|
|
|
|
|
2015-06-01 13:08:52 +00:00
|
|
|
%if !%{disable_python2} || !%{disable_python3}
|
|
|
|
%files -n pcp-system-tools -f pcp_system_tools.list
|
|
|
|
%endif
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
%changelog
|
2015-08-18 12:50:21 +00:00
|
|
|
* Tue Aug 18 2015 Lukas Berk <lberk@redhat.com> - 3.10.7-0.20150818git063cfd3
|
|
|
|
- Automated weekly rawhide release
|
|
|
|
- Applied spec changes from upstream git
|
2015-08-18 13:18:07 +00:00
|
|
|
- Packaged pmda-mic bits in spec file
|
2015-08-18 12:50:21 +00:00
|
|
|
|
2015-08-10 12:57:42 +00:00
|
|
|
* Mon Aug 10 2015 Lukas Berk <lberk@redhat.com> - 3.10.7-0.20150810gitad91613
|
|
|
|
- Automated weekly rawhide release
|
|
|
|
- Applied spec changes from upstream git
|
|
|
|
|
2015-08-04 03:54:00 +00:00
|
|
|
* Tue Aug 04 2015 Nathan Scott <nathans@redhat.com> - 3.10.6-1
|
|
|
|
- Fix pcp2graphite write method invocation failure (BZ 1243123)
|
|
|
|
- Reduce diagnostics in pmdaproc unknown state case (BZ 1224431)
|
|
|
|
- Derived metrics via multiple files, directory expansion (BZ 1235556)
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2015-06-15 12:03:21 +00:00
|
|
|
* Mon Jun 15 2015 Mark Goodwin <mgoodwin@redhat.com> - 3.10.5-1
|
|
|
|
- Provide and use non-exit(1)ing pmGetConfig(3) variant (BZ 1187588)
|
|
|
|
- Resolve a pmdaproc.sh pmlogger restart regression (BZ 1229458)
|
|
|
|
- Replacement of pmatop/pcp-atop(1) utility (BZ 1160811, BZ 1018575)
|
|
|
|
- Reduced installation size for minimal applications (BZ 1182184)
|
|
|
|
- Ensure pmlogger start scripts wait on pmcd startup (BZ 1185760)
|
|
|
|
- Need to run pmcd at least once before pmval -L will work (BZ 185749)
|
2015-06-01 13:08:52 +00:00
|
|
|
|
2015-04-16 01:57:22 +00:00
|
|
|
* Wed Apr 15 2015 Nathan Scott <nathans@redhat.com> - 3.10.4-1
|
|
|
|
- Update to latest PCP, pcp-webjs and Vector sources.
|
|
|
|
- Packaging improvements after re-review (BZ 1204467)
|
|
|
|
- Start pmlogger/pmie independent of persistent state (BZ 1185755)
|
|
|
|
- Fix cron error reports for disabled pmlogger service (BZ 1208699)
|
|
|
|
- Incorporate Vector from Netflix (https://github.com/Netflix/vector)
|
|
|
|
- Sub-packages for pcp-webjs allowing choice and reducing used space.
|
2015-03-09 13:07:46 +00:00
|
|
|
|
2015-03-04 19:18:22 +00:00
|
|
|
* Wed Mar 04 2015 Dave Brolley <brolley@redhat.com> - 3.10.3-2
|
|
|
|
- papi 5.4.1 rebuild
|
|
|
|
|
2015-03-02 20:39:32 +00:00
|
|
|
* Mon Mar 02 2015 Dave Brolley <brolley@redhat.com> - 3.10.3-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
- New sub-package for pcp-import-ganglia2pcp.
|
|
|
|
- Python3 support, enabled by default in f22 onward (BZ 1194324)
|
|
|
|
|
2015-02-23 12:53:09 +00:00
|
|
|
* Mon Feb 23 2015 Slavek Kabrda <bkabrda@redhat.com> - 3.10.2-3
|
|
|
|
- Only use Python 3 in Fedora >= 23, more info at
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1194324#c4
|
|
|
|
|
2015-02-23 11:09:10 +00:00
|
|
|
* Mon Feb 23 2015 Nathan Scott <nathans@redhat.com> - 3.10.2-2
|
|
|
|
- Initial changes to support python3 as default (BZ 1194324)
|
2015-02-09 13:27:01 +00:00
|
|
|
|
2015-01-24 00:44:33 +00:00
|
|
|
* Fri Jan 23 2015 Dave Brolley <brolley@redhat.com> - 3.10.2-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
- Improve pmdaInit diagnostics for DSO helptext (BZ 1182949)
|
|
|
|
- Tighten up PMDA termination on pmcd stop (BZ 1180109)
|
|
|
|
- Correct units for cgroup memory metrics (BZ 1180351)
|
|
|
|
- Add the pcp2graphite(1) export script (BZ 1163986)
|
|
|
|
|
2014-12-01 04:18:53 +00:00
|
|
|
* Mon Dec 01 2014 Nathan Scott <nathans@redhat.com> - 3.10.1-1
|
|
|
|
- New conditionally-built pcp-pmda-perfevent sub-package.
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Tue Nov 18 2014 Dave Brolley <brolley@redhat.com> - 3.10.0-2
|
|
|
|
- papi 5.4.0 rebuild
|
|
|
|
|
2014-10-31 05:34:18 +00:00
|
|
|
* Fri Oct 31 2014 Nathan Scott <nathans@redhat.com> - 3.10.0-1
|
|
|
|
- Create new sub-packages for pcp-webjs and python3-pcp.
|
|
|
|
- Fix __pmDiscoverServicesWithOptions(1) codes (BZ 1139529)
|
|
|
|
- Update to latest PCP sources.
|
2014-09-05 14:56:57 +00:00
|
|
|
|
2014-09-05 04:40:42 +00:00
|
|
|
* Fri Sep 05 2014 Nathan Scott <nathans@redhat.com> - 3.9.10-1
|
|
|
|
- Convert PCP init scripts to systemd services (BZ 996438)
|
|
|
|
- Fix pmlogsummary -S/-T time window reporting (BZ 1132476)
|
|
|
|
- Resolve pmdumptext segfault with invalid host (BZ 1131779)
|
|
|
|
- Fix signedness in some service discovery codes (BZ 1136166)
|
|
|
|
- New conditionally-built pcp-pmda-papi sub-package.
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2014-08-26 22:59:55 +00:00
|
|
|
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.9.9-1.2
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-08-17 15:06:20 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.9-1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-13 05:45:45 +00:00
|
|
|
* Wed Aug 13 2014 Nathan Scott <nathans@redhat.com> - 3.9.9-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2014-07-16 03:53:30 +00:00
|
|
|
* Wed Jul 16 2014 Mark Goodwin <mgoodwin@redhat.com> - 3.9.7-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2014-06-18 15:45:46 +00:00
|
|
|
* Wed Jun 18 2014 Dave Brolley <brolley@redhat.com> - 3.9.5-1
|
|
|
|
- Daemon signal handlers no longer use unsafe APIs (BZ 847343)
|
|
|
|
- Handle /var/run setups on a temporary filesystem (BZ 656659)
|
|
|
|
- Resolve pmlogcheck sigsegv for some archives (BZ 1077432)
|
|
|
|
- Ensure pcp-gui-{testsuite,debuginfo} packages get replaced.
|
|
|
|
- Revive support for EPEL5 builds, post pcp-gui merge.
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2014-06-06 23:56:05 +00:00
|
|
|
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.4-1.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-15 05:28:30 +00:00
|
|
|
* Thu May 15 2014 Nathan Scott <nathans@redhat.com> - 3.9.4-1
|
2014-05-15 04:44:12 +00:00
|
|
|
- Merged pcp-gui and pcp-doc packages into core PCP.
|
2014-05-15 05:28:30 +00:00
|
|
|
- Allow for conditional libmicrohttpd builds in spec file.
|
2014-05-15 04:44:12 +00:00
|
|
|
- Adopt slow-start capability in systemd PMDA (BZ 1073658)
|
|
|
|
- Resolve pmcollectl network/disk mis-reporting (BZ 1097095)
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2014-04-15 17:50:03 +00:00
|
|
|
* Tue Apr 15 2014 Dave Brolley <brolley@redhat.com> - 3.9.2-1
|
|
|
|
- Improve pmdarpm(1) concurrency complications (BZ 1044297)
|
|
|
|
- Fix pmconfig(1) shell output string quoting (BZ 1085401)
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2014-03-19 22:34:27 +00:00
|
|
|
* Wed Mar 19 2014 Nathan Scott <nathans@redhat.com> - 3.9.1-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2014-05-15 04:44:12 +00:00
|
|
|
* Thu Feb 20 2014 Nathan Scott <nathans@redhat.com> - 3.9.0-2
|
|
|
|
- Workaround further PowerPC/tapset-related build fallout.
|
|
|
|
|
2014-02-20 02:36:48 +00:00
|
|
|
* Wed Feb 19 2014 Nathan Scott <nathans@redhat.com> - 3.9.0-1
|
|
|
|
- Create new sub-packages for pcp-webapi and pcp-manager
|
|
|
|
- Split configuration from pcp-libs into pcp-conf (multilib)
|
|
|
|
- Fix pmdagluster to handle more volumes, fileops (BZ 1066544)
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2014-01-29 03:54:51 +00:00
|
|
|
* Wed Jan 29 2014 Nathan Scott <nathans@redhat.com> - 3.8.12-1
|
2014-01-29 01:50:12 +00:00
|
|
|
- Resolves SNMP procfs file ICMP line parse issue (BZ 1055818)
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2014-01-15 00:01:11 +00:00
|
|
|
* Wed Jan 15 2014 Nathan Scott <nathans@redhat.com> - 3.8.10-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2013-12-12 05:05:57 +00:00
|
|
|
* Thu Dec 12 2013 Nathan Scott <nathans@redhat.com> - 3.8.9-1
|
|
|
|
- Reduce set of exported symbols from DSO PMDAs (BZ 1025694)
|
|
|
|
- Symbol-versioning for PCP shared libraries (BZ 1037771)
|
|
|
|
- Fix pmcd/Avahi interaction with multiple ports (BZ 1035513)
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Sun Nov 03 2013 Nathan Scott <nathans@redhat.com> - 3.8.8-1
|
|
|
|
- Update to latest PCP sources (simple build fixes only).
|
|
|
|
|
2013-11-01 03:24:29 +00:00
|
|
|
* Fri Nov 01 2013 Nathan Scott <nathans@redhat.com> - 3.8.6-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
- Rework pmpost test which confused virus checkers (BZ 1024850)
|
|
|
|
- Tackle pmatop reporting issues via alternate metrics (BZ 998735)
|
|
|
|
|
2013-10-17 22:54:39 +00:00
|
|
|
* Fri Oct 18 2013 Nathan Scott <nathans@redhat.com> - 3.8.5-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
- Disable pcp-pmda-infiniband sub-package on RHEL5 (BZ 1016368)
|
|
|
|
|
2013-09-16 07:34:17 +00:00
|
|
|
* Mon Sep 16 2013 Nathan Scott <nathans@redhat.com> - 3.8.4-2
|
|
|
|
- Disable the pcp-pmda-infiniband sub-package on s390 platforms.
|
|
|
|
|
2013-09-15 07:52:20 +00:00
|
|
|
* Sun Sep 15 2013 Nathan Scott <nathans@redhat.com> - 3.8.4-1
|
|
|
|
- Very minor release containing mostly QA related changes.
|
|
|
|
- Enables many more metrics to be logged for Linux hosts.
|
|
|
|
|
2014-01-15 00:01:11 +00:00
|
|
|
* Wed Sep 11 2013 Stan Cox <scox@redhat.com> - 3.8.3-2
|
|
|
|
- Disable pmcd.stp on el5 ppc.
|
|
|
|
|
2013-09-09 11:52:51 +00:00
|
|
|
* Mon Sep 09 2013 Nathan Scott <nathans@redhat.com> - 3.8.3-1
|
|
|
|
- Default to Unix domain socket (authenticated) local connections.
|
|
|
|
- Introduces new pcp-pmda-infiniband sub-package.
|
2014-01-15 00:01:11 +00:00
|
|
|
- Disable systemtap-sdt-devel usage on ppc.
|
2013-09-09 11:52:51 +00:00
|
|
|
|
2013-08-03 10:28:11 +00:00
|
|
|
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 3.8.2-1.1
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-07-31 02:40:00 +00:00
|
|
|
* Wed Jul 31 2013 Nathan Scott <nathans@redhat.com> - 3.8.2-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
- Integrate gluster related stats with PCP (BZ 969348)
|
|
|
|
- Fix for iostat2pcp not parsing iostat output (BZ 981545)
|
|
|
|
- Start pmlogger with usable config by default (BZ 953759)
|
|
|
|
- Fix pmatop failing to start, gives stacktrace (BZ 963085)
|
2013-07-17 09:42:09 +00:00
|
|
|
|
2013-06-19 03:43:45 +00:00
|
|
|
* Wed Jun 19 2013 Nathan Scott <nathans@redhat.com> - 3.8.1-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
- Fix log import silently dropping >1024 metrics (BZ 968210)
|
|
|
|
- Move some commonly used tools on the usual PATH (BZ 967709)
|
|
|
|
- Improve pmatop handling of missing proc metrics (BZ 963085)
|
|
|
|
- Stop out-of-order records corrupting import logs (BZ 958745)
|
|
|
|
|
2013-05-14 06:38:03 +00:00
|
|
|
* Tue May 14 2013 Nathan Scott <nathans@redhat.com> - 3.8.0-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
- Validate metric names passed into pmiAddMetric (BZ 958019)
|
|
|
|
- Install log directories with correct ownership (BZ 960858)
|
|
|
|
|
2013-04-19 07:08:20 +00:00
|
|
|
* Fri Apr 19 2013 Nathan Scott <nathans@redhat.com> - 3.7.2-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
- Ensure root namespace exists at the end of install (BZ 952977)
|
2013-03-25 22:53:20 +00:00
|
|
|
|
2013-03-20 03:40:51 +00:00
|
|
|
* Wed Mar 20 2013 Nathan Scott <nathans@redhat.com> - 3.7.1-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
- Migrate all tempfiles correctly to the new tempdir hierarchy.
|
|
|
|
|
2013-03-11 02:00:00 +00:00
|
|
|
* Sun Mar 10 2013 Nathan Scott <nathans@redhat.com> - 3.7.0-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
- Migrate all configuration files below the /etc/pcp hierarchy.
|
|
|
|
|
2013-02-14 09:57:07 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.10-2.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-28 05:12:55 +00:00
|
|
|
* Wed Nov 28 2012 Nathan Scott <nathans@redhat.com> - 3.6.10-2
|
2013-09-09 11:52:51 +00:00
|
|
|
- Ensure tmpfile directories created in %%files section.
|
2012-11-28 05:12:55 +00:00
|
|
|
- Resolve tmpfile create/teardown race conditions.
|
|
|
|
|
2012-11-19 04:29:37 +00:00
|
|
|
* Mon Nov 19 2012 Nathan Scott <nathans@redhat.com> - 3.6.10-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
- Resolve tmpfile security flaws: CVE-2012-5530
|
|
|
|
- Introduces new "pcp" user account for all daemons to use.
|
|
|
|
|
2012-10-14 00:12:29 +00:00
|
|
|
* Fri Oct 12 2012 Nathan Scott <nathans@redhat.com> - 3.6.9-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
- Fix pmcd sigsegv in NUMA/CPU indom setup (BZ 858384)
|
|
|
|
- Fix sar2pcp uninitialised perl variable warning (BZ 859117)
|
|
|
|
- Fix pcp.py and pmcollectl with older python versions (BZ 852234)
|
|
|
|
|
2012-09-14 12:25:26 +00:00
|
|
|
* Fri Sep 14 2012 Nathan Scott <nathans@redhat.com> - 3.6.8-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2012-09-05 04:42:49 +00:00
|
|
|
* Wed Sep 05 2012 Nathan Scott <nathans@redhat.com> - 3.6.6-1.1
|
2012-09-05 04:26:38 +00:00
|
|
|
- Move configure step from prep to build section of spec (BZ 854128)
|
|
|
|
|
2012-08-28 10:54:33 +00:00
|
|
|
* Tue Aug 28 2012 Mark Goodwin <mgoodwin@redhat.com> - 3.6.6-1
|
|
|
|
- Update to latest PCP sources, see installed CHANGELOG for details.
|
|
|
|
- Introduces new python-pcp and pcp-testsuite sub-packages.
|
|
|
|
|
2012-08-16 06:19:42 +00:00
|
|
|
* Thu Aug 16 2012 Mark Goodwin <mgoodwin@redhat.com> - 3.6.5-1
|
|
|
|
- Update to latest PCP sources, see installed CHANGELOG for details.
|
|
|
|
- Fix security flaws: CVE-2012-3418 CVE-2012-3419 CVE-2012-3420 and CVE-2012-3421 (BZ 848629)
|
|
|
|
|
2012-07-19 06:16:18 +00:00
|
|
|
* Thu Jul 19 2012 Mark Goodwin <mgoodwin@redhat.com>
|
|
|
|
- pmcd and pmlogger services are not supposed to be enabled by default (BZ 840763) - 3.6.3-1.3
|
|
|
|
|
2012-06-21 03:48:22 +00:00
|
|
|
* Thu Jun 21 2012 Mark Goodwin <mgoodwin@redhat.com>
|
|
|
|
- remove pcp-import-sheet2pcp subpackage due to missing deps (BZ 830923) - 3.6.3-1.2
|
|
|
|
|
2012-09-14 12:25:26 +00:00
|
|
|
* Fri May 18 2012 Dan Hork <dan[at]danny.cz> - 3.6.3-1.1
|
2012-05-18 11:23:53 +00:00
|
|
|
- fix build on s390x
|
|
|
|
|
2012-05-02 12:11:27 +00:00
|
|
|
* Mon Apr 30 2012 Mark Goodwin - 3.6.3-1
|
|
|
|
- Update to latest PCP sources
|
|
|
|
|
|
|
|
* Thu Apr 26 2012 Mark Goodwin - 3.6.2-1
|
|
|
|
- Update to latest PCP sources
|
|
|
|
|
|
|
|
* Thu Apr 12 2012 Mark Goodwin - 3.6.1-1
|
|
|
|
- Update to latest PCP sources
|
|
|
|
|
|
|
|
* Thu Mar 22 2012 Mark Goodwin - 3.6.0-1
|
2013-09-09 11:52:51 +00:00
|
|
|
- use %%configure macro for correct libdir logic
|
2012-05-02 12:11:27 +00:00
|
|
|
- update to latest PCP sources
|
2012-01-13 12:05:34 +00:00
|
|
|
|
2011-12-15 04:28:03 +00:00
|
|
|
* Thu Dec 15 2011 Mark Goodwin - 3.5.11-2
|
|
|
|
- patched configure.in for libdir=/usr/lib64 on ppc64
|
|
|
|
|
2011-12-12 07:58:13 +00:00
|
|
|
* Thu Dec 01 2011 Mark Goodwin - 3.5.11-1
|
|
|
|
- Update to latest PCP sources.
|
2011-10-11 15:28:33 +00:00
|
|
|
|
2011-12-12 07:58:13 +00:00
|
|
|
* Fri Nov 04 2011 Mark Goodwin - 3.5.10-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Mon Oct 24 2011 Mark Goodwin - 3.5.9-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2013-07-31 02:40:00 +00:00
|
|
|
* Mon Aug 08 2011 Mark Goodwin - 3.5.8-1
|
2011-12-12 07:58:13 +00:00
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2013-07-31 02:40:00 +00:00
|
|
|
* Fri Aug 05 2011 Mark Goodwin - 3.5.7-1
|
2011-12-12 07:58:13 +00:00
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Fri Jul 22 2011 Mark Goodwin - 3.5.6-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Tue Jul 19 2011 Mark Goodwin - 3.5.5-1
|
|
|
|
- Update to latest PCP sources.
|
2011-02-08 15:19:59 +00:00
|
|
|
|
2013-07-31 02:40:00 +00:00
|
|
|
* Thu Feb 03 2011 Mark Goodwin - 3.5.0-1
|
2011-02-02 02:51:56 +00:00
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Thu Sep 30 2010 Mark Goodwin - 3.4.0-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
* Fri Jul 16 2010 Mark Goodwin - 3.3.3-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Sat Jul 10 2010 Mark Goodwin - 3.3.2-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Tue Jun 29 2010 Mark Goodwin - 3.3.1-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Fri Jun 25 2010 Mark Goodwin - 3.3.0-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Thu Mar 18 2010 Mark Goodwin - 3.1.2-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Wed Jan 27 2010 Mark Goodwin - 3.1.0-1
|
2013-09-09 11:52:51 +00:00
|
|
|
- BuildRequires: initscripts for %%{_vendor} == redhat.
|
2010-07-20 00:32:23 +00:00
|
|
|
|
|
|
|
* Thu Dec 10 2009 Mark Goodwin - 3.0.3-1
|
|
|
|
- BuildRequires: initscripts for FC12.
|
|
|
|
|
|
|
|
* Wed Dec 02 2009 Mark Goodwin - 3.0.2-1
|
|
|
|
- Added sysfs.kernel metrics, rebased to minor community release.
|
|
|
|
|
|
|
|
* Mon Oct 19 2009 Martin Hicks <mort@sgi.com> - 3.0.1-2
|
|
|
|
- Remove IB dependencies. The Infiniband PMDA is being moved to
|
|
|
|
a stand-alone package.
|
|
|
|
- Move cluster PMDA to a stand-alone package.
|
|
|
|
|
2013-07-31 02:40:00 +00:00
|
|
|
* Fri Oct 09 2009 Mark Goodwin <mgoodwin@redhat.com> - 3.0.0-9
|
2010-07-20 00:32:23 +00:00
|
|
|
- This is the initial import for Fedora
|
|
|
|
- See 3.0.0 details in CHANGELOG
|