Git Product home page Git Product logo

eustatus's Introduction

eustatus

A set of utilities for collecting and displaying operational information from multiple Eucalyptus clouds.

Checkclouds

A set of utilities for collecting and displaying operational information from multiple Eucalyptus clouds.

installation instructions

  1. Copy checkclouds.php to your PHP and jQuery capable web server cp checkclouds.php /var/www/html # or /var/www
  2. Install minimised jQuery 1.8.19 libraries to /jQuery in your web server. N.B. if you use a different version you may have to customise the included web pages.
  3. Install eutester from Eucalyptus github.
  4. Configure your crontab to run eutester according to the crontab example
  5. Visit checkclouds.php in your web browser

Cloud usage history

installation

Cloud history is an set of python scripts that query EC2 api periodically and store the data to postgreSQL database for further analysis of past of the cloud

Setup

Expects RHEL/CENTOS6 [tested on rhel6.3 64b]

Create security group and keypair Modify the vars/euca-dw.yml to match your environment

Source your clouds credentials

Launch the playbook with command ansible-playbook -vvv --private-key=mykey.private cloudhistory-ec2.yml

use reemon for read only access to history db eemon to write access to historydb

allow the access to ports you have used for your security group for example like this:

euca-authorize -P icmp -t -1:-1 -s 0.0.0.0/0 cloudhistdw

euca-authorize -P tcp -p 8443 -s 0.0.0.0/0 cloudhistdw

euca-authorize -P tcp -p 22 -s 0.0.0.0/0 cloudhistdw

euca-authorize -P tcp -p 80 -s 0.0.0.0/0 cloudhistdw

Use

Access the data with browser using http://instanceaddress Or query the DB from outside with readonly user reemon

Licensing

The code included was written by a subcontractor working for Nokia Siemens Networks and Nokia Solutions and Networks.

The majority of the code is released by Nokia Siemens Networks under the Apache license - please see APSL-2.0.txt included in the source distribution. For convenience certain small or trivial files (e.g. the crontab) are released to the public domain (or CC0 in jurisdictions where the public domain is not applicable - please see the file CC0-1.0.txt in the distribution).

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.