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

Create sub groups in main dashboard #837

Open
simo222 opened this issue Aug 10, 2024 · 1 comment
Open

Create sub groups in main dashboard #837

simo222 opened this issue Aug 10, 2024 · 1 comment

Comments

@simo222
Copy link

simo222 commented Aug 10, 2024

Describe the feature request

Hi

Is possible to add subrgoups?

For example i have a group called kubernetes

Inside this groups i want to have a group for each namespace .

When I collapse the Kubernetes group, then all the namespaces groups will be also collapsed

Maybe something like this

  • name: k8s
    url: http://k8s-cluster:8080/health
    group: core <-------
    interval: 1m
    conditions:
    • "[STATUS] == 200"
    • "[BODY].status == UP"
  • name: ns1
    parentgroup: core
  • name: ns2
    parentgroup: core

Why do you personally want this feature to be implemented?

To make all related check into one group , and more consise

How long have you been using this project?

No response

Additional information

No response

@Tuxdude
Copy link

Tuxdude commented Aug 14, 2024

+1 to this one. I have a long list of endpoints that my Gatus instance currently monitors and I already have 12 top level groups with each group having on average 15-20 different endpoints.

Having something like this, can easily help me focus and look at the failures.

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

2 participants