File: influxd.1

package info (click to toggle)
influxdb 1.0.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,296 kB
  • ctags: 7,599
  • sloc: sh: 1,231; python: 804; ruby: 118; makefile: 88
file content (25 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (5)
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
.\" Manpage for influxd.
.\" Contact alexandre@alexandreviau.net to correct errors or typos.
.TH man 8 "18 July 2015" "1.0" "influxd man page"
.SH NAME
influxd \- InfluxDB Server
.SH SYNOPSIS
influxd [options]
.SH DESCRIPTION
influxd is the primary daemon process for the InfluxDB system.
.SH OPTIONS
.B \-config <path>
Set the configuration file
.TP
.B \-hostname <name>
Override the hostname, the 'hostname' configuration option will be overridden.
.TP
.B \-join <url>
Joins the server to an existing cluster.
.TP
.B \-pidfile <path>
Write process ID to a file.
.SH SEE ALSO
influx(1)
.SH AUTHOR
Alexandre Viau (alexandre@alexandreviau.net)