diff options
Diffstat (limited to 'src/pmmgr/pmmgr.options')
-rw-r--r-- | src/pmmgr/pmmgr.options | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/pmmgr/pmmgr.options b/src/pmmgr/pmmgr.options new file mode 100644 index 0000000..86037d7 --- /dev/null +++ b/src/pmmgr/pmmgr.options @@ -0,0 +1,27 @@ +# 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 + +# 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 |