Skip to content

nickdevereaux/StayUp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

bantherewind@gmail.com

About

Process health, monitoring, and logging for Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • Batchfile 0.3%