-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmonitor.xml
More file actions
22 lines (22 loc) · 903 Bytes
/
Copy pathmonitor.xml
File metadata and controls
22 lines (22 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<monitor>
<name>PerformanceCounterMonitor</name>
<type>managed</type>
<description>Performance Counter Monitor</description>
<monitor-configuration>
</monitor-configuration>
<monitor-run-task>
<!-- Edit execution-style as needed. -->
<execution-style>periodic</execution-style>
<execution-style>periodic</execution-style>
<execution-frequency-in-seconds>30</execution-frequency-in-seconds>
<execution-timeout-in-secs>30</execution-timeout-in-secs>
<name>Run</name>
<type>executable</type>
<task-arguments></task-arguments>
<executable-task>
<type>file</type>
<!-- Use only one file element per os-type. -->
<file os-type="windows">startPowershell.bat</file>
</executable-task>
</monitor-run-task>
</monitor>