Codebase list hobbit-plugins / f4abb19
Add long forgotten /etc/xymon/graphs.d/mq.cfg file Thanks Carsten Leonhardt! Closes: #995251 Axel Beckert 2 years ago
2 changed file(s) with 65 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1010 - Improvement: Ignore all "Operation not permitted" warnings as long
1111 as we get all the information we wanted.
1212 * Bump copyright years in various places.
13 * Add long forgotten /etc/xymon/graphs.d/mq.cfg file. Thanks Carsten
14 Leonhardt! (Closes: #995251)
1315
1416 -- Axel Beckert <abe@debian.org> Mon, 02 Aug 2021 10:16:11 +0200
1517
0 [mq_mails]
1 FNPATTERN mq,(.*)mails.rrd
2 TITLE Mails in Mail Queue
3 YAXIS Mails
4 DEF:activemails@RRDIDX@=@RRDFN@:activemails:AVERAGE
5 LINE2:activemails@RRDIDX@#0f0:active
6 -o
7 -l 0.8
8 -r
9 GPRINT:activemails@RRDIDX@:LAST: \: %5.1lf (cur)
10 GPRINT:activemails@RRDIDX@:MAX: \: %5.1lf (max)
11 GPRINT:activemails@RRDIDX@:MIN: \: %5.1lf (min)
12 GPRINT:activemails@RRDIDX@:AVERAGE: \: %5.1lf (avg)\n
13 DEF:deferredmails@RRDIDX@=@RRDFN@:deferredmails:AVERAGE
14 LINE2:deferredmails@RRDIDX@#f00:deferred
15 -o
16 -l 0.8
17 -r
18 GPRINT:deferredmails@RRDIDX@:LAST: \: %5.1lf (cur)
19 GPRINT:deferredmails@RRDIDX@:MAX: \: %5.1lf (max)
20 GPRINT:deferredmails@RRDIDX@:MIN: \: %5.1lf (min)
21 GPRINT:deferredmails@RRDIDX@:AVERAGE: \: %5.1lf (avg)\n
22 DEF:holdmails@RRDIDX@=@RRDFN@:holdmails:AVERAGE
23 LINE2:holdmails@RRDIDX@#00f:hold
24 -o
25 -l 0.8
26 -r
27 GPRINT:holdmails@RRDIDX@:LAST: \: %5.1lf (cur)
28 GPRINT:holdmails@RRDIDX@:MAX: \: %5.1lf (max)
29 GPRINT:holdmails@RRDIDX@:MIN: \: %5.1lf (min)
30 GPRINT:holdmails@RRDIDX@:AVERAGE: \: %5.1lf (avg)\n
31
32 [mq_recipients]
33 FNPATTERN mq,(.*)recipients.rrd
34 TITLE Recipients in Mail Queue
35 YAXIS Recipients
36 DEF:activerecipients@RRDIDX@=@RRDFN@:activerecipients:AVERAGE
37 LINE2:activerecipients@RRDIDX@#0f0:active
38 -o
39 -l 0.8
40 -r
41 GPRINT:activerecipients@RRDIDX@:LAST: \: %5.1lf (cur)
42 GPRINT:activerecipients@RRDIDX@:MAX: \: %5.1lf (max)
43 GPRINT:activerecipients@RRDIDX@:MIN: \: %5.1lf (min)
44 GPRINT:activerecipients@RRDIDX@:AVERAGE: \: %5.1lf (avg)\n
45 DEF:deferredrecipients@RRDIDX@=@RRDFN@:deferredrecipients:AVERAGE
46 LINE2:deferredrecipients@RRDIDX@#f00:deferred
47 -o
48 -l 0.8
49 -r
50 GPRINT:deferredrecipients@RRDIDX@:LAST: \: %5.1lf (cur)
51 GPRINT:deferredrecipients@RRDIDX@:MAX: \: %5.1lf (max)
52 GPRINT:deferredrecipients@RRDIDX@:MIN: \: %5.1lf (min)
53 GPRINT:deferredrecipients@RRDIDX@:AVERAGE: \: %5.1lf (avg)\n
54 DEF:holdrecipients@RRDIDX@=@RRDFN@:holdrecipients:AVERAGE
55 LINE2:holdrecipients@RRDIDX@#00f:hold
56 -o
57 -l 0.8
58 -r
59 GPRINT:holdrecipients@RRDIDX@:LAST: \: %5.1lf (cur)
60 GPRINT:holdrecipients@RRDIDX@:MAX: \: %5.1lf (max)
61 GPRINT:holdrecipients@RRDIDX@:MIN: \: %5.1lf (min)
62 GPRINT:holdrecipients@RRDIDX@:AVERAGE: \: %5.1lf (avg)\n