Metadata-Version: 1.1
Name: nagios-plugins-egi-notebooks
Version: 0.2.4
Summary: EGI Notebooks nagios plugin
Home-page: https://github.com/EGI-Foundation/nagios-plugins-egi-notebooks
Author: Enol Fernandez
Author-email: enol.fernandez@egi.eu
License: UNKNOWN
Description: # EGI noteboks plugin for nagios
        
        This is a simple probe that contacts a EGI Notebooks endpoint
        to get the latest status report of the service and return OK, CRITICAL or WARNING accordingly.
        
        ## Usage
        
        ```
        egi-notebooks-probe [-h] [--url URL] [--status-path STATUS_PATH]
        
        Nagios plugin for EGI Notebooks
        
        optional arguments:
          -h, --help            show this help message and exit
          --url URL             URL of the the EGI notebooks endpoint (default:
                                http://localhost/)
          --status-path STATUS_PATH
                                Path in the endpoint for the monitoring service
                                (default: services/status/)
        ```
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: System :: Monitoring
