Github push to performancecopilot:pcp #github
Pcp Integration <[email protected]>
| Newsgroups | gmane.comp.sysutils.pcp |
|---|---|
| Message-ID | <[email protected]> |
12 New Commits: [pcp:master] By Ken McDonell <[email protected]>: 0f6deb1eae0b ( https://github.com/performancecopilot/pcp/commit/0f6deb1eae0b8abd6baf00567ea40bcaaf4e522f ) : qa/008: revised .out files for host bozo (w/out CD drive) Added: qa/008.out.bozo+cd ( https://github.com/performancecopilot/pcp/blob/master/qa/008.out.bozo+cd ) Removed: qa/008.out.bozo+sdc ( https://github.com/performancecopilot/pcp/blob/master/qa/008.out.bozo+sdc ) Modified: qa/008 ( https://github.com/performancecopilot/pcp/blob/master/qa/008 ) Modified: qa/008.out.bozo ( https://github.com/performancecopilot/pcp/blob/master/qa/008.out.bozo ) [pcp:master] By Lukas Berk <[email protected]>: 79d3062ec5d6 ( https://github.com/performancecopilot/pcp/commit/79d3062ec5d62e4cf27e5e5f5648641e7fb8cea9 ) : Tag and push newly created docker images Push the docker images to the regsitry so they can be publicly used for reproducing bugs the developer didn't catch themselves. Modified: qa/buildbot/master.cfg ( https://github.com/performancecopilot/pcp/blob/master/qa/buildbot/master.cfg ) [pcp:master] By Lukas Berk <[email protected]>: 2291a4efb7d5 ( https://github.com/performancecopilot/pcp/commit/2291a4efb7d5d6005be4f2c5cb801033ce6d952d ) : Fix libpcp_web json data type conversion Previously we were making the (incorrect) assumption that every numerical data type, if not a string or flag, was an int length variable. Add a flag_type where we can store the specific json_data type if needed. Modified: qa/src/json_test.c ( https://github.com/performancecopilot/pcp/blob/master/qa/src/json_test.c ) Modified: src/include/pcp/pmjson.h ( https://github.com/performancecopilot/pcp/blob/master/src/include/pcp/pmjson.h ) Modified: src/libpcp_web/src/json_helpers.c ( https://github.com/performancecopilot/pcp/blob/master/src/libpcp_web/src/json_helpers.c ) [pcp:master] By Lukas Berk <[email protected]>: f0bb18fc1e8e ( https://github.com/performancecopilot/pcp/commit/f0bb18fc1e8ec4be64fc3a24b41fbf6e44c4d5f9 ) : Add NFSv42 parameters to linux PMDAs Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/pmda.c ) Modified: src/pmdas/linux/proc_net_rpc.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_net_rpc.h ) Modified: src/pmdas/nfsclient/pmdanfsclient.pl ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/nfsclient/pmdanfsclient.pl ) [pcp:master] By Lukas Berk <[email protected]>: d2f8f39ddf06 ( https://github.com/performancecopilot/pcp/commit/d2f8f39ddf064849ecf060484ff811825e418ceb ) : Update qa/798 to include nfsv4.2 metrics With the added NFSv4.2 client metrics, lets test that they're proprely reported with a new /proc/self/mountstats file Added: qa/nfsclient/mountstats42.qa ( https://github.com/performancecopilot/pcp/blob/master/qa/nfsclient/mountstats42.qa ) Modified: qa/798 ( https://github.com/performancecopilot/pcp/blob/master/qa/798 ) Modified: qa/798.out ( https://github.com/performancecopilot/pcp/blob/master/qa/798.out ) [pcp:master] By Ken McDonell <[email protected]>: c45dfbf32905 ( https://github.com/performancecopilot/pcp/commit/c45dfbf3290549bbd4d11949cf1e6998e0aabd7b ) : qa/admin/pcp-daily: fix logic error when searching for some error lines Modified: qa/admin/pcp-daily ( https://github.com/performancecopilot/pcp/blob/master/qa/admin/pcp-daily ) [pcp:master] By Ken McDonell <[email protected]>: befc24775851 ( https://github.com/performancecopilot/pcp/commit/befc247758516ef24f51771126c7a9f93240a6f6 ) : qa/964: another case where we should _wait_for_pmlogger before exiting Modified: qa/964 ( https://github.com/performancecopilot/pcp/blob/master/qa/964 ) [pcp:master] By Ken McDonell <[email protected]>: d8e8c693e31c ( https://github.com/performancecopilot/pcp/commit/d8e8c693e31c767f60a33af6cefd5f30b356509e ) : src/libpcp/src/auxserver.c: tweak EADDRINUSE diagnostics The recent change to add a "try 4 times before really reporting EADDRINUSE" to overcome some race-in-QA situations was a bit too chatty (and caused qa/243 to fail), so move the reporting of each failed attempt inside a conditional, guarded by DBG_TRACE_DESPERATE. Modified: src/libpcp/src/auxserver.c ( https://github.com/performancecopilot/pcp/blob/master/src/libpcp/src/auxserver.c ) [pcp:master] By Ken McDonell <[email protected]>: 10f901e9da73 ( https://github.com/performancecopilot/pcp/commit/10f901e9da73b035a34b5cd0b60eda750a350aac ) : qa/243: need slightly longer delay for second pmcd When testing "socket in use" errors, we need to wait a bit longer for the EADDRINUSE retry loops in libpcp. Modified: qa/243 ( https://github.com/performancecopilot/pcp/blob/master/qa/243 ) [pcp:master] By Ken McDonell <[email protected]>: 6263cd57e89e ( https://github.com/performancecopilot/pcp/commit/6263cd57e89e35e6d007cc0890b018a828870154 ) : Merge branch 'master' of git://git.pcp.io/pcp Added: qa/src/qa_shmctl_stat.c ( https://github.com/performancecopilot/pcp/blob/master/qa/src/qa_shmctl_stat.c ) Added: src/pmchart/metricdetails.cpp ( https://github.com/performancecopilot/pcp/blob/master/src/pmchart/metricdetails.cpp ) Added: src/pmchart/metricdetails.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmchart/metricdetails.h ) Added: src/pmchart/metricdetails.ui ( https://github.com/performancecopilot/pcp/blob/master/src/pmchart/metricdetails.ui ) Modified: qa/1069 ( https://github.com/performancecopilot/pcp/blob/master/qa/1069 ) Modified: qa/1069.out ( https://github.com/performancecopilot/pcp/blob/master/qa/1069.out ) Modified: qa/888 ( https://github.com/performancecopilot/pcp/blob/master/qa/888 ) Modified: qa/888.out ( https://github.com/performancecopilot/pcp/blob/master/qa/888.out ) Modified: qa/src/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/master/qa/src/GNUlocaldefs ) Modified: src/bashrc/pcp_completion.sh ( https://github.com/performancecopilot/pcp/blob/master/src/bashrc/pcp_completion.sh ) Modified: src/collectl2pcp/header.c ( https://github.com/performancecopilot/pcp/blob/master/src/collectl2pcp/header.c ) Modified: src/pmchart/chart.cpp ( https://github.com/performancecopilot/pcp/blob/master/src/pmchart/chart.cpp ) Modified: src/pmchart/chart.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmchart/chart.h ) Modified: src/pmchart/pmchart.pro ( https://github.com/performancecopilot/pcp/blob/master/src/pmchart/pmchart.pro ) Modified: src/pmchart/sampling.cpp ( https://github.com/performancecopilot/pcp/blob/master/src/pmchart/sampling.cpp ) Modified: src/pmdas/linux/clusters.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/clusters.h ) Modified: src/pmdas/linux/help ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/help ) Modified: src/pmdas/linux/indom.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/indom.h ) Modified: src/pmdas/linux/ipc.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/ipc.c ) Modified: src/pmdas/linux/ipc.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/ipc.h ) Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/pmda.c ) Modified: src/pmdas/linux/root_linux ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/root_linux ) Modified: src/pmrep/TODO ( https://github.com/performancecopilot/pcp/blob/master/src/pmrep/TODO ) Modified: src/pmrep/pmrep.1 ( https://github.com/performancecopilot/pcp/blob/master/src/pmrep/pmrep.1 ) Modified: src/pmrep/pmrep.conf ( https://github.com/performancecopilot/pcp/blob/master/src/pmrep/pmrep.conf ) Modified: src/pmrep/pmrep.conf.5 ( https://github.com/performancecopilot/pcp/blob/master/src/pmrep/pmrep.conf.5 ) Modified: src/pmrep/pmrep.py ( https://github.com/performancecopilot/pcp/blob/master/src/pmrep/pmrep.py ) Modified: src/zshrc/_pcp ( https://github.com/performancecopilot/pcp/blob/master/src/zshrc/_pcp ) [pcp:master] By Mark Goodwin <[email protected]>: 43a912a8c694 ( https://github.com/performancecopilot/pcp/commit/43a912a8c69470d51ac350ca87009ef282ed96bf ) : Merge branch 'master' of git://git.pcp.io/kenj/pcp into kenj-merge Added: qa/008.out.bozo+cd ( https://github.com/performancecopilot/pcp/blob/master/qa/008.out.bozo+cd ) Removed: qa/008.out.bozo+sdc ( https://github.com/performancecopilot/pcp/blob/master/qa/008.out.bozo+sdc ) Modified: qa/008 ( https://github.com/performancecopilot/pcp/blob/master/qa/008 ) Modified: qa/008.out.bozo ( https://github.com/performancecopilot/pcp/blob/master/qa/008.out.bozo ) Modified: qa/243 ( https://github.com/performancecopilot/pcp/blob/master/qa/243 ) Modified: qa/964 ( https://github.com/performancecopilot/pcp/blob/master/qa/964 ) Modified: qa/admin/pcp-daily ( https://github.com/performancecopilot/pcp/blob/master/qa/admin/pcp-daily ) Modified: src/libpcp/src/auxserver.c ( https://github.com/performancecopilot/pcp/blob/master/src/libpcp/src/auxserver.c ) [pcp:master] By Mark Goodwin <[email protected]>: 29dc5e4e9d49 ( https://github.com/performancecopilot/pcp/commit/29dc5e4e9d4990eb4fc00864ea868226bfb037e8 ) : zabbix-agent: support zabbix 3.0.x and 3.2.x Add support for newer versions of zabbix, retaining compatibility with older versions via dlsym checks. Original patch from Marko Myllynen, updated with the extra dlsym checks by Nathan Scott. QA/1067 exercises this. Modified: src/zabbix-agent/src/module.h ( https://github.com/performancecopilot/pcp/blob/master/src/zabbix-agent/src/module.h ) Modified: src/zabbix-agent/src/zbxpcp.c ( https://github.com/performancecopilot/pcp/blob/master/src/zabbix-agent/src/zbxpcp.c )