/[monit]/monit/monit.pod
ViewVC logotype

Diff of /monit/monit.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.68 by rory, Thu Jun 5 17:23:09 2003 UTC revision 1.69 by chopp, Fri Jun 6 09:31:16 2003 UTC
# Line 476  statements in [brackets]), Line 476  statements in [brackets]),
476   resource operator value [cycles] action   resource operator value [cycles] action
477    
478  I<resource> is a choice of "CPUUSAGE", "MEMUSAGE", "MEMKBYTE",  I<resource> is a choice of "CPUUSAGE", "MEMUSAGE", "MEMKBYTE",
479  "LOADAVG([1min|5min|15min])":  "LOADAVG([1min|5min|15min]), "CHILDREN", "TOTALMEMUSAGE",
480    "TOTALMEMKBYTE":
481    
482  CPUUSAGE is the CPU usage of the process and it's children in  CPUUSAGE is the CPU usage of the process and it's children in
483  parts of hundred (percent). This resource I<value> is a floating  parts of hundred (percent). This resource I<value> is a floating
# Line 494  The load average is the number of proces Line 495  The load average is the number of proces
495  queue averaged over the specified time period. This resource  queue averaged over the specified time period. This resource
496  I<value> is again a floating point number.  I<value> is again a floating point number.
497    
498    CHILDREN is the number of child processes of the process.
499    This resource I<value> is an integer number.
500    
501    TOTALMEMUSAGE is the memory usage of the process and it's child
502    processes in parts of hundred (percent). This resource
503    I<value> is also a floating point number.
504    
505    TOTALMEMKBYTE is the memory amount of the process and it's child
506    processes  in KiB (1024 byte). This resource I<value> is an
507    integer number.
508    
509  I<operator> is a choice of "<",">","!=","==" in c notation, "gt",  I<operator> is a choice of "<",">","!=","==" in c notation, "gt",
510  "lt", "eq", "ne" in shell sh notation and "greater", "less",  "lt", "eq", "ne" in shell sh notation and "greater", "less",
511  "equal", "notequal" in human readable form (if not specified,  "equal", "notequal" in human readable form (if not specified,
# Line 1222  much easier to read at a glance. The pun Line 1234  much easier to read at a glance. The pun
1234                   system load average over a number of cylces. If                   system load average over a number of cylces. If
1235                   the compare expression matches then the action                   the compare expression matches then the action
1236                   start, alert or stop is avtivated.                   start, alert or stop is avtivated.
1237     children        This is the number of child processes of a
1238                     process. The syntax is the same as above.
1239     totalmemusage   The equivalent to cpuusage for memory of a
1240                     process and it's child processes. The syntax
1241                     is the same as above.
1242     totalmemkbyte   The equivalent to totalmemusage but with amounts
1243                     in Kb instead of percentages.
1244   depends (on)    Must be followed by the name of a process this   depends (on)    Must be followed by the name of a process this
1245                   process depends on to run before it starts.                   process depends on to run before it starts.
1246    
# Line 1237  I<timeout>, I<checksum>, I<resource>, I< Line 1256  I<timeout>, I<checksum>, I<resource>, I<
1256  I<every>, I<mode>, I<active>, I<passive>, I<manual>, I<depends>,  I<every>, I<mode>, I<active>, I<passive>, I<manual>, I<depends>,
1257  I<host>, I<default>, I<http>, I<ftp>, I<smtp>, I<pop>, I<nntp>,  I<host>, I<default>, I<http>, I<ftp>, I<smtp>, I<pop>, I<nntp>,
1258  I<imap>, I<ssh>, I<dwp>, I<ldap2>, I<ldap3>, I<request>,  I<imap>, I<ssh>, I<dwp>, I<ldap2>, I<ldap3>, I<request>,
1259  I<cpuusage>, I<memusage>, I<memkbyte>, I<loadavg>, I<timestamp>,  I<cpuusage>, I<memusage>, I<memkbyte>, I<totalmemusage>,
1260    I<totalmemkbyte>, I<children>, I<loadavg>, I<timestamp>,
1261  I<second(s)>, I<minute(s)>, I<hour(s)> and I<day(s)>.  I<second(s)>, I<minute(s)>, I<hour(s)> and I<day(s)>.
1262    
1263  And here is a complete list of B<noise keywords> ignored by  And here is a complete list of B<noise keywords> ignored by

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26