Replies: 1 comment
-
Hello seebus, thanks for your reply. Best regards |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to implement sap_mon in checkmk 2.0. I am running the plugin under "Integrate Nagios plugins" and while the shell output is fine, the output of the checkmk core for:
sap_mon -check -username=RFC_TEST -password=Test123456 -hostname=saplnx -sid=AL1 -sysnum=01 -client=100 -monitor=='AL1\saplnx_AL1_01\OperatingSystem\CPU\CPU_Utilization'
is:
RfcLogWrite: could not open //./dev_rfc_4159813.log. Trace directory set to ./2
should be:
2
While the output should only be for example "2". As I am not able to fix the pathing for the checkmk core to make it able to write the log, is there any parameter to disable RfcLogWrite?
Beta Was this translation helpful? Give feedback.
All reactions