/[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

Diff of /omni/Defaults

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Mon Sep 9 18:36:29 2002 UTC revision 1.6 by dpavlin, Wed Sep 11 16:46:31 2002 UTC
# Line 13  datasource     --default-- Line 13  datasource     --default--
13          rrd-max         = U          rrd-max         = U
14          precision       = integer          precision       = integer
15    
16  # backup  # backup, restore
17  datasource ba  datasource bip
18          ds-source = "exec:0:%parse%"          ds-source = "exec:0:%parse%"
19  datasource bc  datasource rip
20          ds-source = "exec:1:%parse%"          ds-source = "exec:1:%parse%"
21  datasource bce  datasource bipf
22          ds-source = "exec:2:%parse%"          ds-source = "exec:2:%parse%"
23  datasource bcf  datasource ripf
24          ds-source = "exec:3:%parse%"          ds-source = "exec:3:%parse%"
25  datasource bf  datasource bipe
26          ds-source = "exec:4:%parse%"          ds-source = "exec:4:%parse%"
27  datasource bip  datasource ripe
28          ds-source = "exec:5:%parse%"          ds-source = "exec:5:%parse%"
29  datasource bo  datasource bq
30          ds-source = "exec:6:%parse%"          ds-source = "exec:6:%parse%"
31  # restore  datasource rq
 datasource ra  
32          ds-source = "exec:7:%parse%"          ds-source = "exec:7:%parse%"
33  datasource rc  datasource ba
34          ds-source = "exec:8:%parse%"          ds-source = "exec:8:%parse%"
35  datasource rce  datasource ra
36          ds-source = "exec:9:%parse%"          ds-source = "exec:9:%parse%"
37  datasource rcf  datasource bf
38          ds-source = "exec:10:%parse%"          ds-source = "exec:10:%parse%"
39  datasource rf  datasource rf
40          ds-source = "exec:11:%parse%"          ds-source = "exec:11:%parse%"
41  datasource rip  datasource bc
42          ds-source = "exec:12:%parse%"          ds-source = "exec:12:%parse%"
43  datasource ro  datasource rc
44          ds-source = "exec:13:%parse%"          ds-source = "exec:13:%parse%"
   
 datasource ba  
         legend="Aborted"  
 datasource bc  
         legend="Completed"  
45  datasource bce  datasource bce
46          legend="Completed/Errors"          ds-source = "exec:14:%parse%"
47    datasource rce
48            ds-source = "exec:15:%parse%"
49  datasource bcf  datasource bcf
50          legend="Completed/Failures"          ds-source = "exec:14:%parse%"
51  datasource bf  datasource rcf
52          legend="Failed"          ds-source = "exec:16:%parse%"
 datasource bip  
         legend="In Progress"  
53  datasource bo  datasource bo
54          legend="Other"          ds-source = "exec:17:%parse%"
55    datasource ro
56            ds-source = "exec:18:%parse%"
57    datasource m
58            ds-source = "exec:19:%parse%"
59    
60    # draw legends
61  graph bip  graph bip
62          legend="In Progress"          legend = "In Progress"
63          draw-as         = AREA          draw-as = AREA
 graph ba  
         legend="Aborted"  
 graph bc  
         legend="Completed"  
 graph bce  
         legend="Completed/Errors"  
 graph bcf  
         legend="Completed/Failures"  
 graph bf  
         legend="Failed"  
 graph bo  
         legend="Other"  
   
64  graph rip  graph rip
65          legend="In Progress"          legend = "In Progress"
66          draw-as         = AREA          draw-as = AREA
67    graph bipf
68            legend = "In Progress/Failure"
69    graph ripf
70            legend = "In Progress/Failure"
71    graph bipe
72            legend = "In Progress/Errors"
73    graph ripe
74            legend = "In Progress/Errors"
75    graph bq
76            legend = "Queuing"
77    graph rq
78            legend = "Queuing"
79    graph ba
80            legend = "Aborted"
81  graph ra  graph ra
82          legend="Aborted"          legend = "Aborted"
83    graph bf
84            legend = "Failed"
85    graph rf
86            legend = "Failed"
87    graph bc
88            legend = "Completed"
89  graph rc  graph rc
90          legend="Completed"          legend = "Completed"
91    graph bce
92            legend = "Completed/Errors"
93  graph rce  graph rce
94          legend="Completed/Errors"          legend = "Completed/Errors"
95    graph bcf
96            legend = "Completed/Failure"
97  graph rcf  graph rcf
98          legend="Completed/Failures"          legend = "Completed/Failure"
99  graph rf  graph bo
100          legend="Failed"          legend = "Other"
101  graph ro  graph ro
102          legend="Other"          legend = "Other"
103    graph m
104            legend = "Media"
105    
106  targetType      omni  targetType      omni
107          ds =    "ba, bc, bce, bcf, bf, bip, bo,          ds = "bip, bipf, bipe, bq, ba, bf, bc, bce, bcf, bo,
108                  ra, rc, rce, rcf, rf, rip, ro"                  rip, ripf, ripe, rq, ra, rf, rc, rce, rcf, ro,
109          view = "backup: ba bc bce bcf bf bip bo,                  m"
110                  restore: ra rc rce rcf rf rip ro"  
111            view = "backup: bip bipf bipe bq ba bf bc bce bcf bo m,
112                    restore: rip ripf ripe rq ra rf rc rce rcf ro m"
113    
114  graph   --default--  graph   --default--
115          units           = "jobs"          units           = "jobs"
116          height-hint     = 276          height-hint     = 276
117            draw-as = LINE3
118    
119  target cell  target cell
120    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26