Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
src/cpan/PMDA.pm | 2
src/cpan/PMDA.xs | 43 ++++
src/pmcd/pmdaproc.sh | 6
src/pmdas/GNUmakefile | 2
src/pmdas/dbping/Install | 6
src/pmdas/dbping/dbprobe.pl | 2
src/pmdas/dbping/pmdadbping.pl | 5
src/pmdas/memcache/pmdamemcache.pl | 5
src/pmdas/mysql/Install | 6
src/pmdas/mysql/pmdamysql.pl | 2
src/pmdas/news/pmdanews.pl | 22 +-
src/pmdas/simple/pmdasimple.pl | 3
src/pmdas/systemtap/Install | 6
src/pmdas/systemtap/pmdasystemtap.pl | 4
src/pmdas/vmware/GNUmakefile | 39 +++
src/pmdas/vmware/Install | 39 +++
src/pmdas/vmware/Remove | 29 ++
src/pmdas/vmware/pmdavmware.pl | 372
++++++++++++++++++++++++++++++++++-
src/pmns/stdpmid.pcp | 2
19 files changed, 567 insertions(+), 28 deletions(-)
commit b396fb03a9b11d3bcd3ef761e244ff11940078b6
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Sep 11 15:26:55 2008 +1000
Add Install script checks on various required interfaces for
individual Perl PMDAs. Also nuke hash bang lines, add in an
explicit "use warnings" line everywhere, and one or two other
small Perl PMDA code consistency changes.
commit b882be158a5dd4c67450a42f707273b8beffb3fb
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Sep 11 15:19:59 2008 +1000
Ensure systemtap stap binary is installed before allowing PMDA
install.
commit 405ac0ba66c588218fb993c5c83b1796f9d523cb
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Sep 11 15:14:26 2008 +1000
When generating PMNS and domain header, switch to running perl
scripts by invoking "perl <script>". This should ensure these
work on Windows, and (more pressingly) allows us to bypass the
rpm auto-dependency generation for these. Those dependencies
are verified by the individual PMDA Install scripts which must
cleanly fail the Install attempt if a needed Perl lib missing.
See the VMware PMDA as an example.
commit 27a3a4cae642e28e451db8ff811b0b53ef1fb7f3
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Sep 11 14:23:24 2008 +1000
Add two additional interfaces into the Perl PMDA API - one for
extracting the one-liner text for a given PMID and another for
formatting an uptime string, given a number of seconds.
commit d999dbea2e0abfbcf71e7270ed027b7ff67b86c6
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Sep 11 12:01:49 2008 +1000
Initial version of the VMware PMDA which extracts performance
data from the VMware console host, upon which the VMs are run.
|