...
Info |
---|
There is no switch to enable the debug mode in the check_mk_agent for Linux permanently. |
Status | ||||
---|---|---|---|---|
|
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 | ||||
---|---|---|---|---|
| ||||
root@linux#root@mylinuxhost:~# cp /usr/bin/check_mk_agent /usr/bin/check_mk_agent.bak |
...
Code Block | ||||
---|---|---|---|---|
| ||||
root@linux#root@mylinuxhost:~# cp /usr/bin/check_mk_agent.bak /usr/bin/check_mk_agent |
...