The inlined patch is useful to avoid breaking "alertevery" with changing
summaries all the time because of timing information in the summary.

Timing info is still available in the details.

Index: phttp.monitor
===================================================================
RCS file: /home/erik/.cvs/mon/mon.d/phttp.monitor,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- phttp.monitor       2003/10/28 16:00:08     1.8
+++ phttp.monitor       2003/10/29 10:19:34     1.9
@@ -728,9 +728,6 @@
                } keys(%badrace)) {
                push(@summary,
                        "$client{$id}{'host'}"
-                       . "("
-                       . int($client{$id}{'end'} - $client{$id}{'begin'} + 0.5)
-                       . ")"
                )
                ;
        }
@@ -741,9 +738,6 @@
        # the sorting is alphabetic
        print join (" ", sort map {
                        "$client{$_}{'host'}"
-                       . "("
-                       . int($client{$_}{'end'} - $client{$_}{'begin'} + 0.5)
-                       . ")"
                } keys(%badrace)),
        "\n" x 2;

-- 
Erik I. Bolsų, Triangel Software AS | Skybert AS
Tlf: 712 41 694         Mobil: 915 79 512

_______________________________________________
mon mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/mon

Reply via email to