Metadata-Version: 1.0
Name: NagParser
Version: 0.0.2
Summary: Parse realtime Nagios Data from status.dat and objects.cache, do useful stuff with it
Home-page: http://github.com/zebpalmer/NagiosParser
Author: Matt Kennedy & Zeb Palmer
Author-email: zeb@zebpalmer.com
License: GPLv3
Description: NagPasrser
        ****************
        
        This project lives at https://github.com/zebpalmer/NagParser
        Documentation for it can be found at http://nagparser.readthedocs.org/
        
        These scripts were a small subset of a larger project and were originally written to parse Nagios status data and
        integrate it into a real time Operations Dashboard. While most of the dashboard is proprietary we've decided to rip out
        this parser and offer it to the Nagios community for use in your own projects. Though this was part of a larger project,
        and has some rough edges as we refactor it into a stand-alone project, the core code is pretty stable and
        in our environment is run a few hundred thousand times a week on a fairly large nagios data set.
        
        **This code is provided under GPLv3 (see LICENSE.txt).**
        
        If you do make improvements, please contribute back to this project by submitting a pull request.
        Feel free to contact us if you have any questions, see AUTHORS.txt for contact info.
        
        
        Documentation
        """"""""""""""""
        
        Please see http://nagparser.readthedocs.org/ for current documentation.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
