Skip to content

My custom version of watchdog borrowed from Everyday Scripting with Ruby.

Notifications You must be signed in to change notification settings

ohammersmith/watchdog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The watchdog program watches a program execute and "barks" via one of
several means (IM, mail, etc.) when it finishes.

It can be configured with a site-wide configuration file, a per-user
configuration file, or the command line. See watchdog.rb --help for a
list of things to tweak.

To install:

prompt> rake install            # Run with administrator privileges

- or - 

prompt> ruby setup.rb config
prompt> ruby setup.rb setup
prompt> ruby setup.rb install    # Run with administrator privileges.


After installation, change site defaults by editing
lib/watchdog/site-defaults.rb.



About

My custom version of watchdog borrowed from Everyday Scripting with Ruby.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published