GithubHelp home page GithubHelp logo

isabella232 / wordops-dashboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wordops/wordops-dashboard

0.0 0.0 0.0 1.38 MB

Dashboard for WordOps backend

Home Page: https://demo.wordops.eu/

License: MIT License

CSS 85.10% HTML 12.94% JavaScript 1.97%

wordops-dashboard's Introduction

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.

wordops-dashboard's People

Contributors

virtubox avatar tdtgit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.