You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uptime Kuma (the upstream of this package) provides more monitor types than just HTTP call or ICMP ping like Roselite currently supports.
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).
The text was updated successfully, but these errors were encountered:
Uptime Kuma (the upstream of this package) provides more monitor types than just HTTP call or ICMP ping like Roselite currently supports.
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:
redis://username:password@hostname:port/?config=value&more_config=more_value
. An example would be:redis://192.168.1.1:6379
).The text was updated successfully, but these errors were encountered: