Git Product home page Git Product logo

elk-services-monitoring's Introduction

Introduction:

Simple bash shell script for monitoring ELK Linux operations.

This script is used for monitoring TCP/IP, RESTful, and Init jobs within the Elasticsearch-Logstash-Kibana (ELK) suite.

Tested on GNU bash 4.3.11 on Ubuntu 14.x.x but will work on most versions.

Installation:

//Copy the ELK-Service-Monitoring.sh file to your directory where you can either run on-demand or as a cron job (recommended) and install mailutils:

$cd /usr/local/bin

$sudo chmod 755 ELK-Services-Monitoring.sh

//Check for bash issues (no harm to do this)

$bash -n ELK-Services-Monitoring.sh

//Add as a cron job:

$sudo crontab –e

//Add in:

00 08 * * * /usr/local/bin/ELK-Services-Monitoring.sh

//*Note this will set the job to run daily at 08:00 UST. Also confirm SMTP is allowed out through your firewall and also don’t forget to edit lines 7-9 for your mailings.

//For Debian based systems:

$sudo apt-get install mail-utils

//For RHL based systems:

$sudo yum install mail-utils

elk-services-monitoring's People

Watchers

James Cloos 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.