All Projects → satcom886 → NetBoard

satcom886 / NetBoard

Licence: MIT License
A multi-server dashboard for Netdata

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to NetBoard

netdata-java-orchestrator
Netdata Java Plugin Daemon
Stars: ✭ 27 (+92.86%)
Mutual labels:  netdata
dockerfile
A collection of dockerfile I use
Stars: ✭ 90 (+542.86%)
Mutual labels:  netdata
freshubuntu
Handy things for setting up a new Ubuntu 16.04 - 20.04 server
Stars: ✭ 15 (+7.14%)
Mutual labels:  netdata-dashboards
binary-packages
No description or website provided.
Stars: ✭ 13 (-7.14%)
Mutual labels:  netdata
ubuntu-1804
🔵 Curso GRÁTIS Linux Ubuntu Server 18.04.x LTS - REPOSITÓRIO CONGELADO - Esse repositório não irá mais receber atualizações. Novo repositório: vaamonde/ubuntu-2004
Stars: ✭ 99 (+607.14%)
Mutual labels:  netdata
dash
Server control panel
Stars: ✭ 22 (+57.14%)
Mutual labels:  netdata
wordops-dashboard
Dashboard for WordOps backend
Stars: ✭ 35 (+150%)
Mutual labels:  netdata
home-urbit
Sovereign software for the Urbit internet appliance.
Stars: ✭ 56 (+300%)
Mutual labels:  netdata
ocsinventory
📚 Curso GRÁTIS OCS Inventory NG e GLPI Help Desk REPOSITÓRIO CONGELADO - Esse repositório não irá mais receber atualizações.
Stars: ✭ 58 (+314.29%)
Mutual labels:  netdata
vagrant-vault-consul-docker-monitoring
No description or website provided.
Stars: ✭ 20 (+42.86%)
Mutual labels:  netdata
netdata-influx
Netdata ➡️ InfluxDB metrics exporter & Grafana dashboard
Stars: ✭ 29 (+107.14%)
Mutual labels:  netdata
Plexguide.com
Welcome to https://PlexGuide.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!
Stars: ✭ 1,631 (+11550%)
Mutual labels:  netdata
Netdata
Real-time performance monitoring, done right! https://www.netdata.cloud
Stars: ✭ 57,056 (+407442.86%)
Mutual labels:  netdata

NetBoard

CodeFactor
A multi-server dashboard for Netdata.

Once you install this, it should look like this:
Screenshot

Installation

Serve the entire NetBoard folder on a web server (e.g. Apache).
You don't need to have PHP, just a browser with JavaScript enabled.

Basic configuration

The servers and server groups are configured in storage/config.js.
Copy the sample config file config.js.example to storage/config.js to get started!
There's an array called groups. This array contains groups.
Each group is an object and contains 2 variables:

  1. groupName - a string that will be displayed on the page (can be any valid string)
  2. servers - an array containing server objects

Each server object contains 2 variables:

  1. serverName - a string that will be used as heading of the server card (also can be pretty much anything)
  2. serverURL - (a string that) contains the URL of your Netdata node

Advanced configuration

All advanced options are configured in the HTML itself.
I recommend changing what server dashboard.js is fetched from.
This can be done by changing the address of the script with the following comment:

Here dashboard.js is loaded

Netdata setings (like unloading charts that are not visible, etc.) are also configurable in index.html.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].