From 47e6e7c84f008a53061e661f31ae96629bc694ef Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 26 Oct 2014 12:33:50 +0400 Subject: Debian 3.9.10 --- src/pmproxy/pmproxy.options | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/pmproxy/pmproxy.options (limited to 'src/pmproxy/pmproxy.options') diff --git a/src/pmproxy/pmproxy.options b/src/pmproxy/pmproxy.options new file mode 100644 index 0000000..bd83e0c --- /dev/null +++ b/src/pmproxy/pmproxy.options @@ -0,0 +1,31 @@ +# command-line options and environment variables for pmproxy +# uncomment/edit lines as required + +# run in the foreground +# -f + +# restrict PCP monitoring client connections to these interfaces +# -i gateway-public-0.foo.bar.com +# -i gateway-public-1.foo.bar.com + +# make log go someplace else +# -l /some/place/else + +# maximum incoming PDU size (default 64KB) +# -L 16384 + +# assume identity of some user other than "pcp" +# -U nobody + +# emergency messages before logfile created +# -x /tmp/desperate.log + +# setting of environment variables for pmproxy + +# port for incomining connections from PCP monitoring clients +# PMPROXY_PORT=44322 + +# timeouts for interactions with pmcd on behalf of clients +# PMCD_CONNECT_TIMEOUT=10 +# PMCD_RECONNECT_TIMEOUT=10,20,30 +# PMCD_REQUEST_TIMEOUT=10 -- cgit v1.2.3