GithubHelp home page GithubHelp logo

nagios_plugins's Introduction

Nagios Plugins

check_aws_status_feed

Checks http://status.aws.amazon.com/ RSS feeds for outage and performance information.

usage: check_aws_status.py [-h] [--region {us-east-1,us-west-1,us-west-2}]
                           {cloudwatch,ec2,elb,rds,route53,vpc,iam,all}

Check current status information from the AWS Service Health Dashboard
(status.aws.amazon.com).

positional arguments:
  {cloudwatch,ec2,elb,rds,route53,vpc,iam,all}

optional arguments:
  -h, --help            show this help message and exit
  --region {us-east-1,us-west-1,us-west-2}

check_aws_iops

Check read/write and IOPS on EC2 volumes.

Usage:
  check_aws_iops.py <accesskey> <secretkey> <volume_id> [<aws_region>]

check_ldap

Runs a simple LDAP query and returns the results and an OK or CRITICAL status.

usage: check_ldap.py [-h] -H SERVER -B BASEDN [-K KEY] [-V VALUE] [-U BINDDN]
                     [-P BINDPW] [-p PORT] [--secure]

Performs a simple LDAP search with filter against a secured or unsecured LDAP
server, and returns OK if any results are returned.

optional arguments:
  -h, --help  show this help message and exit
  -H SERVER   LDAP server on which the query will be run
  -B BASEDN   Base DN for LDAP query
  -K KEY      Filter by a single search key (uid, cn, etc.)
  -V VALUE    Value of the search key ('john', 'sarah', 5011, etc.)
  -U BINDDN   Bind DN for authentication
  -P BINDPW   Bind password for authentication
  -p PORT     Optional port setting
  --secure    Enable secured connection

Usage example: check_ldap -H localhost -B 'dn=example,dn=com' -K 'cn' -V
'john*' -D 'cn=james,o=users,dn=example,dn=com' -P 'passw0rd' -p 8636 --secure

nagios_plugins's People

Contributors

rhartkopf avatar

Watchers

Ilija Ljubicic avatar James Cloos avatar Shalom Volchok 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.