/[monit]/monit/p.y
ViewVC logotype

Diff of /monit/p.y

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

revision 1.15 by hauk, Thu Sep 12 17:05:25 2002 UTC revision 1.16 by hauk, Fri Sep 13 01:32:26 2002 UTC
# Line 723  static void addresource(struct ResourceS Line 723  static void addresource(struct ResourceS
723    
724    if ( ! Run.doprocess ) {    if ( ! Run.doprocess ) {
725    
726      error("%s: Cannot activate process check at line %d "      error("%s: Cannot activate process check at line %d\n"
727            "(Process status engine was disabled)\n",            "\t(The process status engine was disabled. On certain"
728            prog, lineno-1);            " systems you must\n\trun monit as root to utilize this"
729              " feature)\n", prog, lineno-1);
730      cfg_errflag++;      cfg_errflag++;
731            
732    }    }
# Line 740  static void addresource(struct ResourceS Line 741  static void addresource(struct ResourceS
741    
742    if ( r->max_cycle < 1 ) {    if ( r->max_cycle < 1 ) {
743    
744      error("%s: Number of cycles must be greater 0 in line %d\n",      error("%s: The number of cycles must be greater then 0 in line %d\n",
745            prog, lineno-1);            prog, lineno-1);
746      cfg_errflag++;      cfg_errflag++;
747            

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

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