/etc/pcp/pmmgr/pmmgr.options is in pcp-manager 4.0.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | # command-line options and environment variables for pmmgr
# uncomment/edit lines as required
# note: environment variables are *not* expanded - use full path
# make log more verbose
-v
# even more verbose
# -v
# poll less frequently
# -p 300
# add more configuration directories
# -c DIR1
# -c DIR2
# assume identity of some user other than "pcp"
# -U foobar
# make log go someplace else
# -l /some/place/else
# setting of environment variables for pmmgr
# timeouts for interactions with pmcd on behalf of clients
# PMCD_CONNECT_TIMEOUT=10
# PMCD_RECONNECT_TIMEOUT=10,20,30
# PMCD_REQUEST_TIMEOUT=10
HOME=/var/lib/pcp
# avoid numerous 64MB arenas that glibc defaults give us
MALLOC_ARENA_MAX=8
|