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

Diff of /monit/xml.c

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

revision 1.15 by chopp, Fri Aug 5 09:38:09 2005 UTC revision 1.16 by martinp, Wed Nov 2 14:11:17 2005 UTC
# Line 320  static void status_service(Service_T S, Line 320  static void status_service(Service_T S,
320                      "\t\t\t<hostname>%s</hostname>\r\n"                      "\t\t\t<hostname>%s</hostname>\r\n"
321                      "\t\t\t<port>%d</port>\r\n"                      "\t\t\t<port>%d</port>\r\n"
322                      "\t\t\t<request>%s</request>\r\n"                      "\t\t\t<request>%s</request>\r\n"
323                      "\t\t\t<ssl>%s</ssl>\r\n"                      "\t\t\t<type>%s</type>\r\n"
324                      "\t\t\t<protocol>%s</protocol>\r\n"                      "\t\t\t<protocol>%s</protocol>\r\n"
325                      "\t\t\t<responsetime>%.3f</responsetime>\r\n"                      "\t\t\t<responsetime>%.3f</responsetime>\r\n"
326                      "\t\t</port>\r\n",                      "\t\t</port>\r\n",
327                      p->hostname,                      p->hostname,
328                      p->port,                      p->port,
329                      p->request?p->request:"",                      p->request?p->request:"",
330                      p->SSL.use_ssl?"SSL":"",                      Util_portTypeDescription(p),
331                      p->protocol->name,                      p->protocol->name,
332                      p->is_available?p->response:-1.);                      p->is_available?p->response:-1.);
333                        

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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