Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7b313974
authored
Oct 24, 2017
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
updating
parent
abd3e7c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
30 deletions
docker/composers/influx-grafana.yml
docker/composers/influx-grafana.yml
View file @
7b313974
influxdb
:
environment
:
ADMIN_USER
:
"
root"
INFLUXDB_INIT_PWD
:
"
giptmgr"
PRE_CREATE_DB
:
mcx_db"
GRAPHITE_DB
:
"
my_db"
GRAPHITE_BINDING
:
'
:2015'
GRAPHITE_PROTOCOL
:
"
tcp"
# GRAPHITE_template: "tag1.tag2.tag3.measurement*"
image
:
tutum/influxdb
ports
:
-
"
8083:8083"
-
"
8086:8086"
-
"
2015:2015"
volumes
:
-
/opt/data/influxdb:/data
log_driver
:
"
syslog"
log_opt
:
syslog-address
:
"
tcp://172.16.1.244:518"
syslog-facility
:
"
daemon"
syslog-format
:
"
rfc5424"
grafana
:
environment
:
GF_INSTALL_PLUGINS
:
"
grafana-piechart-panel,grafana-worldmap-panel"
image
:
grafana/grafana
ports
:
-
"
3000:3000"
volumes
:
-
/opt/data/grafana:/var/lib/grafana
#user/pass = admin/admin
version
:
'
2'
services
:
influxdb
:
environment
:
INFLUXDB_GRAPHITE_ENABLED
:
'
true'
INFLUXDB_DB
:
"
mcx_db"
INFLUXDB_USER
:
"
root"
INFLUXDB_USER_PASSWORD
:
"
giptmgr"
# ADMIN_USER: "root"
# INFLUXDB_INIT_PWD: "giptmgr"
# PRE_CREATE_DB: "mcx_db"
# GRAPHITE_DB: "my_db"
# GRAPHITE_BINDING: ':2025'
# GRAPHITE_PROTOCOL: "tcp"
image
:
influxdb
ports
:
-
"
8083:8083"
-
"
8086:8086"
-
"
2003:2003"
volumes
:
-
/opt/data/influxdb:/data
# log_driver: "syslog"
# log_opt:
# syslog-address: "tcp://172.16.1.244:518"
# syslog-facility: "daemon"
# syslog-format: "rfc5424"
networks
:
-
backend
grafana
:
environment
:
GF_INSTALL_PLUGINS
:
"
grafana-piechart-panel,grafana-worldmap-panel,briangann-gauge-panel"
HTTP_USER
:
"
root"
HTTP_PASS
:
"
giptmgrr"
INFLUXDB_PROTO
:
http
INFLUXDB_HOST
:
influxdb
INFLUXDB_PORT
:
8086
INFLUXDB_NAME
:
"
mcx_db"
INFLUXDB_USER
:
"
root"
INFLUXDB_PASS
:
"
giptmgrr"
image
:
grafana/grafana
ports
:
-
"
3000:3000"
-
"
8040:80"
depends_on
:
-
influxdb
volumes
:
-
/opt/data/grafana:/var/lib/grafana
#user/pass = admin/admin
networks
:
-
backend
networks
:
backend
:
driver
:
bridge
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