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

Simple Html frontend for Bisq 2 monitor #2634

Open
HenrikJannsen opened this issue Aug 17, 2024 · 1 comment
Open

Simple Html frontend for Bisq 2 monitor #2634

HenrikJannsen opened this issue Aug 17, 2024 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@HenrikJannsen
Copy link
Contributor

HenrikJannsen commented Aug 17, 2024

With #2633 we can request the storage data and other node data from seed nodes and oracle nodes.

We use the Rest api app. It accepts the address (or list of addresses) of the node we are requesting the report and we get a json object with the relevant data back.

At the moment we just display the json in the browser. It would be good to get a more user friendly interface where multiple nodes are shown so that it is easy to spot the differences.

It should stay simple and low-effort. If we want to put more effort in it we should integrate it with our Grafana monitor. This could be a follow up task.

The json data:
Screenshot 2024-08-17 at 18 35 44

@HenrikJannsen HenrikJannsen changed the title HTML frontend for Bisq 2 monitor Simple Html frontend for Bisq 2 monitor Aug 17, 2024
@HenrikJannsen HenrikJannsen added the good first issue Good for newcomers label Aug 18, 2024
@bsc7
Copy link
Contributor

bsc7 commented Oct 24, 2024

I'll take that

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

No branches or pull requests

3 participants
@HenrikJannsen @bsc7 and others