File: default

package info (click to toggle)
mtail 0.0%2Bgit20161231.ae129e9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,900 kB
  • ctags: 505
  • sloc: yacc: 427; makefile: 121; sh: 105; lisp: 66; awk: 17
file content (27 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (2)
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
# Set to 1 to start Mtail at boot.
ENABLED=0

## Log processing.

# List of files to monitor (mandatory).
#LOGS=/var/log/daemon.log,/var/log/mail.info

## Metrics exporting.

# HTTP port to listen on. (default "3903")
#PORT=3903

# Path to collectd unixsock to write metrics to.
#COLLECTD_SOCKETPATH=

# Host:port to graphite carbon server to write metrics to.
#GRAPHITE_HOSTPORT=

# Host:port to statsd server to write metrics to.
#STATSD_HOSTPORT=

# Interval between metric pushes, in seconds (default 60)
#METRIC_PUSH_INTERVAL=

# Extra command-line arguments to pass to the server.
#EXTRA_ARGS=""