/[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.29 by chopp, Wed Oct 23 14:01:26 2002 UTC revision 1.30 by martinp, Sun Nov 3 21:50:30 2002 UTC
# Line 663  static void do_process(HttpRequest req, Line 663  static void do_process(HttpRequest req,
663    out_print(res,    out_print(res,
664              "<tr><td>Check process</a></td><td>Every %d cycle</td></tr>",              "<tr><td>Check process</a></td><td>Every %d cycle</td></tr>",
665              p->every?p->every:1);              p->every?p->every:1);
666      out_print(res,
667               "<tr><td>Monitoring mode</a></td><td>%s</td></tr>",
668               modenames[p->mode]);
669    {    {
670      Port_T n;      Port_T n;
671      for(n= p->portlist; n; n= n->next) {      for(n= p->portlist; n; n= n->next) {

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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