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.
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
File details
Details for the file nagios-check-supervisord-0.2.0.tar.gz
.
File metadata
- Download URL: nagios-check-supervisord-0.2.0.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bb493a9f32c47b190b2e10e70e0cd4f589e6cd550951b1c5ab514a7dfc377f3 |
|
MD5 | 8fc8e784b63be66158390e259ce9f2c4 |
|
BLAKE2b-256 | bf4343e915d558736dc19001aa3a2e26843d97428675aa8c34a55ecba0383b08 |