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
This project goal is just for the holidays. If we spent more time (meaning after 7 April 2025), people are free to pick these up.
If you want to join and need write access (because you're lazy to fork this repo), please let me know by commenting on this issue.
If you want to ask a question, just give a comment on this issue and put your question there. Don't send private message to me. That way, more people can help you.
Must Have Project Capabilities
Make healthcheck requests to target (similar to pull-based app monitoring/observability)
TLS certificate expiration notice for pull-based (...probably?)
...more?## Things to do
We need to check if these already implemented and already works.
Healthcheck
Able to configure sites, dynamically (through web UI) or statically (through config files) -- I think the last time we implemented this was through config files, since the UI would be a read only. But we'll see if we can change this to be dynamically.
Able to poll to target sites (meaning we make a HTTP request [or any other protocol] to that endpoint)
Important
Must Have Project Capabilities
Old monograph link: https://monogr.ph/664d42567e3a71c23dfea211 -- I think this link is still relevant, but the above points are just TLDR to this.
Nice To Have Project Capabilities
We need to check if these already implemented and already works.
Healthcheck
dynamically (through web UI)or statically (through config files) -- I think the last time we implemented this was through config files, since the UI would be a read only. But we'll see if we can change this to be dynamically.MonitorHistoricalWritermethod #26, Backend: Retry historical writes if fails #23)Alerting
Relay
Relay mode that is able to do both pull and push healthcheck monitoringSubmit the data into upstream instance -- a thought: what if there are so many relay instances? should we keep a counter?Relay is done at teknologi-umum/roselite