Metadata-Version: 1.1
Name: servermon
Version: 0.7.0
Summary: An inventory project to facilitate server monitoring and management through Puppet.
Home-page: https://github.com/servermon/servermon
Author: Alexandros Kosiaris
Author-email: akosiaris@gmail.com
License: 'ISC'
Description: servermon
        =========
        
        .. image:: https://travis-ci.org/servermon/servermon.svg?branch=master
            :target: https://travis-ci.org/servermon/servermon
            :alt: Build Status
        
        .. image:: https://readthedocs.org/projects/servermon/badge/?version=latest
            :target: https://readthedocs.org/projects/servermon/
            :alt: Documentation Status
        
        .. image:: https://coveralls.io/repos/servermon/servermon/badge.svg?branch=master&service=github
           :target: https://coveralls.io/github/servermon/servermon?branch=master
           :alt: Code Coverage Status
        
        .. image:: https://img.shields.io/badge/license-ISC-green.svg
           :target: https://github.com/servermon/servermon/blob/master/COPYING
           :alt: License
        
        Servermon is a Django project with the aim of facilitating server monitoring
        and management through Puppet.
        
        Servermon at this point offers two applications
        
        1) A Web frontend to the Puppet database.
        2) hwdoc: A simple datacenter hardware documentation database
        
        If you have no idea what Puppet is, it is possible that you don't need
        this software. Do note however that hwdoc will still be usable even
        without a Puppet infrastructure
        
        Compatibility
        =============
        
        For an up to date list of the Django version we support, take a look into
        requirements.txt. Those are the version tested and developed for
        
        Install
        =======
        
        Get the python modules:
        
        .. code-block:: bash
        
          pip install -r requirements.txt
        
        Copy servermon/settings.py.dist to servermon/settings.py
        
        See doc/install.rst for details.
        
        .. code-block:: bash
        
            ./manage.py syncdb
            ./manage.py migrate
        
        Run!
        
        .. code-block:: bash
        
            ./manage.py runserver
        
        More details in the `installation tutorial <https://servermon.readthedocs.org/en/latest/install.html>`_.
        
        Documentation
        =============
        
        The documentation is maintained using Sphinx (under /doc/) and is automatically
        generated at https://servermon.readthedocs.org/.
        
        Demo
        ====
        
        Demo at http://servermon.herokuapp.com
        
        
Keywords: puppet
dashboard
inventory
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Clustering
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: System :: Monitoring
