Coder Social home page Coder Social logo

nagyist / nodemonitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from meltingice/nodemonitor

0.0 1.0 0.0 332 KB

A distributed server monitoring system written in Javascript for Node.JS that uses WebSockets to show server info in near real-time from the browser.

License: BSD 3-Clause "New" or "Revised" License

JavaScript 97.03% CSS 2.01% HTML 0.96%

nodemonitor's Introduction

About

NodeMonitor is a distributed server monitoring system written in Javascript for Node.JS. It uses WebSockets to stream the data to the browser in near-realtime, and it uses a simple plugin system to add various monitoring capabilities to each node. It is currently in a very alpha phase and a lot of functionality still needs to be added. This is my first time ever using Node.JS so I’m sure the code could use a lot of improvement. Anyone who would like to contribute is welcome.

Requirements

  • Linux/Unix (this includes Mac OSX; sorry, no Windows)
  • Node.JS

How to Use

To get the code (Using —recursive is very important):


git clone git://github.com/meltingice/NodeMonitor.git —recursive

For a simple proof-of-concept:

  • Configure config/server_config.js and config/node_config.js with the desired values. Should be pretty straightforward.
  • Run the server on a single machine: sudo node NodeMonitor_Server.js
  • Run the node on each machine you want to monitor (can be the same machine the server is running on): sudo node NodeMonitor_Node.js
  • ????
  • PROFIT!

Use your web browser and go to the address and port specified in the config file to visit the NodeMonitor webpage. If a node is connected, you should see data streamed to console.log() in realtime.

What Needs to be Done?

  • Basic plugins need to be finalized
  • Web interface needs to be implemented
  • Lots more error handling and fault tolerance needs to be added

nodemonitor's People

Contributors

meltingice avatar

Watchers

 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.