You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiled as exe, check_logfiles returns prematurely when using --environment on the Windows commandline. Tested with version 3.9 on different Windows machines (7/8/10, 64bit)
When compiled as exe, check_logfiles returns prematurely when using --environment on the Windows commandline. Tested with version 3.9 on different Windows machines (7/8/10, 64bit)
Test scenario
logfile with 200k lines.
minimalistic cfg file:
OK without environment
NOK with environment
summary
As a result, when called by NSclient, check_logfiles services do not contain a service output.
workaround
Replacing environment variables with macros worked for my requirement.
The text was updated successfully, but these errors were encountered: