summaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2007-06-25 07:15:30 +0000
committerMickaël Rémond <mickael.remond@process-one.net>2007-06-25 07:15:30 +0000
commit009339a95670a58fc2d50d4e40e0d8b9e97f5f74 (patch)
treec23f900f3c15edefb3499eaec53926d2dd9ad378 /doc/guide.tex
parent* src/mod_irc/mod_irc.erl: Added an option for default IRC (diff)
* doc/guide.tex: Watchdog alert documentation
* src/ejabberd.cfg.example: Likewise SVN Revision: 790
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index dbc70a8f..55d2f692 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -3178,6 +3178,24 @@ domain.
%\label{backup}
%\ind{backup}
+\section{Debugging}
+\label{debugging}
+\ind{debugging}
+
+\subsection{Watchdog alerts}
+\label{watchdog}
+\ind{debugging!watchdog}
+
+ejabberd including a watchdog mechanism to be notified in realtime
+through XMPP when any processus consumes too much memory.
+
+To enable the watchdog, add the \term{watchdog\_admins}
+\ind{options!watchdog\_admins} option in the config file:
+
+\begin{verbatim}
+{watchdog_admins, [``admin@localhost'']}.
+\end{verbatim}
+
\appendix{}
\section{Internationalization and Localization}
\label{i18nl10n}