alignak_checks_glances

Alignak - Checks pack for monitoring hosts with Glances


Keywords
alignak, monitoring, pack, checks, glances
License
AGPL-3.0
Install
pip install alignak_checks_glances==0.2.2

Documentation

Alignak checks package for Glances

Checks pack for monitoring hosts with Glances (tests repository)

Note: this package is not currenlty fully functional with Alignak. It needs a refactoring to be used with the Alignak 0.2 and upper ...

Installation

The pack configuration files are to be copied to the monitoring objects configuration directory. The most suitable location is the arbiter_cfg/objects/packs/ directory in the main alignak configuration directory.

Note: The main Alignak configuration directory is usually /usr/local/etc/alignak or /etc/alignak but it may depend upon your system and/or your installation.

The pack plugins (if any ...) are to be copied to the executable libraries directories.

Note: The Alignak librairies directory is usually /usr/local/libexec/alignak or /var/lib/alignak but it may depend upon your system and/or your installation.

From PyPI

To install the package from PyPI:

pip install alignak-checks-glances

From source files

To install the package from the source files:

git clone https://github.com/Alignak-monitoring-contrib/alignak-checks-glances
cd alignak-checks-glances
mkdir /usr/local/etc/alignak/arbiter_cfg/objects/packs/glances
# Copy configuration files
cp -R alignak_checks_glances/*.cfg /usr/local/etc/alignak/arbiter_cfg/objects/packs/glances
# Copy plugin files
cp -R alignak_checks_glances/plugins/*.py /usr/local/libexec/alignak

Documentation

To be completed

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.

License

Alignak Pack EXAMPLE is available under the GPL version 3 license.