Changes committed to git://git.pcp.io/kenj/pcp master
Ken McDonell (5):
qa/new: handle $tmp is a directory case in the initial setup
qa/group: add the pmieutil group for pmie_{check,daily}
qa/admin/<misc>: better heuristic for sniffing primary network interface
src/pmie/rc_pmie: remove one more annoying PMIE in a message
src/libpcp_import/src/stuff.c: strto...() changes
qa/admin/allow-pmlc-access | 71 ++++++++----------------------------------
qa/admin/check-vm | 52 ++++++++----------------------
qa/group | 11 ++++--
qa/new | 2 -
src/libpcp_import/src/stuff.c | 8 ++--
src/pmie/rc_pmie | 2 -
6 files changed, 43 insertions(+), 103 deletions(-)
Details ...
commit eb8150bde3b86d5c58c08befe269dbc526696d47
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Oct 21 16:49:53 2015 +1100
src/libpcp_import/src/stuff.c: strto...() changes
Cast strtol() and strtoul() to make possible conversion explicit.
Use the platform-specific macro strto*int64() as appropriate.
commit c3a3a01ecc2b2021163a1d58628822e68eca8215
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Oct 21 16:48:26 2015 +1100
src/pmie/rc_pmie: remove one more annoying PMIE in a message
We prefer to use pmie (lower case).
commit 785ad0a322f8dbbc32b1837bd0d3323e3883f073
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Oct 21 16:45:17 2015 +1100
qa/admin/<misc>: better heuristic for sniffing primary network interface
For check-vm and allow-pmlc-access we need to be able to determine
the primary ip addr of the local host and the associated netmask
(needed to enable pmlc clients on the same network to be able to
connect to pmlogger).
commit 8e5358bd3b4b9155706b378d0a0003654fe643d6
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue Oct 20 20:06:36 2015 +1100
qa/group: add the pmieutil group for pmie_{check,daily}
commit 744b2c5b0cc9bf41d678f7d58632bf9da360f2de
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue Oct 20 20:05:59 2015 +1100
qa/new: handle $tmp is a directory case in the initial setup
|