Alignak - Receiver module for the external commands named pipe file
Project description
Alignak external commands module
Short description
This module for Alignak opens a commands file as a named pipe and regularly reads the content of this file to interpret as external commands that are forwarded to the Alignak framework.
Installation
The installation of this module will copy some configuration files in the Alignak default configuration directory (eg. /usr/local/etc/alignak). The copied files are located in the default sub-directory used for the modules (eg. arbiter/modules).
From PyPI
To install the module from PyPI:
sudo pip install alignak-module-external-commands
From source files
To install the module from the source files (for developing purpose):
git clone https://github.com/Alignak-monitoring-contrib/alignak-module-external-commands cd alignak-module-external-commands sudo pip install . -e
Note: using `sudo python setup.py install` will not correctly manage the package configuration files! The recommended way is really to use `pip`;)
Configuration
Once installed, this module has its own configuration file in the /usr/local/etc/alignak/arbiter/modules directory. The default configuration file is mod-external-commands.cfg. This file is commented to help configure all the parameters.
To configure an Alignak daemon to use this module:
edit your daemon configuration file
add your module alias value (external-commands) to the modules parameter of the daemon
Bugs, issues and contributing
Contributions to this project are welcome and encouraged … issues in the project repository are the common way to raise an information.
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 alignak_module_external_commands-0.3.1.tar.gz
.
File metadata
- Download URL: alignak_module_external_commands-0.3.1.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c9058ad6d5fbf8ecf04925c243d4d4d35f8b4bdaf7f7812314645e344e4ec4c |
|
MD5 | 2486bd7b7dfd551806075074b3d6c674 |
|
BLAKE2b-256 | 3601f14cb1450fbbdba2678b2ba15a2308cb89c9670d70ccad1565b0b1905036 |