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

Add real total node count #135

Open
louisevelayo opened this issue Aug 28, 2024 · 0 comments
Open

Add real total node count #135

louisevelayo opened this issue Aug 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@louisevelayo
Copy link
Collaborator

Description: Node Monitor currently calculates node totals based on the public Internet Computer (IC) dashboard. This can lead to inaccuracies if a node is down for an extended period and temporarily removed from the network. As a result, Node Monitor may incorrectly show all systems as healthy when a node is actually down but unmonitored.

Proposed Solution:

  • User Input: Allow users to specify the total number of nodes in their data center.
  • Database Update: Add a field in the subscribers table to store this total node count.

Additional Considerations:

  • Ensure that Node Monitor's logic is updated to compare the actual number of active nodes (based on user input) against those currently visible on the IC dashboard.
  • Implement alerts or notifications when there is a mismatch between the total nodes expected and the nodes currently monitored.
  • Consider how these changes might affect existing subscribers and ensure a smooth transition to the new system.

These changes will improve Node Monitor's accuracy by ensuring it reflects the actual state of nodes, even if some are temporarily removed from the IC dashboard.

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

1 participant