Skip to main content

Check supervisord programs status Nagios plugin

Project description

GitHub 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-exit-code option allows set Nagios status for stopped programs.

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

--no-programs-defined-exit-code option allows set Nagios status for not configured/found programs in supervisord response.

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-2.0.2.zip (29.1 kB view details)

Uploaded Source

Built Distribution

nagios_check_supervisord-2.0.2-py2.py3-none-any.whl (34.7 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: nagios-check-supervisord-2.0.2.zip
  • Upload date:
  • Size: 29.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for nagios-check-supervisord-2.0.2.zip
Algorithm Hash digest
SHA256 d668bd58a7c455934e2fd7223c0a5d94e286578f57cb3a6d3e84ec13707d3fef
MD5 7980cdcde6b5aa9181a2f2b558ba14ca
BLAKE2b-256 c2e30765a6ffe8950a2579418fa25e8cbd8c6277ff5852849ed9fc56200f1083

See more details on using hashes here.

File details

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

File metadata

  • Download URL: nagios_check_supervisord-2.0.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 34.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for nagios_check_supervisord-2.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d41aa2742e0adc9ab6ba56447a9fc9b1392ddb8b48f8af775797f4eb16a80e74
MD5 68d94bad11360422966c7a25f85887c3
BLAKE2b-256 06fa87c466416451392bcdaedb84dd705d6331156004308a144d3c70da39bf64

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