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
81bae9a8
Commit
81bae9a8
authored
Mar 09, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated docs
parent
d7ce7271
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
29 additions
and
15 deletions
+29
-15
docs/mkdocs.yml
+10
-2
docs/sources/installation/installation.md
+0
-0
docs/sources/installation/performance.md
+6
-2
docs/sources/installation/provisioning.md
+7
-5
docs/sources/installation/troubleshooting.md
+0
-0
docs/sources/screencasts/index.md
+5
-5
vendor/phantomjs/render.js
+1
-1
No files found.
docs/mkdocs.yml
View file @
81bae9a8
...
...
@@ -26,8 +26,11 @@ pages:
# Introduction:
-
[
'
index.md'
,
'
About'
,
'
Grafana'
]
-
[
'
install.md'
,
'
Installation'
,
'
Installation'
]
-
[
'
troubleshooting/index.md'
,
'
Installation'
,
'
Troubleshooting'
]
-
[
'
installation/installation.md'
,
'
Installation'
,
'
Install
&
Configure'
]
-
[
'
installation/provisioning.md'
,
'
Installation'
,
'
Provisioning'
]
-
[
'
installation/performance.md'
,
'
Installation'
,
'
Performance
tips'
]
-
[
'
installation/troubleshooting.md'
,
'
Installation'
,
'
Troubleshooting'
]
-
[
'
features/intro.md'
,
'
User
Guides'
,
'
Getting
started'
]
-
[
'
features/graphs.md'
,
'
User
Guides'
,
'
Graph
options'
]
-
[
'
features/annotations.md'
,
'
User
Guides'
,
'
Annotations'
]
...
...
@@ -37,10 +40,15 @@ pages:
-
[
'
features/scripted_dashboards.md'
,
'
User
Guides'
,
'
Scripted
dashboards'
]
-
[
'
features/playlist.md'
,
'
User
Guides'
,
'
Playlist'
]
-
[
'
features/export_import.md'
,
'
User
Guides'
,
'
Import
&
Export'
]
-
[
'
screencasts/index.md'
,
'
User
Guides'
,
'
Screencasts'
]
-
[
'
features/graphite.md'
,
'
Metric
Queries'
,
'
Graphite
guide'
]
-
[
'
features/influxdb.md'
,
'
Metric
Queries'
,
'
InfluxDB
guide'
]
-
[
'
features/opentsdb.md'
,
'
Metric
Queries'
,
'
OpenTSDB
guide'
]
-
[
'
contributing/building_from_source.md'
,
'
Contribute'
,
'
Building
from
souce'
]
-
[
'
contributing/cla.html.slim'
,
'
Contribute'
,
'
Contributor
License
Agreement'
]
-
[
'
support/index.md'
,
'
Support'
,
'
Support'
]
-
[
'
jsearch.md'
,
'
**HIDDEN**'
]
docs/sources/install.md
→
docs/sources/install
ation/installation
.md
View file @
81bae9a8
File moved
docs/sources/
performance/index
.md
→
docs/sources/
installation/performance
.md
View file @
81bae9a8
---
title
:
Docs - Performance
page_title
:
Performance Tips
page_description
:
Grafana performance tips
page_keywords
:
grafana, performance, documentation
---
# Performance
# Performance tips
## Graphite
Graphite 0.9.13 adds a much needed feature to the json rendering API that is very important for Grafana. If you are experiance slow
load & rendering times for large time ranges then it is most likely caused by running Graphite 0.9.12 or lower. The latest version
...
...
docs/sources/
provisioning/index
.md
→
docs/sources/
installation/provisioning
.md
View file @
81bae9a8
---
title
:
Docs - Install via provisioning
page_title
:
Provisioning
page_description
:
Grafana provisioning
page_keywords
:
grafana, provisioning, documentation
---
# Provisioning
...
...
@@ -7,23 +9,23 @@ title: Docs - Install via provisioning
Here are links for how to install Grafana (and some include graphite or influxdb as well) via a provisioning
system. These are not maintained by any core Grafana team member and might be out of date.
##
#
Puppet
## Puppet
*
[
forge.puppetlabs.com/bfraser/grafana
](
https://forge.puppetlabs.com/bfraser/grafana
)
##
#
Ansible
## Ansible
*
[
github.com/bobrik/ansible-grafana
](
https://github.com/bobrik/ansible-grafana
)
*
[
github.com/bitmazk/ansible-digitalocean-influxdb-grafana
](
https://github.com/bitmazk/ansible-digitalocean-influxdb-grafana
)
##
#
Docker
## Docker
*
[
github.com/kamon-io/docker-grafana-graphite
](
https://github.com/kamon-io/docker-grafana-graphite
)
*
[
github.com/kamon-io/docker-grafana-influxdb
](
https://github.com/kamon-io/docker-grafana-influxdb
)
*
[
github.com/tutumcloud/tutum-docker-grafana
](
https://github.com/tutumcloud/tutum-docker-grafana
)
*
[
github.com/mingfang/docker-grafana
](
https://github.com/mingfang/docker-grafana
)
##
#
Chef
## Chef
*
[
github.com/JonathanTron/chef-grafana
](
https://github.com/JonathanTron/chef-grafana
)
*
[
github.com/dzautner/grafana-cookbook
](
https://github.com/dzautner/grafana-cookbook
)
...
...
docs/sources/
troubleshooting/index
.md
→
docs/sources/
installation/troubleshooting
.md
View file @
81bae9a8
File moved
docs/sources/screencasts/index.md
View file @
81bae9a8
---
title
:
Docs - S
creencasts
---
page_title: Screencasts
page_description: Grafana s
creencasts
page_keywords: grafana, screencasts, documentation, guides
# Screencasts
##
##
Grafana Screencasts - Episode 2 - Templated Graphite Queries
## Grafana Screencasts - Episode 2 - Templated Graphite Queries
<iframe
width=
"561"
height=
"315"
src=
"//www.youtube.com/embed/FhNUrueWwOk?list=PLDGkOdUX1Ujo3wHw9-z5Vo12YLqXRjzg2"
frameborder=
"0"
allowfullscreen
></iframe>
<br>
##
##
Grafana Screencasts - Episode 1 - Building Graphite Queries
## Grafana Screencasts - Episode 1 - Building Graphite Queries
<iframe
width=
"560"
height=
"315"
src=
"//www.youtube.com/embed/mgcJPREl3CU?list=PLDGkOdUX1Ujo3wHw9-z5Vo12YLqXRjzg2"
frameborder=
"0"
allowfullscreen
></iframe>
<br>
...
...
vendor/phantomjs/render.js
View file @
81bae9a8
...
...
@@ -31,7 +31,7 @@ page.open(params.url, function (status) {
return
$
(
'canvas'
).
length
>
0
;
});
if
(
canvas
||
tries
===
10
)
{
if
(
canvas
||
tries
===
10
0
)
{
page
.
render
(
params
.
png
);
phantom
.
exit
();
}
...
...
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