https://github.com/tratteo/watchdog
A simple process watchdog system
https://github.com/tratteo/watchdog
process-management watchdog-daemon
Last synced: about 1 year ago
JSON representation
A simple process watchdog system
- Host: GitHub
- URL: https://github.com/tratteo/watchdog
- Owner: tratteo
- License: mit
- Created: 2021-11-16T22:59:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T00:25:51.000Z (over 3 years ago)
- Last Synced: 2025-02-14T07:50:28.339Z (over 1 year ago)
- Topics: process-management, watchdog-daemon
- Language: C#
- Homepage:
- Size: 148 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README




# Watchdog
A simple process watchdog system.
Launch the Watchdog process passing the observed process and eventually its arguments.
Arguments:
```
p0 path to the observed process executable
-arg observed process arguments
-mi max number of reboots
-w observed working directory
/k kill the observed upon closing the watchdog
/e embed the watchdog terminal into the observed process terminal
```