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

Diff of /monit/l.l

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

revision 1.31 by rory, Thu Jun 5 00:01:06 2003 UTC revision 1.32 by chopp, Fri Jun 6 09:31:16 2003 UTC
# Line 158  depend(s)?        { return DEPENDS; } Line 158  depend(s)?        { return DEPENDS; }
158  cpuusage          { return CPUUSAGE; }  cpuusage          { return CPUUSAGE; }
159  memusage          { return MEMUSAGE; }  memusage          { return MEMUSAGE; }
160  memkbyte          { return MEMKBYTE; }  memkbyte          { return MEMKBYTE; }
161    children          { return CHILDREN; }
162    totalmemkbyte     { return TOTALMEMKBYTE; }
163    totalmemusage     { return TOTALMEMUSAGE; }
164  timestamp         { return TIMESTAMP; }  timestamp         { return TIMESTAMP; }
165  second(s)?        { return SECOND; }  second(s)?        { return SECOND; }
166  minute(s)?        { return MINUTE; }  minute(s)?        { return MINUTE; }

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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