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
92ac3704
Commit
92ac3704
authored
May 18, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tech(docker): rename fake data writers
parent
c41e3dcb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
docker/blocks/graphite/fig
+1
-1
docker/blocks/influxdb/fig
+1
-1
docker/blocks/opentsdb/fig
+1
-1
docker/blocks/prometheus/fig
+1
-1
No files found.
docker/blocks/graphite/fig
View file @
92ac3704
...
...
@@ -8,7 +8,7 @@ graphite:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
fake-
data-gen
:
fake-
graphite-data
:
image: grafana/fake-data-gen
net: bridge
environment:
...
...
docker/blocks/influxdb/fig
View file @
92ac3704
...
...
@@ -5,7 +5,7 @@ influxdb:
- "8083:8083"
- "8086:8086"
fake-
data-gen
:
fake-
influxdb-data
:
image: grafana/fake-data-gen
net: bridge
environment:
...
...
docker/blocks/opentsdb/fig
View file @
92ac3704
...
...
@@ -3,7 +3,7 @@ opentsdb:
ports:
- "4242:4242"
fake-
data-gen
:
fake-
opentsdb-data
:
image: grafana/fake-data-gen
net: bridge
environment:
...
...
docker/blocks/prometheus/fig
View file @
92ac3704
...
...
@@ -6,7 +6,7 @@ prometheus:
volumes:
- /var/docker/prometheus:/prometheus-data
fake-
data-gen
:
fake-
prometheus-data
:
image: grafana/fake-data-gen
net: bridge
ports:
...
...
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