/[monit]/monit/l.l
ViewVC logotype

Diff of /monit/l.l

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

revision 1.33 by martinp, Mon Jun 9 19:33:42 2003 UTC revision 1.34 by chopp, Wed Jun 11 11:01:12 2003 UTC
# Line 165  depend(s)?        { return DEPENDS; } Line 165  depend(s)?        { return DEPENDS; }
165  cpuusage          { return CPUUSAGE; }  cpuusage          { return CPUUSAGE; }
166  memusage          { return MEMUSAGE; }  memusage          { return MEMUSAGE; }
167  memkbyte          { return MEMKBYTE; }  memkbyte          { return MEMKBYTE; }
168  children          { return CHILDREN; }  mem(ory)?         { return MEMORY; }
169    totalmem(ory)?    { return TOTALMEMORY; }
170    cpu               { return CPU; }
171    child(ren)        { return CHILDREN; }
172  totalmemkbyte     { return TOTALMEMKBYTE; }  totalmemkbyte     { return TOTALMEMKBYTE; }
173  totalmemusage     { return TOTALMEMUSAGE; }  totalmemusage     { return TOTALMEMUSAGE; }
174  timestamp         { return TIMESTAMP; }  timestamp         { return TIMESTAMP; }

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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