All Projects → WordOps → wordops-dashboard

WordOps / wordops-dashboard

Licence: MIT license
Dashboard for WordOps backend

Programming Languages

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

Projects that are alternatives of or similar to wordops-dashboard

binary-packages
No description or website provided.
Stars: ✭ 13 (-62.86%)
Mutual labels:  netdata
sspender
sspender helps you suspend your server (and spindown disks) when idle.
Stars: ✭ 21 (-40%)
Mutual labels:  server-monitoring
EosProxyServer
A full-functional backend server of EOS wallet.
Stars: ✭ 36 (+2.86%)
Mutual labels:  backend-server
netdata-java-orchestrator
Netdata Java Plugin Daemon
Stars: ✭ 27 (-22.86%)
Mutual labels:  netdata
boilerplate-nexus-prisma-apollo-graphql-express
Boilerplate project for a graphql server using nexus-prisma and apollo-server-express
Stars: ✭ 31 (-11.43%)
Mutual labels:  backend-server
atop-graphite-grafana-monitoring
Tools to extract raw system counters from atop, aggregate them to generate high level performance metrics, whose are then injected into a Graphite database and visualize through Grafana dashboards.
Stars: ✭ 15 (-57.14%)
Mutual labels:  server-monitoring
dash
Server control panel
Stars: ✭ 22 (-37.14%)
Mutual labels:  netdata
civic-server
Backend Server for CIViC Project
Stars: ✭ 39 (+11.43%)
Mutual labels:  backend-server
Rust-Warp-Example
Rust Warp example by Steadylearner
Stars: ✭ 18 (-48.57%)
Mutual labels:  backend-server
nagmapReborn
Nagmap Reborn - Standalone integration with some server monitoring systems providing a user-friendly interface through geographic visualization.
Stars: ✭ 19 (-45.71%)
Mutual labels:  server-monitoring
NetBoard
A multi-server dashboard for Netdata
Stars: ✭ 14 (-60%)
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 (+4560%)
Mutual labels:  netdata
netdata-influx
Netdata ➡️ InfluxDB metrics exporter & Grafana dashboard
Stars: ✭ 29 (-17.14%)
Mutual labels:  netdata
dockerfile
A collection of dockerfile I use
Stars: ✭ 90 (+157.14%)
Mutual labels:  netdata
vagrant-vault-consul-docker-monitoring
No description or website provided.
Stars: ✭ 20 (-42.86%)
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 (+182.86%)
Mutual labels:  netdata
monitoring-rancher
🤠How to Set up Rancher Server Monitoring with TIG Stack?
Stars: ✭ 22 (-37.14%)
Mutual labels:  server-monitoring
home-urbit
Sovereign software for the Urbit internet appliance.
Stars: ✭ 56 (+60%)
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 (+65.71%)
Mutual labels:  netdata
json-fake-server
Simple way to create http server (node js) https://www.npmjs.com/package/test-fake-server
Stars: ✭ 15 (-57.14%)
Mutual labels:  backend-server

WordOps Dashboard

A clean Bootstrap dashboard for WordOps that show server metrics, Nginx current connection, requests and more powered by Netdata.

wo-dashboard

Features

Demo available on: demo.wordops.eu

  • Real-time server metrics.
  • One click access to various tools (Nginx VTS, phpMyAdmin, Adminer, phpRedisAdmin,... that can be installed with wo stack install command)
  • Beautiful graph and gauge.
  • Fast and clean.

Usage

Automatic

wo stack install --dashboard
wo stack install --netdata

Manual

Download and extract the archive in a directory :

curl -sL https://github.com/WordOps/wordops-dashboard/releases/download/v1.2/wordops-dashboard.tar.gz | tar -xzf - -C /path/you/want

Replace in the following line /netdata/ with the full and public address of your netdata instance :

<script type="text/javascript" src="/netdata/dashboard.js"></script>

Troubleshooting

Network interfaces meter are not displayed on the dashboard

If you network interface isn't named eth0, you just have to use the command ifconfig to find its name and to replace eth0 with the proper interface name in the dashboard index.php file. Example for a network interface named ens18:

sed -i 's/eth0/ens18/' /var/www/22222/htdocs/index.php

Build

The dashboard contains minified CSS, JS files that generated by Gulp build process. It's required to install Nodejs, Gulp and require package to build your own new CSS, JS files.

npm install # for the first time
gulp # or
gulp css # or
gulp js

Credits

Based on Argon dashboard template by Creative Tim.

Powered by Netdata Monitoring suite.

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].