Project

General

Profile

Activity

From 2009-06-30 to 2009-07-29

2009-07-29

20:38 pcp Revision 679b9d50: Initial work for PMDA_INTERFACE_4 and new sample.secret.* dynamic metrics.
Ken McDonell
20:38 pcp Revision 6c17c674: Remove log files that were added by mistake.
Ken McDonell
20:34 pcp Revision a707483a: Second round of PMDA_INTERFACE_4 and dynamic PMNS changes.
Gets things working for DSO PMDAs. Ken McDonell
20:31 pcp Revision 8e0f63db: Extending domain number to 9 bits (continued).
Ken McDonell

2009-07-27

19:59 pcp Revision f2866c9e: Bump version to 2.9.0.
Mark Goodwin
19:57 pcp Revision d3f630a2: Tweak Debian perl packaging with explicit dependencies, resolving build warnings.
Mark Goodwin
19:56 pcp Revision e6933348: Make the pcp2.x RPM provide pcp-devel and pcp-libs
This RPM packaging change makes it easier for dependent
packages such as pcp-gui to transition to pcp-3.x, where
we h...
Mark Goodwin
15:23 pcp Revision 3687851a: Split apart the POSIX and Win32 daemon PMDA code in pmcd.
No longer use a wrapper for the Win32 implementation either, which
allows us to have finer control over opened/closed...
Nathan Scott
14:07 pcp Revision ee52cf1d: When starting a PMDA in socket mode, we must mark the file descriptor as such.
In order for socket communication to function on Windows, socket fd's must be
flagged (and hence distinct from pipes,...
Nathan Scott
14:04 pcp Revision bd586265: Fix a typo in a comment in pmcd code.
Nathan Scott
09:37 pcp Revision 61c43f88: Merge branch '3.0.0' of git+ssh://markgw@oss.sgi.com/oss/git/markgw/pcp/pcp into dev
Mark Goodwin
09:32 pcp Revision 3baf8e7a: take -fstack-protector-all back out again since it's only supported with newer compilers. Probably should add a configure test for it at some stage
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com> Mark Goodwin
08:45 pcp Revision eb409a0c: PowerDNS PMDA's packetcache_size and qsize_q are instant values, not counters
Josef 'Jeff' Sipek
08:44 pcp Revision c8728d91: Update pmlogger -x message - kill is now (cross-platform) pmsignal.
Nathan Scott

2009-07-23

15:18 pcp Revision 47a82efa: Tweak deb package long descriptions for bug 537563.
Nathan Scott
14:49 pcp Revision 0b9600ed: Add a new PMDA for the PowerDNS daemon (www.powerdns.com).
Josef 'Jeff' Sipek
14:32 pcp Revision df6f93cd: Remove a duplicated metric from the MySQL PMDA.
Problem reported by Josef Sipek, install of this PMDA now
fails due to reworking of the pmns generation code, before
...
Nathan Scott
13:26 pcp Revision 737b6904: Improve error reporting in pmcd on Windows.
Should we be asked to open a UNIX domain socket channel to a
PMDA on Windows, improve the message for easier diagnosis.
Nathan Scott
13:25 pcp Revision c87287e7: Improve error reporting in PCP::PMDA perl module.
When failing to build the PMNS file, additional diagnostics
would be helpful to pinpoint the source of the error.
Nathan Scott
11:39 pcp Revision 910d640b: Merge branch '3.0.0' of git://oss.sgi.com/markgw/pcp/pcp into dev
Mark Goodwin

2009-07-22

17:02 pcp Revision 0c1b4b2f: Tweak RPM dependency rules for 2.x -> 3.x upgrades and
massage the PCP RPM spec to reduce rpmlint noise.
Also added -fstack-protector-all to Linux PCFLAGS.
On branch 3.0....
Mark Goodwin
13:37 pcp Revision 7f3bf2c9: Ensure the Perl PMDA process runs in its own process group,
and ignore SIGTERM in the atexit handler. This resolves an
issue with the earlier fix for reaping children.
Nathan Scott
11:52 pcp Revision d597f63b: Comment out some diagnostics in named PMDA.
Nathan Scott
11:44 pcp Revision c9b822c2: Add the named PMDA, initially supporting BIND 9.4.
Rodney McKee
10:18 pcp Revision cf003f4d: Merge branch 'dev' of git://oss.sgi.com/mort/pcp into dev
Nathan Scott

2009-07-21

17:34 pcp Revision fcca6023: Do not create infiniband pmda config file by default
In order to simplify monitoring in the simple case where a
machine has a single Infiniband interface, the config file...
Martin Hicks
17:31 pcp Revision 84024397: Manpage for the infiniband PMDA
Martin Hicks

2009-07-16

16:59 pcp Revision fee86f65: Rework the special SGI CPU numbering logic in the Linux PMDA.
This resolves a buffer overflow bug in the use of realpath(3)
in this routine, which was being passed a too-small buf...
Nathan Scott
16:54 pcp Revision 67ae7fd9: Resolve a valgrind reported problem when initing Linux loadavg metric.
Ensure read buffer is initialised to zero, and also check the return
code for a failed read syscall.
Nathan Scott

2009-07-14

14:14 pcp Revision 7f0167d8: Reserve domain ID 99 for SGI Ultra Violet PMDA
Martin Hicks

2009-07-12

07:51 pcp Revision de5188e9: Increase domain from 8-bits to 9-bits.
Cleaned up the use of the top bit as a flag for both a pmID and
a pmInDom ... now using a 1 bit flag field instead of...
Ken McDonell

2009-07-10

14:36 pcp Revision ff6cfff7: move pcp.conf into libs and check for pcp-devel in PMDAs that ship a Makefile
Mark Goodwin
10:37 pcp Revision 3a0217c8: Add a PCP::PMDA module check into PMDA Install path for Perl PMDAs.
Nathan Scott
10:35 pcp Revision 2c278354: Make Perl PMDA module explicit wrt libpcp_pmda interface version used.
Nathan Scott

2009-07-09

17:33 pcp Revision 728c61eb: split RPM packaging into pcp, pcp-libs and pcp-devel, bump version to 3.0.0
Mark Goodwin

2009-07-08

16:47 pcp Revision 6aa5ce6b: Bump version number to 2.8.12 for recent fixes.
Nathan Scott
16:32 pcp Revision c81fcbe3: Remove a spurious diagnostic from the Zimbra PMDA.
Nathan Scott
16:31 pcp Revision 2ab37888: Correct the type for the mysql.variables.log metric.
Nathan Scott
16:30 pcp Revision 1b203196: Fix a major botch in the Mac OS X kernel (darwin) PMDA.
Some macro cleanup during Windows porting has accidentally regressed
the darwin PMDA, causing it to fail to start tha...
Nathan Scott
16:23 pcp Revision 174cbdd4: Add sockaddr forward declaration in case of unusual system headers.
Nathan Scott
16:22 pcp Revision b1824cb5: Couple more bug fixes in the Perl PMDA interface.
In particular: fix an off-by-one when handling long input lines,
and make an effort to terminate any children started...
Nathan Scott

2009-07-07

18:31 pcp Revision b7087f4b: Not all Zimbra installations have same proc file format.
In particular, our secondary server is missing the last four
entries that are there on the primary production server,...
Nathan Scott
12:07 pcp Revision 8371ef09: Fix a subtle memory leak in the Perl PMDA interface.
It turns out that, for PCP::PMDA, we cannot call Perl code
from C code and expect that the G_DISCARD flag will do our...
Nathan Scott

2009-07-06

11:29 pcp Revision 1662ec47: Resolve a recent regression in the Perl PMDA module pmns code.
Reworking the PMNS generation code to use the libpcp routines
instead of dirs and files in the local filesystem intro...
Nathan Scott

2009-07-01

14:36 pcp Revision 18f3a800: Bump version for Perl module packaging fixes specific to RPM.
Nathan Scott
14:27 pcp Revision a8bf0879: Resolve path issues when building Perl RPM packages.
Nathan Scott
13:47 pcp Revision c8fdb6fb: Fix an rpm build issue thanks to a makefile path typo.
Nathan Scott
13:41 pcp Revision 7fe136cd: Missing mmv perl spec entry in LSRCFILES.
Nathan Scott
12:31 pcp Revision 0e7d706b: Bump version number to 2.8.9.
Nathan Scott
11:25 pcp Revision 4beade78: Make error messages in libpcp_pmda open call unique.
Nathan Scott
11:17 pcp Revision 97215925: Rework the use of pipe2 for compatibility with older glibc versions.
Nathan Scott
11:07 pcp Revision c5725ee9: Remove unnecessary getpagesize() call in Linux slabinfo metrics.
Nathan Scott
10:23 pcp Revision 0ee66d95: Fix bug in pmdazimbra, where probe strings weren't handled correctly.
Nathan Scott
09:51 pcp Revision 2a467863: Revert change to install Windows configs elsewhere, dirname conflicts.
Nathan Scott
08:42 pcp Revision bd6bd74e: Remove PCP_DIR suffix from DSOs as well when writing pmcd.conf.
This ensures we are path relative in pmcd.conf which will help
when making the PCP_DIR movable at install time, etc. ...
Nathan Scott
08:40 pcp Revision f9f93c4c: Expunge remaining references to Interix and Cygwin.
Nathan Scott
07:50 pcp Revision b90dcc32: Put critical config files below /etc on Win32 as well.
Nathan Scott

2009-06-30

16:03 pcp Revision c6aa464e: Add windows batch wrapper for pmsignal also.
Nathan Scott
15:15 pcp Revision bb0c76ae: Add option for pmie without translated default hostname.
The hostname that is stored in the stats file can now be
forced the same as that on the command line - this allows
th...
Nathan Scott
12:05 pcp Revision 3d1ddb70: Filter out Windows end of line markers in pcp(1) shell script.
This fixes the botched output from this script in the pmie and
pmlogger sections. The root of the problem is the joi...
Nathan Scott
11:25 pcp Revision 5691ea63: Add .bat file wrappers for user-visible PCP shell scripts.
This, in particular, means sysadmins used to typing "pcp"
will get the information they are after with no change on
W...
Nathan Scott
10:15 pcp Revision 46999c33: Ensure path to binaries prepended to Win32 pipe/socket PMDAs.
Gets closer to working daemon PMDAs on Windows - something is
still NQR though (failure on PMDA end writing to pmcd)....
Nathan Scott
 

Also available in: Atom