/[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.6 by martinp, Thu Oct 31 11:41:31 2002 UTC revision 1.7 by martinp, Sun Nov 3 21:50:30 2002 UTC
# Line 79  char actionnames[][STRLEN]={"ignore", "a Line 79  char actionnames[][STRLEN]={"ignore", "a
79  char operatornames[][STRLEN]={"greater than", "less than",  char operatornames[][STRLEN]={"greater than", "less than",
80                                "equal to", "not equal to"};                                "equal to", "not equal to"};
81  char operatorshortnames[][3]={">", "<", "=", "!="};  char operatorshortnames[][3]={">", "<", "=", "!="};
82    char modenames[][STRLEN]={"active", "passive", "manual"};
83    
84  int num_cpus=1;  int num_cpus=1;
85    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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