Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 1699
blob75740b1475163fdf32da904b4ceeb2f4277c5040
1 Title: Windows agent: new option "file" for writing output into a file
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.2.6b1
6 Date: 1417767417
7 Class: feature
9 The redirection of the output of the agent via <tt>check_mk_agent test &gt; filename</tt>
10 does not work correctly on Windows and misses some of the outputs of check plugins.
11 Therefore if you want to get the output into a file the simply call the agent as follows:
13 C+:
14 C:\Program Files\Check_MK\> <b>check_mk_agent file output.txt</b>
15 C-:
17 The output will then be written to the file <tt>output.txt</tt>.