Changes committed to git://git.pcp.io/pcp.git master
Nathan Scott (6):
build: reinstate Makepkgs MacOSX changes from NetBSD overlap
qa: simpify test 278 for all platforms by dropping IRIX-ism
misc: fix a couple of comment typos in freshly added code
qa: reinstate _cleanup_pmda function addition after NetBSD merge
zbxpcp: rename src/pkg to more descriptive zabbix-agent
build: trivial zbxpcp man page build typo fix
Marko Myllynen (2):
zbxpcp: update Zabbix agent module install location
zbxpcp: add a man page for the Zabbix agent module
Makepkgs | 8 +
build/rpm/fedora.spec | 12 -
build/rpm/pcp.spec.in | 14 +-
qa/.gitignore | 1
qa/278 | 24 ---
qa/278.irix | 141 --------------------
qa/278.linux | 71 ----------
qa/278.out | 71 ++++++++++
qa/common.check | 6
qa/src/statvfs.c | 2
src/GNUmakefile | 2
src/pcp2zabbix/GNUmakefile | 29 ----
src/pcp2zabbix/src/.gitignore | 3
src/pcp2zabbix/src/GNUmakefile | 59 +-------
src/pcp2zabbix/src/exports | 10 -
src/pcp2zabbix/src/module.h | 132 -------------------
src/pcp2zabbix/src/zbxpcp.3 | 250 ++++++++++++++++++------------------
src/pcp2zabbix/src/zbxpcp.c | 268 ---------------------------------------
src/pmdas/netbsd/filesys.c | 5
src/zabbix-agent/GNUmakefile | 29 ++++
src/zabbix-agent/src/.gitignore | 4
src/zabbix-agent/src/GNUmakefile | 50 +++++++
src/zabbix-agent/src/exports | 10 +
src/zabbix-agent/src/module.h | 132 +++++++++++++++++++
src/zabbix-agent/src/zbxpcp.3 | 125 ++++++++++++++++++
src/zabbix-agent/src/zbxpcp.c | 268 +++++++++++++++++++++++++++++++++++++++
26 files changed, 848 insertions(+), 878 deletions(-)
commit 7279e62d996efc227234bf3f2abc7ee042698789
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Dec 1 11:02:52 2015 +1100
build: trivial zbxpcp man page build typo fix
commit 932edcc1e1570b3c00b92c6fbc588515988b4786
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Dec 1 10:56:21 2015 +1100
zbxpcp: rename src/pkg to more descriptive zabbix-agent
commit eee28be6403149b0cf6fa7a953e28d8c246c1777
Author: Marko Myllynen <myllynen@xxxxxxxxxx>
Date: Tue Dec 1 10:50:08 2015 +1100
zbxpcp: add a man page for the Zabbix agent module
A quick man page for zbxpcp with installation, testing and some
troubleshooting tips. Under section 3 as there are e.g. libxml(3)
and zlib(3).
Note that I tried to make the page understandable also for people
who've never heard about PCP before so it should explain few
wording and somewhat verbose approach.
commit 9a2e0db30a146da51b8296d802e1fe44d629a4f7
Author: Marko Myllynen <myllynen@xxxxxxxxxx>
Date: Tue Dec 1 10:41:12 2015 +1100
zbxpcp: update Zabbix agent module install location
commit 94560a165c8eb83dcdbf9ee71c4ed610dddb76a8
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Dec 1 10:33:42 2015 +1100
qa: reinstate _cleanup_pmda function addition after NetBSD merge
commit 394499406720f9b08505d57abc4f5eed1a7df086
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Dec 1 10:32:39 2015 +1100
misc: fix a couple of comment typos in freshly added code
commit 1d41dafdc0df1ac607e4980836ab289560a4662e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Dec 1 10:20:34 2015 +1100
qa: simpify test 278 for all platforms by dropping IRIX-ism
commit feb019cd04d07e8f81338ce05750f86ec51b3227
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Dec 1 10:16:36 2015 +1100
build: reinstate Makepkgs MacOSX changes from NetBSD overlap
|