if you monitor linux server using checkmk you may get an error that there are failed systemd services, how to fix this in
case the mentiond services are not needed

on linux machine:

#systemctl --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
? check_mk@service.service loaded failed failed Checkmk agent
? cmk-agent-ctl-daemon.service loaded failed failed Checkmk agent controller daemon


#stop service
systemctl stop check_mk@service.service
systemctl stop cmk-agent-ctl-daemon.service

#disable service
systemctl disable check_mk@service.service
systemctl disable cmk-agent-ctl-daemon.service

#for manually clear out failed units, you can use the following command:
systemctl reset-failed

computer2know :: thank you for your visit :: have a nice day :: © 2024