Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
9c2edba1
Commit
9c2edba1
authored
Mar 11, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Working on config docs for grafana 2.0
parent
477e035f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
5 deletions
+34
-5
docs/mkdocs.yml
+1
-0
docs/sources/installation/configuration.md
+23
-5
docs/sources/reference/admin.md
+10
-0
No files found.
docs/mkdocs.yml
View file @
9c2edba1
...
...
@@ -43,6 +43,7 @@ pages:
-
[
'
reference/scripting.md'
,
'
Reference'
,
'
Scripted
dashboards'
]
-
[
'
reference/playlist.md'
,
'
Reference'
,
'
Playlist'
]
-
[
'
reference/export_import.md'
,
'
Reference'
,
'
Import
&
Export'
]
-
[
'
reference/admin.md'
,
'
Reference'
,
'
Grafana
Admin'
]
-
[
'
datasources/graphite.md'
,
'
Data
Sources'
,
'
Graphite'
]
-
[
'
datasources/influxdb.md'
,
'
Data
Sources'
,
'
InfluxDB'
]
...
...
docs/sources/installation/configuration.md
View file @
9c2edba1
...
...
@@ -19,7 +19,7 @@ or specified using `ENV` variables.
> at `/etc/grafana/grafana.ini`. This path is specified in the grafana init.d script using `--config` file
> parameter.
<hr>
## [server]
### http_addr
...
...
@@ -43,6 +43,7 @@ google or github oauth authentication (for the callback url to be correct).
The path to the directory where the frontend files (html & js & css). Default to
`public`
which is
why the Grafana binary needs to be executed with working directory set to the installation path.
<hr>
## [database]
Grafana needs a database to store users and dashboards (and other things). By default it is configured to
...
...
@@ -70,7 +71,8 @@ The database user's password (not applicable for `sqlite3`).
### ssl_mode
For
`postgres`
only, either "disable", "require" or "verify-full".
## Security
<hr>
## [security]
### admin_user
The name of the default grafana admin user (who has full permissions). Defaults to
`admin`
.
...
...
@@ -78,15 +80,31 @@ The name of the default grafana admin user (who has full permissions). Defaults
### admin_password
The password of the default grafana admin. Defaults to
`admin`
.
### disable_user_signup
Set to
`false`
to prohibit users from creating user accounts. Defaults to
`false`
.
### login_remember_days
The number of days the keep me logged in / remember me cookie lasts.
### secret_key
Used for signing keep me logged in / remember me cookies.
<hr>
## [user]
### allow_sign_up
Set to
`false`
to prohibit users from being able to sign up / create user accounts. Defaults to
`true`
.
The admin can still create users from the
[
Grafana Admin Pages
](
../reference/admin.md
)
### allow_org_create
Set to
`false`
to prohibit users from creating new organizations. Defaults to
`true`
.
### auto_assign_org
Set to
`true`
to automatically add new users to the main organization (id 1). When set to
`false`
,
new users will automatically cause a new organization to be created for that new user.
### auto_assign_org_role
The role new users will be assigned for the main organization (if the above setting is set to true).
Defaults to
`Viewer`
, other valid options are
`Admin`
and
`Editor`
.
<hr>
## [session]
### provider
...
...
docs/sources/reference/admin.md
0 → 100644
View file @
9c2edba1
----
page_title: Grafana Admin
page_description: Grafana Admin guide
page_keywords: grafana, admin, administration, documentation
---
# Grafana Admin
This documentation page has yet to be written.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment