Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
There is no switch to enable the debug mode in the check_mk_agent for Linux permanently.

Status
colourGreen
titleLAST TESTED ON CHECKMK 2.1.0P1

Table of Contents


The problem is that the output must be written to a file. Sending it to the CMK Server would lead to a CRIT "Check_MK" service.

...

Code Block
languagebash
themeRDark
root@linux#root@mylinuxhost:~# cp /usr/bin/check_mk_agent /usr/bin/check_mk_agent.bak

...

Code Block
languagebash
themeRDark
root@linux#root@mylinuxhost:~# cp /usr/bin/check_mk_agent.bak /usr/bin/check_mk_agent

...