/[monit]/monit/http/cervlet.c
ViewVC logotype

Diff of /monit/http/cervlet.c

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

revision 1.34 by martinp, Fri Nov 29 13:38:51 2002 UTC revision 1.35 by martinp, Fri Nov 29 23:01:10 2002 UTC
# Line 713  static void do_process(HttpRequest req, Line 713  static void do_process(HttpRequest req,
713    
714        case RESOURCE_ID_CPU_PERCENT:        case RESOURCE_ID_CPU_PERCENT:
715    
716          out_print(res,"<tr><td>Max. CPU usage</a></td>"          out_print(res,"<tr><td>CPU usage limit</a></td>"
717                    "<td>If %s %.1f%% for %d/%d cycle(s) then %s</td></tr>",                    "<td>If %s %.1f%% for %d cycle(s) then %s</td></tr>",
718                    operatornames[q->operator],                    operatornames[q->operator],
719                    q->limit/10.0, q->cycle, q->max_cycle,                    q->limit/10.0, q->max_cycle,
720                    actionnames[q->action]);                    actionnames[q->action]);
721          break;          break;
722    

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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