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

Custumizable EKG IP #560

Open
redoracle opened this issue May 2, 2020 · 0 comments
Open

Custumizable EKG IP #560

redoracle opened this issue May 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@redoracle
Copy link

Is your feature request related to a problem? Please describe.
I would like to be able to set the IP of the EKG service within the node. As for now it is possible to customize only the port in the config:

evport <- getEKGport config
ehdl <- (forkServer "127.0.0.1" evport)

Describe the solution you'd like
I would like to be able within the configuration.yaml file the IP as I do for the port of the EKG service:

Within the code I guess something similar to this:

evport <- getEKGport config
evip <- getEKGip config
ehdl <- (forkServer "evip" evport)

Describe alternatives you've considered
As for now I am using socat to redirect the redirect the data stream

Additional context
EKGVIEW

@redoracle redoracle added the enhancement New feature or request label May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant