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 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.
--starting-state-exit-code option allows set Nagios status for starting 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nagios-check-supervisord-2.2.1.zip
.
File metadata
- Download URL: nagios-check-supervisord-2.2.1.zip
- Upload date:
- Size: 29.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37f22022e08c53e29e8feba98795822535dccaa760407cd7b52f09586c343ee2 |
|
MD5 | e80ce4c532af7da0fc6460dcf752a190 |
|
BLAKE2b-256 | a7bff92856b0e7051e964750ba982887b90b66c601d4ea6884961b160929fbe6 |
File details
Details for the file nagios_check_supervisord-2.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: nagios_check_supervisord-2.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 34.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b56d0b570da23fc6f0c84f64ab9ff1760e718bee340611960e499e1cbef074a8 |
|
MD5 | 5617002074a6dd708727de5fb6127128 |
|
BLAKE2b-256 | e2d6be30d56aae8bdd105ea4b430362c1242cbdec188579c062ef002bd825bb4 |