monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[monit-dev] [monit] r316 committed - in case of event no service details


From: monit
Subject: [monit-dev] [monit] r316 committed - in case of event no service details are necessary (service list only i...
Date: Wed, 22 Dec 2010 15:25:40 +0000

Revision: 316
Author: address@hidden
Date: Wed Dec 22 07:24:56 2010
Log: in case of event no service details are necessary (service list only is sufficient)
http://code.google.com/p/monit/source/detail?r=316

Modified:
 /trunk/collector.c

=======================================
--- /trunk/collector.c  Thu Aug 26 12:31:40 2010
+++ /trunk/collector.c  Wed Dec 22 07:24:56 2010
@@ -99,7 +99,7 @@
     }
   }

-  D = status_xml(E, LEVEL_FULL, 2);
+  D = status_xml(E, E ? LEVEL_SUMMARY : LEVEL_FULL, 2);

   if(!data_send(socket, C, D)) {
     LogError("M/Monit: communication failed\n");



reply via email to

[Prev in Thread] Current Thread [Next in Thread]