1VERSION(1)                       User Commands                      VERSION(1)
2
3
4

NAME

6       grafana-server  - back-end server for the Grafana metrics dashboard and
7       graph editor
8

DESCRIPTION

10       grafana-server is the back-end server for the Grafana metrics dashboard
11       and  graph  editor.   The grafana-server program should not normally be
12       run from the command line, except when testing or for development  pur‐
13       poses.   Rather  it  should  be  managed  by systemd.  After installing
14       Grafana, the systemd service should be enabled and started as follows:
15
16          systemctl daemon-reload
17          systemctl enable grafana-server.service
18          systemctl start grafana-server.service
19

OPTIONS

21       The     gafana-server      configuration      is      specified      in
22       /etc/grafana/grafana.ini  and  is  well  documented with comments.  The
23       command-line options listed below override options of the same (or sim‐
24       ilar) name in the configuration file.
25
26       -config string
27
28              path to config file
29
30       -homepath string
31
32              path to grafana install/home path, defaults to working directory
33
34       -packaging string
35
36              describes the way Grafana was installed (default "unknown")
37
38       -pidfile string
39
40              path to pid file
41
42       -profile
43
44              Turn on pprof profiling
45
46       -profile-port uint
47
48              Define custom port for profiling (default 6060)
49
50       -tracing
51
52              Turn on tracing
53
54       -tracing-file string
55
56              Define tracing output file (default "trace.out")
57
58       -v
59
60              prints current version and exits
61

SEE ALSO

63       The   full   documentation   for   Grafana   is  available  on-line  at
64       http://docs.grafana.org/.
65
66
67
68Version 7.5.11                   October 2021                       VERSION(1)
Impressum