https://github.com/unixfox/netdata-unlock-5-nodes
Unlock "Local dashboard is limited to 5 nodes" on Netdata
https://github.com/unixfox/netdata-unlock-5-nodes
netdata
Last synced: 4 months ago
JSON representation
Unlock "Local dashboard is limited to 5 nodes" on Netdata
- Host: GitHub
- URL: https://github.com/unixfox/netdata-unlock-5-nodes
- Owner: unixfox
- Created: 2025-02-07T23:41:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T00:44:27.000Z (4 months ago)
- Last Synced: 2025-02-08T01:22:53.105Z (4 months ago)
- Topics: netdata
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netdata unlock more than 5 nodes
Project was created after this rant: https://www.reddit.com/r/selfhosted/comments/1i7msq3/netdata_you_can_now_view_5_nodes_at_a_time_unless/?rdt=37893
Basically, in the endpoint that limit the number of nodes that can be used. It returns all the registered nodes instead of only the ones that you had to choose in the "Review your Space active Nodes".
This allows to choose more than 5 nodes or any node that you want in your dashboard.
# How to run
## Using the command line
1. Install Deno: https://docs.deno.com/runtime/getting_started/installation/
2. Run: `deno task run`## Compile the program
1. Install Deno: https://docs.deno.com/runtime/getting_started/installation/
2. Run: `deno task compile`# Available configuration
You can configure the program with these environment variables:
- PORT: the port to bind to
- HOST: the hostname to bind to
- NETDATA_BASE_URL: the URL to your netdata (eg. http://localhost:19999)You can also put these into a file `.env` by copying the `.env.example` file.