monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[monit-dev] [monit] r331 committed - remove nonexistent monitor action


From: monit
Subject: [monit-dev] [monit] r331 committed - remove nonexistent monitor action
Date: Sun, 27 Feb 2011 17:31:19 +0000

Revision: 331
Author: address@hidden
Date: Sun Feb 27 09:30:54 2011
Log: remove nonexistent monitor action
http://code.google.com/p/monit/source/detail?r=331

Modified:
 /trunk/monit.pod

=======================================
--- /trunk/monit.pod    Wed Feb 23 02:17:44 2011
+++ /trunk/monit.pod    Sun Feb 27 09:30:54 2011
@@ -813,7 +813,6 @@
  --------------------
  ALERT    | "alert"
  EXEC     | "exec"
- MONITOR  | "monitor"
  RESTART  | "restart"
  START    | "start"
  STOP     | "stop"
@@ -1139,11 +1138,6 @@
 started with superuser privileges unless the uid and gid
 extension was used.

-=item *
-
-B<MONITOR> will enable monitoring of the service I<and> send
-an alert.
-
 =item *

 B<UNMONITOR> will disable monitoring of the service I<and> send
@@ -1172,7 +1166,7 @@
 =back

 I<action> is a choice of "ALERT", "RESTART", "START", "STOP",
-"EXEC", "MONITOR" or "UNMONITOR".
+"EXEC" or "UNMONITOR".

 Example:

@@ -1253,7 +1247,7 @@
 "kB" (1024 Byte), "MB" (1024 KiloByte) or "GB" (1024 MegaByte).

 I<action> is a choice of "ALERT", "RESTART", "START", "STOP",
-"EXEC", "MONITOR" or "UNMONITOR".
+"EXEC" or "UNMONITOR".


 To calculate the cycles, a counter is raised whenever the
@@ -1316,7 +1310,7 @@
 use this string in the expect-statement.

 I<action> is a choice of "ALERT", "RESTART", "START", "STOP",
-"EXEC", "MONITOR" or "UNMONITOR".
+"EXEC" or "UNMONITOR".

 The checksum statement in variable form may be used to check a
 file for changes and if changed, do a specified action. For
@@ -1376,7 +1370,7 @@
 possible to use "SECONDS", "MINUTES", "HOURS", or "DAYS").

 I<action> is a choice of "ALERT", "RESTART", "START", "STOP",
-"EXEC", "MONITOR" or "UNMONITOR".
+"EXEC" or "UNMONITOR".

 The variable timestamp statement is useful for checking a file
 for changes and then execute an action. This version was written
@@ -1471,7 +1465,7 @@
 specified, "byte" unit is assumed by default.

 I<action> is a choice of "ALERT", "RESTART", "START", "STOP",
-"EXEC", "MONITOR" or "UNMONITOR".
+"EXEC" or "UNMONITOR".

 The variable size test form is useful for checking a file for
 changes and send an alert or execute an action. Monit will
@@ -1552,7 +1546,7 @@
 regular expression on every line. See also regex(7).

 I<action> is a choice of "ALERT", "RESTART", "START", "STOP",
-"EXEC", "MONITOR" or "UNMONITOR".
+"EXEC" or "UNMONITOR".

 You can use the I<NOT> statement to invert a match.

@@ -1617,7 +1611,7 @@
 =back

 I<action> is a choice of "ALERT", "RESTART", "START", "STOP",
-"EXEC", "MONITOR" or "UNMONITOR".
+"EXEC" or "UNMONITOR".

 Example:

@@ -1663,7 +1657,7 @@
 "percent".

 I<action> is a choice of "ALERT", "RESTART", "START", "STOP",
-"EXEC", "MONITOR" or "UNMONITOR".
+"EXEC" or "UNMONITOR".


 =head2 INODE TESTING
@@ -1698,7 +1692,7 @@
 alternative "percent" as a unit.

 I<action> is a choice of "ALERT", "RESTART", "START", "STOP",
-"EXEC", "MONITOR" or "UNMONITOR".
+"EXEC" or "UNMONITOR".


 =head2 PERMISSION TESTING
@@ -1724,7 +1718,7 @@
 thus for example "640" is valid value and matches "0640").

 I<action> is a choice of "ALERT", "RESTART", "START", "STOP",
-"EXEC", "MONITOR" or "UNMONITOR".
+"EXEC" or "UNMONITOR".

 The web interface will show a permission warning if the test
 failed.
@@ -1760,7 +1754,7 @@
 I<user> defines a user id either in numeric or in string form.

 I<action> is a choice of "ALERT", "RESTART", "START", "STOP",
-"EXEC", "MONITOR" or "UNMONITOR".
+"EXEC" or "UNMONITOR".


 The web interface will show a uid warning if the test should
@@ -1798,7 +1792,7 @@
 I<user> defines a group id either in numeric or in string form.

 I<action> is a choice of "ALERT", "RESTART", "START", "STOP",
-"EXEC", "MONITOR" or "UNMONITOR".
+"EXEC" or "UNMONITOR".


 The web interface will show a gid warning if the test should
@@ -1833,7 +1827,7 @@
 =back

 I<action> is a choice of "ALERT", "RESTART", "START", "STOP",
-"EXEC", "MONITOR" or "UNMONITOR".
+"EXEC" or "UNMONITOR".

 This test is useful to detect possible process restarts which has
 occurred in the timeframe between two Monit testing cycles. In
@@ -1873,7 +1867,7 @@
 =back

 I<action> is a choice of "ALERT", "RESTART", "START", "STOP",
-"EXEC", "MONITOR" or "UNMONITOR".
+"EXEC" or "UNMONITOR".

 This test is useful for detecting changes of a process parent.

@@ -2138,7 +2132,7 @@
 connect timeout is 5 seconds.

 I<action> is a choice of "ALERT", "RESTART", "START", "STOP",
-"EXEC", "MONITOR" or "UNMONITOR".
+"EXEC" or "UNMONITOR".


 =head4 Connection testing using the URL notation



reply via email to

[Prev in Thread] Current Thread [Next in Thread]