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
5f5bb854
Commit
5f5bb854
authored
Mar 11, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated docs
parent
0c62ab06
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletions
+11
-1
.gitignore
+7
-0
docs/Makefile
+3
-0
docs/sources/index.md
+1
-1
No files found.
.gitignore
View file @
5f5bb854
...
...
@@ -5,6 +5,13 @@ awsconfig
/dist
/tmp
docs/AWS_S3_BUCKET
docs/GIT_BRANCH
docs/VERSION
docs/GITCOMMIT
docs/changed-files
docs/changed-files
# locally required config files
web.config
config.js
...
...
docs/Makefile
View file @
5f5bb854
...
...
@@ -44,4 +44,7 @@ docs-test: docs-build
$(DOCKER_RUN_DOCS)
"
$(DOCKER_DOCS_IMAGE)
"
./test.sh
docs-build
:
git fetch https
:
//github.com/grafana/grafana.git docs-1.x && git diff --name-status FETCH_HEAD...HEAD -- . > /changed-files
echo
"
$(GIT_BRANCH)
"
>
docs/GIT_BRANCH
echo
"
$(GITCOMMIT)
"
>
docs/GITCOMMIT
docker build
-t
"
$(DOCKER_DOCS_IMAGE)
"
.
docs/sources/index.md
View file @
5f5bb854
...
...
@@ -9,7 +9,7 @@ rich ways to visualize time series metrics, mainly though graphs but supports ot
a pluggable panel architecture. It currently has rich support for for
[
Graphite
](
http://graphite.readthedocs.org/en/latest/
)
,
[
InfluxDB
](
http://influxdb.org
)
and
[
OpenTSDB
](
http://opentsdb.net
)
. But supports other data sources via plugins.
It is most common
usage is
for infrastructure monitoring, application monitoring and metric analytics. But Grafana
It is most common
ly used
for infrastructure monitoring, application monitoring and metric analytics. But Grafana
has an open architecture and design that enabled is to be used in other domains as well, like home automation,
weather and industrial sensors analytics.
...
...
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