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

Recommendation/Feature request: Simple Smartnode Monitor #35

Open
TBO-git opened this issue Apr 8, 2021 · 1 comment
Open

Recommendation/Feature request: Simple Smartnode Monitor #35

TBO-git opened this issue Apr 8, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@TBO-git
Copy link

TBO-git commented Apr 8, 2021

This is not a bug but a feature request:

Several users have mentioned over the past months that they like to be able to "easily" see their nodes status.
The most reliable way of checking the node status is via the Node SAPI functionality / sapi url.
So currently for each node the user then needs to open the specifc url and check the status mnaually in the browser. This is cumbersome and also the output not neat as just in data structure format.

Feature suggestion:
Provide a basic smartnode monitoring / status check functionality in the smarthub.
To start with just cover these functionalities:

  1. Allow user to add one or several smartnode IP he/she likes to monitor (these IPs shall be regardless of the addresses in the user wallet) into a smartnode list
  2. Allow user to remove smartnode IPs from the smartnode list
  3. Allow users to label smartnodes in his/her smartnode list
  4. provide the functionality to check the status of the smartnodes in their defined smartnode list:
    issuing a one time call the sapi addresses of the nodes in the user smartnode list and show the result in a table with following minimum information: node label, node IP, node status (e.g enabled, not available, Pre-enabled..), last paid, online since

The above would be a very much appreciated functionality by the smartcash community which would also drive adoption of the smarthub as there is further incentive besides the smartchat for users to migrate to the smarthub.

The functionality of the smartnode monitor can over time (in future releases) be further extended (e.g. allow users to start nodes from within smarthub) but could to rather soon have a MVP (most viable product) functionality.

@TBO-git
Copy link
Author

TBO-git commented Apr 8, 2021

for myself I have created a simple python script that does the above for my nodes. If needed can share the script with you to speed up the implementation of the above in the smarthub.

@brunohenz brunohenz added the enhancement New feature or request label Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants