Changes committed to git://git.pcp.io/brolley/pcp rhbz1348351
Dave Brolley (1):
RHBZ 1348351: pmchart(1): Detect archives from the same host.
src/libpcp_qmc/src/qmc_group.cpp | 4 +++-
src/pmchart/groupcontrol.cpp | 3 ++-
src/pmchart/groupcontrol.h | 3 ++-
src/pmchart/main.cpp | 2 +-
Details ...
commit 205137e0268884cf9b0c59823d039ec541653c45
Author: Dave Brolley <brolley@xxxxxxxxxx>
Date: Thu Jul 21 11:55:45 2016 -0400
RHBZ 1348351: pmchart(1): Detect archives from the same host.
The archives specified on separate -a options must be from
different hosts.
pmchart(1) was failing to detect this. Failure to detect this results
in only the first archive for each host being visible to pmchart(1).
This was the cause of the errors being reported in the bug report.
pmchart(1) will now issue an error message reporting the duplicate
hosts and suggest combining them using pmlogextract(1).
|