From f9a236c3629c31e62df5206fcd91a4154fb5b844 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Tue, 29 Oct 2019 19:15:12 -0400 Subject: [PATCH] Update Roadmap.md --- docs/Roadmap.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Roadmap.md b/docs/Roadmap.md index d06d894b..b4ab4f03 100644 --- a/docs/Roadmap.md +++ b/docs/Roadmap.md @@ -18,8 +18,11 @@ LND's Loop-Out and Loop-In are important tools for channel re-balancing and will ### Multi-Language Support We can provide a customizable framework for multi-language support. But to extend support for other languages would require contribution from the development community, to use the framework and create multi-language support +### Advanced Node Monitoring +Active node monitoring may be required to ensure reliability of routing nodes. Monitoring can include generating alerts for out-of-balance channels, inactive channels, disconnected peers, low activity channels etc. This feature will be required for professional node operaters running commercial routing nodes with a need to react to signals, requiring specific action to be taken. + ### Advanced Multi-node Management RTL currently allows managing multiple nodes (LND or C-Lightning), via single UI. More sophistication can be built on multi-node management, with advanced top level dashboards, which summarize node level summary in a single dashboard. This feature may be required for professional node operators, who are running commercial routing nodes. ### RTL installer -Automate RTL setup so that installation process is simpler than the current method of following the steps provided in the Readme file. This should also help with configuration of nginx and letsencrypt, to enable access via https. Contribution on this is more than welcome. \ No newline at end of file +Automate RTL setup so that installation process is simpler than the current method of following the steps provided in the Readme file. This should also help with configuration of nginx and letsencrypt, to enable access via https. Contribution on this is more than welcome.