Metadata-Version: 1.1
Name: alignak-notifications
Version: 0.2.1b0
Summary: Alignak notifications pack
Home-page: https://github.com/Alignak-monitoring-contrib/alignak-checks-windows-nsca
Author: Frédéric MOHIER
Author-email: frederic.mohier@gmail.com
License: GNU Affero General Public License, version 3
Description: Alignak package for notifications
        =================================
        
        Alignak package for notifications (simple mail, HTML mail, XMPP)
        
        
        Installation
        ------------
        
        From PyPI
        ~~~~~~~~~
        To install the package from PyPI:
        ::
           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-notifications
           pip install -r requirements.txt
           sudo python setup.py install
        
        
        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
        
        
        Configuration
        ~~~~~~~~~~~~~
        
        Edit the */usr/local/etc/alignak/arbiter/packs/resource.d/notifications.cfg* file and configure
        the SMTP server address, user name and password.
        ::
        
            #-- SMTP server configuration
            $SMTP_SERVER$=your_smtp_server_address
            $SMTP_LOGIN$=your_smtp_login
            $SMTP_PASSWORD$=your_smtp_password
        
        
        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 Checks NRPE is available under the `GPL version 3 license`_.
        
        .. _GPL version 3 license: http://opensource.org/licenses/GPL-3.0
Keywords: a,l,i,g,n,a,k, ,m,o,n,i,t,o,r,i,n,g, ,p,a,c,k, ,c,h,e,c,k,s, ,n,o,t,i,f,i,c,a,t,i,o,n,s
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
