forked from BanTheRewind/StayUp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (18 loc) · 796 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Stay Up
=======
Process health, monitoring, and logging for Windows.
Usage: StayUp [process] -e -i [interval] -t [timeout]
-e Enabled event log. Disabled by default.
-i Interval at which information is logged,
in seconds. Default is 3600.
-t Time to wait for a process to respond before forcing it
to restart, in seconds. Default is 5.
Example: StayUp MyApp.exe -e -i 3600 -t 5
When event log is enabled, information and errors are recorded logged and
viewable in Windows' Event Viewer. Open the Event Viewer and go to
"Application and Service Logs" > "Stay Up".
-----------------------------------------
Version 1.1.0.5
-----------------------------------------
http://www.bantherewind.com