This file is indexed.

/etc/default/pmlogger is in pcp 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
# Environment variables for the primary pmlogger daemon.  See also
# the pmlogger control file and pmlogconf(1) for additional details.

# Behaviour regarding listening on external-facing interfaces;
# unset PMLOGGER_LOCAL to allow connections from remote hosts.
# A value of 0 permits remote connections, 1 permits local only.
# PMLOGGER_LOCAL=1

# Max length to which the queue of pending connections may grow
# A value of 5 is the default.
# PMLOGGER_MAXPENDING=5

# Default sampling interval pmlogger uses when no more specific
# interval is requested.  A value of 60 seconds is the default.
# Both pmlogger command line (via control file) and also pmlogger
# configuration file directives will override this value.
# PMLOGGER_INTERVAL=60