Skip to main content

Check supervisord programs status Nagios plugin

Project description

Travis Coveralls License Version Supported Python version Package format Python wheel support Package status

nagios-check-supervisord is a Nagios-plugin that check supervisord (http://supervisord.org/) programs status

Installation

  • Obtain your copy of source code from the git repository: $ git clone https://github.com/vint21h/nagios-check-supervisord.git. Or download the latest release from https://github.com/vint21h/nagios-check-supervisord/tags/.

  • Run $ python ./setup.py install from the repository source tree or unpacked archive. Or use pip: $ pip install nagios-check-supervisord.

Configuration

  • Read and understand Nagios documentation.

  • Create Nagios command and service definitions like this:

# "check_supervisord" command
define command
{
    command_name check_supervisord
    command_line $USER1$/check_supervisord -s $ARG1$ -p $ARG2$ -P $ARG3$ -u $ARG4$ -S $ARG5$
}

# "check_supervisord" service for "myprog" program
define service
{
    use                 local-service
    host_name           localhost
    service_description My program state
    check_command       check_supervisord!127.0.0.1!9001!myprog!username!password
}

Without --programs option script check all programs from supervisord response and return priority-based global status:

  • critical

  • warning

  • unknown

  • ok

Also, --programs option can take a comma-separated list of programs to check.

--stopped-state option allows set Nagios status for stopped programs.

--network-errors-exit-code option allows set Nagios status for checks network errors.

nagios-check-supervisord support connection to supervisord XML-RPC interface through HTTP and Unix Domain Socket. To install nagios-check-supervisord with Unix Domain Socket: $ pip install nagios-check-supervisord[unix-socket-support]

Licensing

nagios-check-supervisord is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. For complete license text see COPYING file.

Contacts

Project Website: https://github.com/vint21h/nagios-check-supervisord/

Author: Alexei Andrushievich <vint21h@vint21h.pp.ua>

For other authors list see AUTHORS file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nagios-check-supervisord-1.0.1.zip (27.0 kB view details)

Uploaded Source

Built Distribution

nagios_check_supervisord-1.0.1-py2.py3-none-any.whl (34.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file nagios-check-supervisord-1.0.1.zip.

File metadata

  • Download URL: nagios-check-supervisord-1.0.1.zip
  • Upload date:
  • Size: 27.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for nagios-check-supervisord-1.0.1.zip
Algorithm Hash digest
SHA256 622a252e9adb43e8acdbb6a4f0e39529114de6bfad9bdf91a06770ed91fb3550
MD5 254e312b12112b092becc8f841f0efb0
BLAKE2b-256 3d0db2f2482f230941739b94ff91642406303438f3e7a2a62a671086ec0249ed

See more details on using hashes here.

File details

Details for the file nagios_check_supervisord-1.0.1-py2.py3-none-any.whl.

File metadata

  • Download URL: nagios_check_supervisord-1.0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 34.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for nagios_check_supervisord-1.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 27721f5a637081f718d223ea5846b7b09a453160a7dfb678ac4252f3ed884159
MD5 3fd17f7e0b0763add1891413923b3fea
BLAKE2b-256 ae499ec5a14de6a851b74551edf7783154ef562bf90a45bc9dabc21c76f2d2b4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page