Metadata-Version: 2.1
Name: d3s-nagios-plugins
Version: 2.0.1
Summary: Collection of various Nagios plugins
Home-page: https://github.com/d-iii-s/d3s-nagios-plugins
Author: Vojtech Horky
Author-email: horky@d3s.mff.cuni.cz
License: Apache-2.0
Description: # D3S Nagios Plugins
        
        A collection of various mini-plugins for Nagios.
        
        
        
        ## Installation (inside virtualenv)
        
        ```shell
        python -m venv env
        . ./env/bin/activate
        pip install -e .
        # Now it is possible to run any of the ./env/bin/nagios_d3s_check_* scripts
        ```
        
        
        
        ## Available plugins
        
        
        ### `check_health`
        
        Only collects basic system status (uptime, free memory, ...), useful only
        for performance data analysis.
        
        
        ### `check_memory`
        
        Checks available memory.
        
        
        ### `check_os_updates`
        
        Checks that GNU/Linux system is up-to-date.
        
        
        ### `check_systemd_service`
        
        Checks that systemd unit is enabled and running.
        
Keywords: Nagios monitoring
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
