diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2007-06-25 07:45:50 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2007-06-25 07:45:50 +0000 |
commit | 6a6c6adf5d446cb615cc49a72d3e217c7fd9c815 (patch) | |
tree | 26b30e234176f0bb2842e97fb7e44597012b6bf6 | |
parent | * doc/guide.text: No need to escape underscore in Latex verbatim sections (diff) |
* doc/guide.tex: Documentation improvements on watchdog
SVN Revision: 792
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/guide.tex | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,8 @@ 2007-06-25 Mickael Remond <mickael.remond@process-one.net> - * doc/guide.text: No need to escape underscore in Latex verbatim + * doc/guide.tex: Documentation improvements on watchdog + + * doc/guide.tex: No need to escape underscore in Latex verbatim sections * doc/guide.tex: Watchdog alert documentation diff --git a/doc/guide.tex b/doc/guide.tex index 41a4e9d07..6140f158f 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -3186,8 +3186,8 @@ domain. \label{watchdog} \ind{debugging!watchdog} -ejabberd including a watchdog mechanism to be notified in realtime -through XMPP when any processus consumes too much memory. +ejabberd includes a watchdog mechanism to notify admins in realtime +through XMPP when any process consumes too much memory. To enable the watchdog, add the \term{watchdog\_admins} \ind{options!watchdog\_admins} option in the config file: |