Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix reference to mongroup.
  • Loading branch information
soveran committed Nov 26, 2012
1 parent cc12547 commit f8a16db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Expand Up @@ -70,7 +70,7 @@ mon : pid 50413
`mon(1)` will continue to attempt restarting your program unless the maximum number
of `--attempts` has been exceeded within 60 seconds. Each time a restart is performed
the `--on-restart` command is executed, and when `mon(1)` finally bails the `--on-error`
command is then executed before mon itself exits and gives up.
command is then executed before mon itself exits and gives up.

For example the following will echo "hey" three times before mon realizes that
the program is unstable, since it's exiting immediately, thus finally invoking
Expand Down Expand Up @@ -122,7 +122,7 @@ mon -d "node $app/image" -p $pids/image-1.pid
mon -d "node $app/image-broker" -p $pids/image-broker.pid
```

I highly recommend checking out jgallen23's [mongroup(1)]([mongroup(1)](https://github.com/jgallen23/mongroup),
I highly recommend checking out jgallen23's [mongroup(1)](https://github.com/jgallen23/mongroup),
which provides a great interface for managing any number of `mon(1)` instances.

## Logs
Expand All @@ -139,7 +139,7 @@ mon -d "node $app/image-broker" -p $pids/image-broker.pid
## Links

Tools built with `mon(1)`:

- [mongroup(1)](https://github.com/jgallen23/mongroup) - monitor a group of processes

# License
Expand Down

0 comments on commit f8a16db

Please sign in to comment.