summaryrefslogtreecommitdiffstats
path: root/abs/core/xymon/graphs.cfg.diff
blob: f4d755c87482d2c11f1624eb2f95c4bb88a95611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
--- graphs.cfg.orig	2017-01-24 15:11:38.763486866 +0000
+++ graphs.cfg	2017-01-24 15:10:53.558992118 +0000
@@ -2111,4 +2111,62 @@
 	GPRINT:qlen@RRDIDX@:AVERAGE: %6.1lf (avg)\n
 
 ########### end of ifmib graphs ###########
+[storage]
+       TITLE Storage Groups
+       YAXIS recordings
+       DEF:storage1=storage.rrd:rectvtotal:AVERAGE
+       LINE2:storage1#00CCCC:recorded total
 
+       DEF:rectime=storage.rrd:rectvtime:AVERAGE
+       LINE2:rectime#000000:recorded time (hrs)
+
+       DEF:storage2=storage.rrd:livetvtotal:AVERAGE
+       LINE2:storage2#FFA500:live total
+
+       DEF:livetime=storage.rrd:livetvtime:AVERAGE
+       LINE2:livetime#00CC11:live time (hrs)
+
+[memmbe]
+       TITLE Memory usage for MythBackend
+       YAXIS mythbackend
+       DEF:vmsize=memmbe.rrd:VmSize:AVERAGE
+       LINE2:vmsize#00CCCC:vmsize
+
+       DEF:vmpeak=memmbe.rrd:VmPeak:AVERAGE
+       LINE2:vmpeak#000000:vmpeak
+
+       DEF:vmrss=memmbe.rrd:VmRSS:AVERAGE
+       LINE2:vmrss#00CC11:vmrss
+
+[memmfe]
+       TITLE Memory usage for MythFrontend
+       YAXIS mythfrontend
+       DEF:vmsize=memmfe.rrd:VmSize:AVERAGE
+       LINE2:vmsize#00CCCC:vmsize
+
+       DEF:vmpeak=memmfe.rrd:VmPeak:AVERAGE
+       LINE2:vmpeak#000000:vmpeak
+
+       DEF:vmrss=memmfe.rrd:VmRSS:AVERAGE
+       LINE2:vmrss#00CC11:vmrss
+
+[gputemp]
+       TITLE GPU Temperature
+       YAXIS Temperature
+       DEF:gputemp=gputemp.rrd:GPUTEMP:AVERAGE
+       LINE2:gputemp#00CC11:gputemp
+       GPRINT:gputemp:LAST: \: %5.1lf  (cur)
+       GPRINT:gputemp:MAX: \: %5.1lf  (max)
+       GPRINT:gputemp:MIN: \: %5.1lf  (min)
+       GPRINT:gputemp:AVERAGE: \: %5.1lf  (avg)\n
+
+[hddtemp]
+       FNPATTERN ^hddtemp.(.*).rrd
+       TITLE Hard Drive Temperatures
+       YAXIS Celsius
+       DEF:p@RRDIDX@=@RRDFN@:lambda:AVERAGE
+       LINE2:p@RRDIDX@#@COLOR@:@RRDPARAM@\n
+       GPRINT:p@RRDIDX@:LAST: %5.1lf °C  (cur)
+       GPRINT:p@RRDIDX@:MAX: \: %5.1lf °C  (max)
+       GPRINT:p@RRDIDX@:MIN: \: %5.1lf °C  (min)
+       GPRINT:p@RRDIDX@:AVERAGE: \: %5.1lf °C  (avg)\n