From ff5d647e7a398dd09513347628d7a2909639b2f3 Mon Sep 17 00:00:00 2001 From: Tobias Wiese Date: Thu, 25 Feb 2021 21:45:19 +0100 Subject: Initial commit. Provide the basic functionality and an example for integration with icinga2. --- README | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..afcb12e --- /dev/null +++ b/README @@ -0,0 +1,31 @@ +======================== +monitoring-check-systemd +======================== + +Plugin for nagios compatible monitoring systems to check that no systemd units +are in a failed state. + +See the icinga2.conf for an example command definition for icinga2. + +Requirements +============ + +* Systemd +* dbus (unless you want to run the check as root) + +License +======= + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -- cgit v1.2.3