Thanks to visit codestin.com
Credit goes to github.com

Skip to content

otnamhcar/netdata-unlock-5-nodes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i'm a new user for netdata, and just found out this restriction lately

thanks to unixfox

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

Install deno

What is deno

Deno (/ˈdiːnoʊ/, pronounced dee-no) is an open source JavaScript, TypeScript, and WebAssembly runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.

install deno using cli

curl -fsSL https://deno.land/install.sh | sh

install deno using npm (nodejs & npm must installed first)

npm install -g deno

run Using the command line

deno task run

Compile the program

deno task compile

Deploy using PM2

pm2 start

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.

About

Unlock "Local dashboard is limited to 5 nodes" on Netdata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.3%
  • JavaScript 8.7%