Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhengyouwei
9 years ago
Commit
266f904da4b4604b2b4c7f238e49a28ae75ea97f
1 parent
b112e6e5
add order
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
monitor-service-web/src/main/resources/product/influxdb.properties
monitor-service-web/src/main/resources/product/influxdb.properties
View file @
266f904
# ******************** influxdb common configs ********************
influxdb.num
=
3
influxdb.name
=
aws;qcloud;alarm
influxdb.ip
=
http://172.31.50.75:8086;http://10.66.4.25:8086;http://172.31.31.170:8086
influxdb.user
=
root;root;root
influxdb.pwd
=
root;root;root
influxdb.connect.timeout
=
15;15;15
influxdb.read.timeout
=
40;40;40
influxdb.write.timeout
=
20;20;20
influxdb.num
=
4
influxdb.name
=
aws;qcloud;alarm;order
influxdb.ip
=
http://172.31.50.75:8086;http://10.66.4.25:8086;http://172.31.31.170:8086;http://172.31.31.171:8086
influxdb.user
=
root;root;root;root
influxdb.pwd
=
root;root;root;root
influxdb.connect.timeout
=
15;15;15;15
influxdb.read.timeout
=
40;40;40;40
influxdb.write.timeout
=
20;20;20;40
aws.influxdb.url
=
http://172.31.50.75:8086
aws.influxdb.user
=
root
...
...
Please
register
or
login
to post a comment