/[monit]/monit/monit_process.c
ViewVC logotype

Diff of /monit/monit_process.c

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

revision 1.12 by chopp, Fri Jun 6 09:31:16 2003 UTC revision 1.13 by martinp, Mon Jun 9 19:33:42 2003 UTC
# Line 76  char operatornames[][STRLEN]= {"greater Line 76  char operatornames[][STRLEN]= {"greater
76                                 "not equal to"};                                 "not equal to"};
77  char operatorshortnames[][3]= {">", "<", "=", "!="};  char operatorshortnames[][3]= {">", "<", "=", "!="};
78  char statusnames[][STRLEN]=   {"not monitored", "monitored" };  char statusnames[][STRLEN]=   {"not monitored", "monitored" };
79    char tasknames[][STRLEN]=     {"Device Name", "Directory Name", "File Name", "Process Name" };
80    
81  int  include_children= TRUE;  int  include_children= TRUE;
82  int  num_cpus=1;  int  num_cpus=1;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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