GithubHelp home page GithubHelp logo

eagle-eye's Introduction

EagleEye

A web-based diagnostics console for configuring lightweight tests on nodes and arbitrary service endpoints.

Agentless Monitors

EagleEye is 100% agentless. Simply use the console to configure tests for a variety of nodes and application endpoints, such as virtual IPs, web and app servers, databases, web services, even linux processes and file system resources. #####Supported Tests

  • Ping (native)
  • Http Get
  • Http Put
  • Redis ping
  • Mongo ping
  • RDBMS connect
  • Process Stat
  • File System (check files, folder, mounts)

Diagnostics Web Console

Control Panel

Main console for selecting target environments for diagnostics verification. Execution status and test results updated in real-time based on availability.

Graphical Reporting

Graphical reporting of node health for quickly identifying problems:

Interactive Results

Get detailed test results; re-execute node tests using 'Test Again' button:

Remote Logs

EagleEye supports remote log file viewing and searching (to enable, configure SSH auth under Team settings).

Topology View

Navigate node configuration using topology view:

Custom Tests

Need a custom test? Just extend the framework:

class MyDiagnostic implements Diagnostic {

   TestResult runDiagnostic(nodeConfig, testConfig, options) {
      attemptDiagnostic(options) { ->
         def result
         try{                     
            //check some service, database, etc
            result = new TestResultPassed("Looking good!")
            
         }catch(Exception e){
            log.error(e.getMessage(), e)
            result = new TestResultFailed(e.getMessage())            
         }
         return result
      }
   }
}

eagle-eye's People

Contributors

raffian 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.