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

kapacitor listen 9093 #2792

Open
liukaiyuliukaiyu opened this issue Dec 13, 2023 · 0 comments
Open

kapacitor listen 9093 #2792

liukaiyuliukaiyu opened this issue Dec 13, 2023 · 0 comments

Comments

@liukaiyuliukaiyu
Copy link

I understand that kapacitor can set the listening port by changing the bind-address of the configuration file
[http]
bind-address = ":9093"
auth-enabled = false
log-enabled = true
write-tracing = false
pprof-enabled = false
https-enabled = false
https-certificate = "/etc/ssl/kapacitor.pem"
shutdown-timeout = "10s"
shared-secret = ""
The bind-address value is changed to 9093, and the service starts with an error:

[srv] 2023/12/13 04:09:31 I! Kapacitor hostname: 9e98087f12ad
[srv] 2023/12/13 04:09:31 I! ClusterID: da070130-b2b4-445f-803c-14e060e001ce ServerID: bfcdbc20-63f1-4632-8fc0-99543dba5ced
[task_master:main] 2023/12/13 04:09:31 I! opened
[httpd] 2023/12/13 04:10:31 I! Closed HTTP service
[httpd] 2023/12/13 04:10:31 I! Closed HTTP service
[run] 2023/12/13 04:39:02 I! Kapacitor starting, version 1.3.1, branch master, commit 3b5512f
[run] 2023/12/13 04:39:02 I! Go version go1.7.5
[srv] 2023/12/13 04:39:02 I! Kapacitor hostname: xxx
[srv] 2023/12/13 04:39:02 I! ClusterID: da070130-b2b4-445f-803c-14e060e001ce ServerID: bfcdbc20-63f1-4632-8fc0-99543dba5ced
[task_master:main] 2023/12/13 04:39:02 I! opened

Why did the changes to the config file not work

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

No branches or pull requests

1 participant