--- /usr/lib/nagios/plugins/check_univention_opsi 2018-12-20 17:30:36.000000000 +0100 +++ /usr/lib/nagios/plugins/check_univention_opsi 2020-07-29 17:58:20.800649244 +0200 @@ -68,13 +68,6 @@ nagiosExit "$RET" "$MSG" fi -# check for at least one opsiconfd-guard process -MSG="$(/usr/lib/nagios/plugins/check_procs -w 1: -c 1: -C opsiconfd-guard)" -RET="$?" -if [ ! "$RET" = "0" ] ; then - nagiosExit "$RET" "$MSG" -fi - # check HTTP service port=4447 opsiCfg=/etc/opsi/opsiconfd.conf