Skip to main content

Check supervisord programs status Nagios plugin

Project description

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

Installation

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

  • Run python ./setup.py install from repository source tree or unpacked archive under root user. 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 comma separated list of programs to check.

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

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

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-0.5.1.tar.gz (18.0 kB view details)

Uploaded Source

Built Distribution

nagios_check_supervisord-0.5.1-py2.py3-none-any.whl (21.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file nagios-check-supervisord-0.5.1.tar.gz.

File metadata

File hashes

Hashes for nagios-check-supervisord-0.5.1.tar.gz
Algorithm Hash digest
SHA256 dd4db4899d1c2a1040ccb01f948dcb46fc992e296fdba3c4e0abe55df4ef6f0a
MD5 2fedfce91e09d5d0566997f47641266e
BLAKE2b-256 19eb10ee084597cfd4dbd1dc92850eb12444e73a2fcb3838a4c83bf0156fbceb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nagios_check_supervisord-0.5.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2e2d98453093e5e6b35c7d3d809a219ea6cb53c31f9e145f5a248f805f1c4598
MD5 8ebcd7532aad0c0b621aecbc28d31775
BLAKE2b-256 10c87c861539cbc782c28a8a7758b4c9f9097754c7cd9144d53f0238151097fd

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