/[cricket]/omni/Defaults
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /omni/Defaults

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Tue Sep 10 08:12:17 2002 UTC (21 years, 7 months ago) by dpavlin
Branch: MAIN
Changes since 1.2: +63 -56 lines
better support for types in progress, support for media jobs

1 # omni sub-tree
2 #
3
4 Target --default--
5 directory-desc = "HP OmniBack"
6 target-type = omni
7 parse = /data/cricket/parse_omni.pl
8
9 datasource --default--
10 rrd-ds-type = GAUGE
11 rrd-min = 0
12 # you can put number of licences here
13 rrd-max = U
14 precision = integer
15
16 # backup, restore
17 datasource bip
18 ds-source = "exec:0:%parse%"
19 draw-as = AREA
20 datasource rip
21 ds-source = "exec:1:%parse%"
22 draw-as = AREA
23 datasource bipf
24 ds-source = "exec:2:%parse%"
25 datasource ripf
26 ds-source = "exec:3:%parse%"
27 datasource bq
28 ds-source = "exec:4:%parse%"
29 datasource rq
30 ds-source = "exec:5:%parse%"
31 datasource ba
32 ds-source = "exec:6:%parse%"
33 datasource ra
34 ds-source = "exec:7:%parse%"
35 datasource bf
36 ds-source = "exec:8:%parse%"
37 datasource rf
38 ds-source = "exec:9:%parse%"
39 datasource bc
40 ds-source = "exec:10:%parse%"
41 datasource rc
42 ds-source = "exec:11:%parse%"
43 datasource bce
44 ds-source = "exec:12:%parse%"
45 datasource rce
46 ds-source = "exec:13:%parse%"
47 datasource bcf
48 ds-source = "exec:14:%parse%"
49 datasource rcf
50 ds-source = "exec:15:%parse%"
51 datasource bo
52 ds-source = "exec:16:%parse%"
53 datasource ro
54 ds-source = "exec:17:%parse%"
55 datasource m
56 ds-source = "exec:18:%parse%"
57
58 # draw legends
59 graph bip
60 legend = "In Progress"
61 graph rip
62 legend = "In Progress"
63 graph bipf
64 legend = "In Progress/Failure"
65 graph ripf
66 legend = "In Progress/Failure"
67 graph bq
68 legend = "Queuing"
69 graph rq
70 legend = "Queuing"
71 graph ba
72 legend = "Aborted"
73 graph ra
74 legend = "Aborted"
75 graph bf
76 legend = "Failed"
77 graph rf
78 legend = "Failed"
79 graph bc
80 legend = "Completed"
81 graph rc
82 legend = "Completed"
83 graph bce
84 legend = "Completed/Errors"
85 graph rce
86 legend = "Completed/Errors"
87 graph bcf
88 legend = "Completed/Failure"
89 graph rcf
90 legend = "Completed/Failure"
91 graph bo
92 legend = "Other"
93 graph ro
94 legend = "Other"
95 graph m
96 legend = "Media"
97
98 targetType omni
99 ds = "bip, bipf, bq, ba, bf, bc, bce, bcf, bo,
100 rip, ripf, rq, ra, rf, rc, rce, rcf, ro,
101 m"
102
103
104 view = "backup: bip bipf bq ba bf bc bce bcf bo m,
105 restore: rip ripf rq ra rf rc rce rcf ro m"
106
107 graph --default--
108 units = "jobs"
109 height-hint = 276
110
111 target cell
112

  ViewVC Help
Powered by ViewVC 1.1.26