https://github.com/netdata/dashboard
Netdata Agent v1 Dashboard (deprecated)
https://github.com/netdata/dashboard
Last synced: 10 months ago
JSON representation
Netdata Agent v1 Dashboard (deprecated)
- Host: GitHub
- URL: https://github.com/netdata/dashboard
- Owner: netdata
- License: gpl-3.0
- Created: 2019-11-08T11:05:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T09:52:31.000Z (about 2 years ago)
- Last Synced: 2024-04-10T08:39:06.963Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 8.93 MB
- Stars: 66
- Watchers: 37
- Forks: 43
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netdata Agent v1 Dashboard (deprecated)
## Available Scripts
### `npm run start:dashboard`
Starts dashboard in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
Make sure Netdata is running under [http://localhost:19999](https://localhost:19999).
> If your Netdata is running on a remote host you need to create an SSH tunnel to the host
> `ssh -L 127.0.0.1:19999:127.0.0.1:19999 NODE`.
### `npm run start:node-view`
Starts app with only Node-View component running. This is used to develop the component for Cloud purposes.
### `npm run start:tv`
Starts app with tv.html, as a static (custom) dashboard in dev mode.
### `npm test`
Launches the test runner in the interactive watch mode.
### `npm run lint`
Runs a linter check. The same task is run in GH Actions pipeline.
### `npm run build`
Builds the dashboard for production to the `build` folder.
It bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.