Giter VIP home page Giter VIP logo

lmon's Introduction

lmon

This is a light-weight system monitoring tool for cluster machines.

Installation

Monitoring machine

  1. Clone this repository to your $HOME/.lmon directory.
  2. Configure/update the machinefile located at $HOME/.lmon/config/machinefile. You will have to add new machine IPs in a new line.
  3. Setup a cron job (Optional) to collect data from all of the machines listed in the machinefile. You may run the command $ crontab -l to see the current cron jobs, and append the contents of the $HOME/.lmon/data-collection/main.cron. Or if you donont have any of your personal cron jobs setup, you may setup the job directly by running the command $ crontab $HOME/.lmon/data-collection/main.cron.

Cluster machines

  1. Install dependencies by running the command $ sudo apt install openssh-server sysstat
  2. Check if the sadc is allowed to collect system activity information.
    • change the ENABLED variable in /etc/default/sysstat file to ”true
    • Restart sysstat: $ sudo service sysstat restart
  3. Enable remote ssh logins without password by appending the monitoring server’s ssh-public key to the ~/.ssh/authorized_keys file in the cluster machine.

Viewing data

lmon's People

Contributors

ndyashas avatar sneharaogr avatar

Watchers

 avatar  avatar

lmon's Issues

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.