Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 813 Bytes

File metadata and controls

37 lines (24 loc) · 813 Bytes

pypi.org Build Status

check_systemd

Nagios / Icinga monitoring plugin to check systemd for failed units.

This Python script will report a degraded system to Nagios / Icinage. It requires only the nagiosplugin library.

You can also test a single service with -s parameter.

Released under GNU GPLv2 License.

Installation

pip3 install check_systemd

Command line interface

{{ argparse }}

Project pages

Testing

pip3 install tox
tox