r4: - be more verbose when no new services
authorDinko Korunic <Dinko.Korunic@CARNet.hr>
Wed, 3 Oct 2007 18:13:02 +0000 (18:13 +0000)
committerDinko Korunic <Dinko.Korunic@CARNet.hr>
Wed, 3 Oct 2007 18:13:02 +0000 (18:13 +0000)
update-monit.d

index 0e06932..789efff 100755 (executable)
@@ -87,6 +87,8 @@ done
 if [ $changed -eq 1 ]; then
     echo "CN: Stopping/restarting monit service"
     pkill -9 -f /usr/sbin/monit || true
+else
+    echo "CN: No new services detected, sorry"
 fi
 
 exit 0