/[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.4 by dpavlin, Tue Sep 10 17:42:56 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 bq
26          ds-source = "exec:4:%parse%"          ds-source = "exec:4:%parse%"
27  datasource bip  datasource rq
28          ds-source = "exec:5:%parse%"          ds-source = "exec:5:%parse%"
29  datasource bo  datasource ba
30          ds-source = "exec:6:%parse%"          ds-source = "exec:6:%parse%"
 # restore  
31  datasource ra  datasource ra
32          ds-source = "exec:7:%parse%"          ds-source = "exec:7:%parse%"
33  datasource rc  datasource bf
34          ds-source = "exec:8:%parse%"          ds-source = "exec:8:%parse%"
35  datasource rce  datasource rf
36          ds-source = "exec:9:%parse%"          ds-source = "exec:9:%parse%"
37  datasource rcf  datasource bc
38          ds-source = "exec:10:%parse%"          ds-source = "exec:10:%parse%"
39  datasource rf  datasource rc
40          ds-source = "exec:11:%parse%"          ds-source = "exec:11:%parse%"
41  datasource rip  datasource bce
42          ds-source = "exec:12:%parse%"          ds-source = "exec:12:%parse%"
43  datasource ro  datasource rce
44          ds-source = "exec:13:%parse%"          ds-source = "exec:13:%parse%"
   
 datasource ba  
         legend="Aborted"  
 datasource bc  
         legend="Completed"  
 datasource bce  
         legend="Completed/Errors"  
45  datasource bcf  datasource bcf
46          legend="Completed/Failures"          ds-source = "exec:14:%parse%"
47  datasource bf  datasource rcf
48          legend="Failed"          ds-source = "exec:15:%parse%"
 datasource bip  
         legend="In Progress"  
49  datasource bo  datasource bo
50          legend="Other"          ds-source = "exec:16:%parse%"
51    datasource ro
52            ds-source = "exec:17:%parse%"
53    datasource m
54            ds-source = "exec:18:%parse%"
55    
56    # draw legends
57  graph bip  graph bip
58          legend="In Progress"          legend = "In Progress"
59          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"  
   
60  graph rip  graph rip
61          legend="In Progress"          legend = "In Progress"
62          draw-as         = AREA          draw-as = AREA
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  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.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26