Giter VIP home page Giter VIP logo

agent360's Introduction

Agent360

360 Monitoring is a web service that monitors and displays statistics of your server performance.

Agent360 is OS agnostic software compatible with Python 2.7, 3.5, and 3.6. It's been optimized to have low CPU consumption and comes with an extendable set of useful plugins.

Build Status

Automatic Installation (All Linux Distributions)

Note: Agent360 is not yet available on Windows.

You can install the default configuration of Agent360 on all Linux distributions with just one click.

  1. Connect to your server via SSH.

  2. Find your USERTOKEN. To do so, go to the servers page and then click the "Add server" button.

  3. Run the following command:

    wget -q -N https://monitoring.platform360.io/agent360.sh && bash agent360.sh USERTOKEN
    

Manual Installation

To customize installation options, install Agent360 manually.

  1. Connect to your server via SSH.

  2. Run the following command, which differs depending on your server platform:

    • Debian GNU/Linux:

      apt-get install python3-devel python3-setuptools python3-pip
      pip3 install agent360
      wget -O /etc/agent360.ini https://monitoring.platform360.io/agent360.ini
      
    • Fedora/CentOS version 6 or earlier (python 2.7):

      yum install python-devel python-setuptools gcc
      easy_install agent360 netifaces psutil
      wget -O /etc/agent360.ini https://monitoring.platform360.io/agent360.ini
      
    • Fedora/CentOS version 7 and later (python 3):

      yum install python36-devel python36 gcc  
      pip3 install agent360
      wget -O /etc/agent360.ini https://monitoring.platform360.io/agent360.ini
      
  3. Find your USERTOKEN. To do so, go to the servers page and then click the "Add server" button. You need this to generate a serverid.

  4. Run the following command (USERTOKEN is the one you got during the previous step):

    agent360 hello USERTOKEN /etc/agent360-token.ini
    
  5. Create a systemd service at /etc/systemd/system/agent360.service by adding the following:

    [Unit]
    Description=Agent360
    
    [Service]
    ExecStart=/usr/local/bin/agent360
    User=agent360
    
    [Install]
    WantedBy=multi-user.target
    
  6. Run the following command:

    chmod 644 /etc/systemd/system/agent360.service
    systemctl daemon-reload
    systemctl enable agent360
    systemctl start agent360
    

agent360's People

Contributors

vfuse avatar ktak-007 avatar vmspike avatar jmordica avatar eevee-chan avatar evgbibko avatar micheloe avatar avbit avatar lnedry 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.