Giter VIP home page Giter VIP logo

check_couchbase's Introduction

check_couchbase

There are two checks implemented in this script:

  • Check if Couchbase status is ok (memory, disk usage and if nodes are balanced)
  • Check if Couchbase buckets memory and disk usage is not approaching quota

For details see ./check_couchbase -h

check_couchbase's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

check_couchbase's Issues

KeyError: 'balanced'

Hi!

My machine runs icinga on this
Linux 3.2.0-52-generic #78-Ubuntu SMP x86_64 GNU/Linux

I try to call this script form the command line using the following call:

./check_couchbase.py -H host -p port -u user -p password -s -w 70 -c 90

I then get this output:

Traceback (most recent call last):
File "./check_couchbase.py", line 276, in
main()
File "./check_couchbase.py", line 264, in main
check_status(options.hostname, options.port, options.username, options.password, options.warning, options.critical)
File "./check_couchbase.py", line 139, in check_status
balance_status = j['balanced']
KeyError: 'balanced'

Help me out?

Thanks!

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.