• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D23-Sep-200117.6 KiB341281

ChangeLogH A D23-Sep-2001186 84

MakefileH A D23-Sep-2001881 5331

READMEH A D23-Sep-2001617 2011

dwatch.1H A D23-Sep-2001597 3727

dwatch.cH A D03-May-20225.1 KiB230193

dwatch.confH A D23-Sep-2001264 84

guessH A D23-Sep-2001442 3226

README

1
2Dwatch (Daemon Watch) is a program that watches over other programs
3and performs actions based on conditions specified in a configuration file.
4See dwatch.conf for an example of what the file might look like.
5
6Dwatch is meant to be run from cron at regular intervals.
7
8This program is known to work on Linux and Solaris. Other Unixes
9should work as well; editing the Makefile may be necessary.
10
11By default the program uses "ps -ef" to get a process list. If that's
12wrong, change it in the Makefile or try this:
13
14make PS="ps\ aux"
15
16Note the backslash; it is Very Important (tm).
17
18I am Ulric Eriksson, ulric@siag.nu.
19
20