From 8939845ac44d84632e110929380adaf715facda9 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 5 Mar 2018 22:26:44 +0100 Subject: [PATCH] =?UTF-8?q?fastd=20pr=C3=BCfung=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monitoring.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/monitoring.sh b/monitoring.sh index 806a4d9..f1af06f 100755 --- a/monitoring.sh +++ b/monitoring.sh @@ -87,6 +87,15 @@ fi ######################################################## # Daemons test +if systemctl is-failed fastd.service +then + echo "fastd läuft nicht" + fehler=1 + fehlermeldung="$fehlermeldung\nfastd: not active" +else + echo "OK" +fi + if systemctl is-failed babeld.service then echo "babeld läuft nicht"