Werk #1699: Windows agent: new option "file" for writing output into a file
Component | Checks & agents | ||||||||||||||||||
Title | Windows agent: new option "file" for writing output into a file | ||||||||||||||||||
Date | Dec 5, 2014 | ||||||||||||||||||
Level | Trivial Change | ||||||||||||||||||
Class | New Feature | ||||||||||||||||||
Compatibility | Compatible - no manual interaction needed | ||||||||||||||||||
Checkmk versions & editions |
|
The redirection of the output of the agent via check_mk_agent test > filename does not work correctly on Windows and misses some of the outputs of check plugins. Therefore if you want to get the output into a file the simply call the agent as follows:
C:\Program Files\Check_MK\> check_mk_agent file output.txt
The output will then be written to the file output.txt.