summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..cc84c26
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: monitoring-check-systemd
+Section: net
+Priority: optional
+Maintainer: Tobias Wiese <tobias@tobiaswiese.com>
+Build-Depends: debhelper-compat (=13)
+Standards-Version: 4.5.1
+Rules-Requires-Root: no
+Homepage: https://git.tobiaswiese.com/tobiaswiese/monitoring-check-systemd.git/
+
+Package: monitoring-check-systemd
+Architecture: all
+Multi-Arch: foreign
+Depends: ${shlibs:Depends}, ${misc:Depends}, systemd
+Recommends: dbus
+Suggests: icinga2
+Description: Plugin to check systemd for nagios compatible monitoring systems
+ Checks that systemd is reporting a running state, and that no units are
+ in a failed state.
+ .
+ D-Bus is required if check_systemd should work without root privileges.