GithubHelp home page GithubHelp logo

atlantis monitoring about appside HOT 4 CLOSED

cloudsidedev avatar cloudsidedev commented on July 29, 2024
atlantis monitoring

from appside.

Comments (4)

ivomarino avatar ivomarino commented on July 29, 2024

munin has been implemented with 07afbc5.

from appside.

ocean90 avatar ocean90 commented on July 29, 2024

Plugins which I think are also interesting for us:

  • mysql_bytes
  • mysql_queries
  • mysql_threads
  • mysql_slowqueries
  • varnish_
    • Plugin requires the XML::Parser module
      Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /usr/share/munin/plugins/varnish_ line 94.
      BEGIN failed--compilation aborted at /usr/share/munin/plugins/varnish_ line 94.
      

To install the plugins on atlantis I did the following steps:

# Install perl module (My answers were: yes, sudo)
cpan XML::Parser

# Create symlinks
sudo ln -s /usr/share/munin/plugins/varnish_ /etc/munin/plugins/varnish_memory_usage;
sudo ln -s /usr/share/munin/plugins/varnish_ /etc/munin/plugins/varnish_expunge;
sudo ln -s /usr/share/munin/plugins/varnish_ /etc/munin/plugins/varnish_hit_rate;
sudo ln -s /usr/share/munin/plugins/varnish_ /etc/munin/plugins/varnish_objects;
sudo ln -s /usr/share/munin/plugins/varnish_ /etc/munin/plugins/varnish_bad;
sudo ln -s /usr/share/munin/plugins/varnish_ /etc/munin/plugins/varnish_backend_traffic;
sudo ln -s /usr/share/munin/plugins/varnish_ /etc/munin/plugins/varnish_transfer_rates;
sudo ln -s /usr/share/munin/plugins/varnish_ /etc/munin/plugins/varnish_request_rate;
sudo ln -s /usr/share/munin/plugins/varnish_ /etc/munin/plugins/varnish_threads;
sudo ln -s /usr/share/munin/plugins/varnish_ /etc/munin/plugins/varnish_uptime;

sudo ln -s /usr/share/munin/plugins/mysql_bytes /etc/munin/plugins/;
sudo ln -s /usr/share/munin/plugins/mysql_queries /etc/munin/plugins/;
sudo ln -s /usr/share/munin/plugins/mysql_threads /etc/munin/plugins/;
sudo ln -s /usr/share/munin/plugins/mysql_slowqueries /etc/munin/plugins/;

# Restart munin node
sudo service munin-node restart

Varnish graphs:
screenshot-atlantis-8080 2017-02-26 13-31-41

MySQL graphs:
screenshot-atlantis-8080 2017-02-26 13-30-22

from appside.

ivomarino avatar ivomarino commented on July 29, 2024

@ocean90 maybe a plugin for HAProxy could also be relevant.

from appside.

ivomarino avatar ivomarino commented on July 29, 2024

Implemented.

from appside.

Related Issues (20)

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.