/[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.187 by chopp, Fri Aug 5 09:38:10 2005 UTC revision 1.188 by martinp, Fri Aug 5 11:21:19 2005 UTC
# Line 1415  static void print_service_rules_icmp(Htt Line 1415  static void print_service_rules_icmp(Htt
1415        a= i->action;        a= i->action;
1416        out_print(res,        out_print(res,
1417          "<tr><td>ICMP</td><td>"          "<tr><td>ICMP</td><td>"
1418          "If failed %s with timeout %d seconds then %s else if recovered then %s"          "If failed %s count %d with timeout %d seconds then %s else if recovered then %s"
1419          "</td></tr>",          "</td></tr>",
1420          icmpnames[i->type], i->timeout, actionnames[a->failed->id],          icmpnames[i->type], i->count, i->timeout, actionnames[a->failed->id],
1421          actionnames[a->passed->id]);          actionnames[a->passed->id]);
1422      }      }
1423    }    }

Legend:
Removed from v.1.187  
changed lines
  Added in v.1.188

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