Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Influxdb 클러스터 방식의 telegraf Output 설정 위한 UI 라디오 버튼 추가 #391

Open
jaegeunha opened this issue Mar 17, 2023 · 1 comment
Assignees

Comments

@jaegeunha
Copy link
Collaborator

jaegeunha commented Mar 17, 2023

Provider Conf 탭, Service Config 탭에 클러스터 방식의 InfluxDB Output 설정 위한 라디오 버튼 추가

on: Telegraf Influx DB Output 추가할 때 클러스터 방식으로 추가

   [[outputs.influxdb]]
   urls = [ "http://cmp-db-1:8086", "http://cmp-db-2:8086" ]

off: Telegraf Influx DB Output 추가할 때 기존 방식으로 추가

  [[outputs.influxdb]]
  urls = [ "http://cmp-db-1:8086" ]

  [[outputs.influxdb]]
  urls = [ "http://cmp-db-2:8086" ] 
@jaegeunha jaegeunha changed the title Telegraf OpenStack InfluxDB Output 라디오 버튼 추가 Telegraf OpenStack InfluxDB Output 설정 위한 라디오 버튼 추가 Mar 17, 2023
@jaegeunha jaegeunha changed the title Telegraf OpenStack InfluxDB Output 설정 위한 라디오 버튼 추가 클러스터 방식의 InfluxDB Output 설정 위한 라디오 버튼 추가 Mar 17, 2023
@snetsystems snetsystems changed the title 클러스터 방식의 InfluxDB Output 설정 위한 라디오 버튼 추가 Influxdb 클러스터 방식의 telegraf Output 설정 위한 라디오 버튼 추가 Mar 17, 2023
@snetsystems snetsystems changed the title Influxdb 클러스터 방식의 telegraf Output 설정 위한 라디오 버튼 추가 Influxdb 클러스터 방식의 telegraf Output 설정 위한 UI 라디오 버튼 추가 Mar 17, 2023
@snetsystems
Copy link
Owner

I'll consider when we use InfluxDB Cluster Enterprise(Commercial version)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants