/[monit]/monit/xml.c
ViewVC logotype

Diff of /monit/xml.c

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

revision 1.11 by martinp, Thu Jan 6 20:51:49 2005 UTC revision 1.12 by martinp, Tue Feb 15 19:49:26 2005 UTC
# Line 103  char *status_xml(Event_T E) { Line 103  char *status_xml(Event_T E) {
103    }    }
104    else    else
105    {    {
106      status_system(&B);      if(Run.doprocess) {
107          status_system(&B);
108        }
109      for(S = servicelist_conf; S; S = S->next_conf)      for(S = servicelist_conf; S; S = S->next_conf)
110      {      {
111        status_service(S, &B);        status_service(S, &B);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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