/[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.178 by martinp, Tue Feb 15 19:42:01 2005 UTC revision 1.179 by martinp, Tue Feb 15 19:49:27 2005 UTC
# Line 2098  static void print_status(HttpResponse re Line 2098  static void print_status(HttpResponse re
2098    else    else
2099    {    {
2100      set_content_type(res, "text/plain");      set_content_type(res, "text/plain");
2101      status_system_txt(res);      if(Run.doprocess) {
2102          status_system_txt(res);
2103        }
2104      for(s= servicelist_conf; s; s= s->next_conf)      for(s= servicelist_conf; s; s= s->next_conf)
2105      {      {
2106        status_service_txt(s, res);        status_service_txt(s, res);

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.179

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