[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
man page
From: |
Igor Homyakov |
Subject: |
man page |
Date: |
Thu, 1 Aug 2002 18:06:39 +0400 |
User-agent: |
Mutt/1.4i |
from monit.pod :
== begin ==
If you only want an alert message sent when a certain event
occurs for example a timeout or when a program is restarted;
postfix the alert-statement respectively
alert address@hidden only on { timeout } or
alert address@hidden { timeout }
(I<only> and I<on> are noise keywords, ignored by monit)
or
alert address@hidden { restart }
== end ==
I think that should be:
== begin ==
If you only want an alert message sent when a certain event
occurs for example a timeout or when a program is restarted;
postfix the alert-statement respectively
alert address@hidden only on { timeout }
or
alert address@hidden { timeout }
(I<only> and I<on> are noise keywords, ignored by monit)
or
alert address@hidden { restart }
== end ==
or
== begin ==
If you only want an alert message sent when a certain event
occurs for example a timeout or when a program is restarted;
postfix the alert-statement respectively
alert address@hidden only on { timeout }
alert address@hidden { resatart }
(I<only> and I<on> are noise keywords, ignored by monit)
== end ==
I am right?
P.S.
Last Unix socket patch is very useful for me. Thanx !
--
Igor Homyakov
<homyakov AT ramax.spb.ru>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- man page,
Igor Homyakov <=