What is that error for?

Hello,

I’ve the below errors on 2 of my VMs and i don’t know what is the problem to solve it.

First Node Error:
Systemd Service summary
CRIT - 130 services in total, 1 static service failed (check_mk@560-10.151.158.71:6556-192.168.200.18:44600)CRIT, Service ‘check_mk@12771-10.151.158.71:6556-10.151.158.19:44136’ activating for: 0.00 s, 10 disabled services

Second Node Error:
Systemd Service summary
CRIT - 116 services in total, 1 static service failed (check_mk@570-10.151.158.72:6556-192.168.200.18:55322)CRIT, 9 disabled services

Please Advice

Maybe Dirks Solution can help:

1 Like

Yes it solved the problem but what is this error? What is wrong and what service is having issue?

On the target: sudo systemctl list-units --failed

UNIT LOAD ACTIVE SUB DESCRIPTION
● check_mk@560-10.151.158.71:6556-192.168.200.18:44600.service loaded failed failed Check_MK

LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.

1 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use ‘systemctl list-unit-files’.

Just for some background information from a similar problem:

I would take a look with journalctl and in /var/log/syslog or /var/log/messages to see what happened to the systemd service and make sure, to use the latest checkmk server and corresponding agent version to not run into already fixed issues.
I think there where a lot improvements and changes for systemd and the agent.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.