Metadata-Version: 1.0
Name: nagator
Version: 0.0.6
Summary: Nagios configuration viewer
Home-page: https://github.com/Socketubs/Nagator
Author: Geoffrey Lehee
Author-email: geoffrey@lehee.name
License: Copyright (c) 2012, Geoffrey Lehee ll rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
    * Neither the name of the <organization> nor the
      names of its contributors may be used to endorse or promote products
      derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Description: Description
        -----------
        
        Nagator is a command line Nagios configuration viewer written in Python.  
        It use `pynag <http://code.google.com/p/pynag/>`_ and `clint <https://github.com/kennethreitz/clint>`_ as dependencies.
        
        Installation
        ------------
        
        Install with pip: ::
        
        	pip install nagator
        
        Usage
        -----
        
        Print list of every hosts (templates not include) with legend: ::
        
        	nagator --list host --options small,legend --address '(.*)'
        
        Print service templates: ::
        
        	nagator --list service --register 0
        
        Aliases
        -------
        
        There are some aliases examples: ::
        
        	# Print pretty list of every hosts (templates not include)
        	alias nagator-hosts="nagator --list host --options small --address '(.*)'"
        
        	# Same with services
        	alias nagator-services="nagator --list service --options small --host_name '(.*)'"
        
        Todo
        ----
        
        - If service or host have no register option and give filter with register 1, print it
        - Implement hostdependency, hostdependency
        - Better view for timeperiods
        
        See `LICENSE <https://github.com/Socketubs/Nagator/blob/master/LICENSE>`_.
        
        
        History
        -------
        
        2012-06-06 (0.0.3)
        ++++++++++++++++++
        
        - Add command lines options aliases for `-o` and `-l
        
Keywords: nagios cli parser viewer
Platform: UNKNOWN
