Metadata-Version: 2.1
Name: d3s-nagios-plugins
Version: 0.1
Summary: Collection of various Nagios plugins
Home-page: https://lab.d3s.mff.cuni.cz/nagios-plugins/
Keywords: nagios monitoring
Classifier: Programming Language :: Python :: 3.6
License-File: LICENSE

# D3S Nagios Plugins

A collection of various mini-plugins for Nagios.



## Installation (inside virtualenv)

```shell
python -m venv env
. ./env/bin/activate
./setup.py install
# 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.
