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

Implement Redis monitor type #5

Open
aldy505 opened this issue Sep 28, 2023 · 0 comments
Open

Implement Redis monitor type #5

aldy505 opened this issue Sep 28, 2023 · 0 comments
Labels
difficulty: medium enhancement New feature or request

Comments

@aldy505
Copy link
Member

aldy505 commented Sep 28, 2023

Uptime Kuma (the upstream of this package) provides more monitor types than just HTTP call or ICMP ping like Roselite currently supports.

image

As a part of extending the monitor type that's also supported by Roselite, it would be very nice if we can provide more than what we currently supports.

For this issue, we're tracking Redis monitor supports. According to the image below the thing that we can configure is:

  • Connection string (in the form of redis://username:password@hostname:port/?config=value&more_config=more_value. An example would be: redis://192.168.1.1:6379).

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: medium enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant