summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2013-06-14 23:38:56 -0400
committerJan Safranek <jsafrane@redhat.com>2013-07-18 13:39:48 +0200
commit30d91d80793392adb4c5b3890555662caa0031da (patch)
treeafc3980d82b12eb646c3a6e5d05a7a55203e0d04 /README
parentf3cee6b1ca62752134c6c3520c3739a193753768 (diff)
downloadopenlmi-providers-30d91d80793392adb4c5b3890555662caa0031da.tar.gz
openlmi-providers-30d91d80793392adb4c5b3890555662caa0031da.tar.xz
openlmi-providers-30d91d80793392adb4c5b3890555662caa0031da.zip
PCP<->CIM bridge prototype v3
- contents properly built/packaged into openlmi-pcp subrpm - a cron.daily job conditionally (rarely) rebuilds the MOF/REG files based upon current PCP state - /usr/bin/openlmi-pcp-generate able to be run by hand, cron.daily job minimal - more run-time PCP error tolerance
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 1962f17..8c51e92 100644
--- a/README
+++ b/README
@@ -64,6 +64,11 @@ Following providers are part of this sub-project:
This is a CIM interface for the RealmD daemon which allows for the Kerberos
and Active Directory realms enrollment
+* PCP
+ This is a CIM interface for the PCP (Performance Co-Pilot) daemon. Allows
+ reading of PCP metrics on the local host.
+
+
*******************************************************************************
* Build Dependencies *
*******************************************************************************
@@ -90,6 +95,8 @@ Provider specific dependencies:
* RealmD
- glib2-devel
- dbus-devel
+* PCP
+ - python-pcp
*******************************************************************************
* Compilation and installation *