What is Peach
Installing
Tutorials
Methodology
Introduction
FAQ
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

SaveFile Monitor

The SaveFile monitor will save a specified file as part of the logged data when a fault occurs.

Parameters

  • Filename — File to save to log data

Examples

Save a file when fault occurs
<Agent name="Local">
        <Monitor class="SaveFile">
                <Param name="Filename" value="c:\temp\output.log" />
        </Monitor>
</Agent>