Skip to main content

Alignak notifications script pack

Project description

Alignak package for notifications (simple mail, HTML mail, XMPP)

Most recent PyPi version Join the chat #alignak on freenode.net License AGPL v3

Installation

The installation of this package 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 packs (eg. arbiter/packs).

Some JSON files

From PyPI

To install the package from PyPI:

sudo pip install alignak-notifications

From source files

To install the package from the source files:

git clone https://github.com/Alignak-monitoring-contrib/alignak-notifications
cd alignak-checks-notifications
sudo pip install .

Note: using `sudo python setup.py install` will not correctly manage the package configuration files! The recommended way is really to use `pip`;)

Documentation

This pack embeds several scripts that can be used to send notifications from Alignak:

  • simple printf sent to sendmail

  • python script to send HTML mail

  • python script to send XMPP notifications

Important: The HTML mail script is using an Alignak logo image in the mail composition. The default file for this logo is the alignak.png file located in the main directory of the project repository. An alternative logo URL can be specified in the notification command parameters.

Configuration

Edit the /usr/local/etc/alignak/arbiter/packs/resource.d/notifications.cfg file and configure the SMTP server address, port, user name and password.

#-- SMTP server configuration
$SMTP_SERVER$=your_smtp_server_address
$SMTP_PORT$=25
$SMTP_LOGIN$=your_smtp_login
$SMTP_PASSWORD$=your_smtp_password

Note: The python scripts assume that you have a direct python runnable … if you need to use python2.7 or something else to run python, you should:

cd /usr/local/bin
ln -s python2.7 python

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alignak_notifications-1.0.1.tar.gz (34.4 kB view details)

Uploaded Source

File details

Details for the file alignak_notifications-1.0.1.tar.gz.

File metadata

File hashes

Hashes for alignak_notifications-1.0.1.tar.gz
Algorithm Hash digest
SHA256 053dca5e7790234fdd73eaf8040b39b8bfcaf8f96c446d3e22412c4da3cfc4a6
MD5 acec1bee51b3c5939e48daabbc26f7a2
BLAKE2b-256 5fa7e26bfb4e396c7e28493f8d5ab30682d218356d362663a25fb7466a30e312

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page