/[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.16 by martinp, Wed Aug 6 13:10:51 2003 UTC revision 1.17 by martinp, Wed Aug 27 21:53:13 2003 UTC
# Line 70  Line 70 
70    
71  /* ------------------------------------------------------------------ Public */  /* ------------------------------------------------------------------ Public */
72    
73  char actionnames[][STRLEN]=   {"ignore", "alert", "restart", "stop", "exec"};  char actionnames[][STRLEN]=   {"ignore", "alert", "restart", "stop", "exec",
74                                   "unmonitor"};
75  char modenames[][STRLEN]=     {"active", "passive", "manual"};  char modenames[][STRLEN]=     {"active", "passive", "manual"};
76  char operatornames[][STRLEN]= {"greater than", "less than", "equal to",  char operatornames[][STRLEN]= {"greater than", "less than", "equal to",
77                                 "not equal to"};                                 "not equal to"};
78  char operatorshortnames[][3]= {">", "<", "=", "!="};  char operatorshortnames[][3]= {">", "<", "=", "!="};
79  char statusnames[][STRLEN]=   {"not monitored", "monitored" };  char statusnames[][STRLEN]=   {"not monitored", "monitored" };
80  char servicenames[][STRLEN]=  {"Device Name", "Directory Name", "File Name", "Process Name" };  char servicenames[][STRLEN]=  {"Device Name", "Directory Name", "File Name",
81                                   "Process Name" };
82    
83  int  include_children= TRUE;  int  include_children= TRUE;
84  int  num_cpus=1;  int  num_cpus=1;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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