Add influxDB Support.
This commit is contained in:
parent
d41007b360
commit
08873ab05f
@ -4,4 +4,4 @@ maintainer_email "hpcs-mon-som@hp.com"
|
||||
license "All rights reserved"
|
||||
description "Installs/Configures mon_api"
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version "0.0.5"
|
||||
version "0.0.6"
|
||||
|
@ -33,6 +33,19 @@ mysql:
|
||||
checkConnectionWhileIdle: false
|
||||
checkConnectionOnBorrow: true
|
||||
|
||||
databaseConfiguration:
|
||||
# vertica | influxdb
|
||||
databaseType: <%= @setting['database-configuration']['database-type'] %>
|
||||
|
||||
# Uncomment if databaseType is influxDB
|
||||
#influxDB:
|
||||
# name: mon
|
||||
# replicationFactor: 1
|
||||
# url: http://127.0.0.1:8086
|
||||
# user: root
|
||||
# password: root
|
||||
|
||||
# Uncomment if databaseType is vertica
|
||||
vertica:
|
||||
driverClass: com.vertica.jdbc.Driver
|
||||
url: jdbc:vertica://<%= @creds['vertica']['hostname']%>/<%=@creds['vertica']['schema']%>
|
||||
|
Loading…
x
Reference in New Issue
Block a user