/[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.2 by dpavlin, Mon Sep 9 18:40:32 2002 UTC revision 1.3 by dpavlin, Tue Sep 10 08:12:17 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 bip  datasource bip
18          ds-source = "exec:0:%parse%"          ds-source = "exec:0:%parse%"
19  datasource ba          draw-as = AREA
20    datasource rip
21          ds-source = "exec:1:%parse%"          ds-source = "exec:1:%parse%"
22  datasource bc          draw-as = AREA
23    datasource bipf
24          ds-source = "exec:2:%parse%"          ds-source = "exec:2:%parse%"
25  datasource bce  datasource ripf
26          ds-source = "exec:3:%parse%"          ds-source = "exec:3:%parse%"
27  datasource bcf  datasource bq
28          ds-source = "exec:4:%parse%"          ds-source = "exec:4:%parse%"
29  datasource bf  datasource rq
30          ds-source = "exec:5:%parse%"          ds-source = "exec:5:%parse%"
31  datasource bo  datasource ba
32          ds-source = "exec:6:%parse%"          ds-source = "exec:6:%parse%"
 # restore  
 datasource rip  
         ds-source = "exec:7:%parse%"  
33  datasource ra  datasource ra
34            ds-source = "exec:7:%parse%"
35    datasource bf
36          ds-source = "exec:8:%parse%"          ds-source = "exec:8:%parse%"
37  datasource rc  datasource rf
38          ds-source = "exec:9:%parse%"          ds-source = "exec:9:%parse%"
39  datasource rce  datasource bc
40          ds-source = "exec:10:%parse%"          ds-source = "exec:10:%parse%"
41  datasource rcf  datasource rc
42          ds-source = "exec:11:%parse%"          ds-source = "exec:11:%parse%"
43  datasource rf  datasource bce
44          ds-source = "exec:12:%parse%"          ds-source = "exec:12:%parse%"
45  datasource ro  datasource rce
46          ds-source = "exec:13:%parse%"          ds-source = "exec:13:%parse%"
   
 datasource ba  
         legend="Aborted"  
 datasource bc  
         legend="Completed"  
 datasource bce  
         legend="Completed/Errors"  
47  datasource bcf  datasource bcf
48          legend="Completed/Failures"          ds-source = "exec:14:%parse%"
49  datasource bf  datasource rcf
50          legend="Failed"          ds-source = "exec:15:%parse%"
 datasource bip  
         legend="In Progress"  
51  datasource bo  datasource bo
52          legend="Other"          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  graph bip
60          legend="In Progress"          legend = "In Progress"
         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"  
   
61  graph rip  graph rip
62          legend="In Progress"          legend = "In Progress"
63          draw-as         = AREA  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  graph ra
74          legend="Aborted"          legend = "Aborted"
75    graph bf
76            legend = "Failed"
77    graph rf
78            legend = "Failed"
79    graph bc
80            legend = "Completed"
81  graph rc  graph rc
82          legend="Completed"          legend = "Completed"
83    graph bce
84            legend = "Completed/Errors"
85  graph rce  graph rce
86          legend="Completed/Errors"          legend = "Completed/Errors"
87    graph bcf
88            legend = "Completed/Failure"
89  graph rcf  graph rcf
90          legend="Completed/Failures"          legend = "Completed/Failure"
91  graph rf  graph bo
92          legend="Failed"          legend = "Other"
93  graph ro  graph ro
94          legend="Other"          legend = "Other"
95    graph m
96            legend = "Media"
97    
98  targetType      omni  targetType      omni
99          ds =    "ba, bc, bce, bcf, bf, bip, bo,          ds = "bip, bipf, bq, ba, bf, bc, bce, bcf, bo,
100                  ra, rc, rce, rcf, rf, rip, ro"                  rip, ripf, rq, ra, rf, rc, rce, rcf, ro,
101          view = "backup: ba bc bce bcf bf bip bo,                  m"
102                  restore: ra rc rce rcf rf rip ro"  
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--  graph   --default--
108          units           = "jobs"          units           = "jobs"

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26