Metadata-Version: 1.0
Name: func-inventory-notifier
Version: 0.2.3a12
Summary: Send colorized HTML notifications of func-inventory
Home-page: http://github.com/ralphbean/func-inventory-notifier
Author: Ralph Bean
Author-email: ralph.bean@gmail.com
License: UNKNOWN
Description: 
        
        `Screenshots <http://github.com/ralphbean/func-inventory-notifier/raw/master/doc/images/screenshot1.png>`_
        
        `Bugs <http://github.com/ralphbean/func-inventory-notifier/issues/>`_
        
        Installation Notes
        ------------------
        
        .. _func: https://fedorahosted.org/func/
        .. _func-inventory: https://fedorahosted.org/func/wiki/FuncInventory
        
        To begin with, read about `func`_ and especially `func-inventory`_ if
        you don't yet know what they are.
        
        .. _func installed: https://fedorahosted.org/func/wiki/InstallAndSetupGuide
        
        Make sure you have `func installed`_ and working as you please.
        
        Install func-inventory-notifier with:
        
        ``pip install func-inventory-notifier``
        
        (or)
        
        ``yum install func-inventory-notifier``
        
        Configure func-inventory notifier by editing
        ``/etc/func/func-inventory-notifier.conf``
        
        Take it for a spin by running ``/usr/bin/func-inventory-notifier``
        
        Further Usage Notes
        -------------------
        
        It is particularly useful when scheduled to run regularly with cron.
        For instance, with a default installation of both *func* and
        *func-inventory-notifier*, a crontab entry like
        
        ``0 * * * * /usr/bin/func-inventory-notifier 2>&1  | /bin/logger -t func``
        
        will wake up on the hour, monitor *func-inventory*'s git repository, and
        if a change has happened, prepare and fire off an email to the root
        user.  Any errors will be tossed to the system log for you to see (and report!)
        
        .. _filetracker module: https://fedorahosted.org/func/wiki/FileTrackerModule
        
        We use it in conjunction with func's `filetracker module`_ to log all of our
        configurations changes in /etc: think yum repo configurations, httpd,
        passwd and shadow.
Platform: UNKNOWN
