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

Status/health page for monitoring purposes #2044

Closed
jlopezramos opened this issue Apr 22, 2024 · 0 comments
Closed

Status/health page for monitoring purposes #2044

jlopezramos opened this issue Apr 22, 2024 · 0 comments
Assignees

Comments

@jlopezramos
Copy link
Collaborator

jlopezramos commented Apr 22, 2024

Hi,

in order to integrate Ravada in some monitors/status page, it would be great to add a minimal endpoint (something like /HealthStatus or /Status) with basic information, preferably in plain text or json format.

Minimal info like frontend/backend status would be great, but some extra info could be useful for someone. An example of what could be:

{
    "frontend": "true",
    "backend": "true",
    "nodes": [
        {
            "name": "node01",
            "status": "active"
        },
        {
            "name": "node02",
            "status": "active"
        },
        {
            "name": "node03",
            "status": "disabled"
        }
    ]
}

If the endpoint does not require authorization (or it can be IP filtered), the better.

Some of simple status/health monitors only check URLs (public or private) or TCP/UDP ports, and checking the status of Ravada's backend can be complicated without using third-party software/monitors integrations. With this, it would be easy to achieve something like this:

image

Thank you very much!

@frankiejol frankiejol self-assigned this Apr 22, 2024
frankiejol added a commit that referenced this issue Apr 22, 2024
frankiejol added a commit that referenced this issue Apr 22, 2024
frankiejol added a commit that referenced this issue Apr 22, 2024
frankiejol added a commit that referenced this issue Apr 24, 2024
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