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

Annotation of /omni/Defaults

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Mon Sep 9 18:40:32 2002 UTC (21 years, 7 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +12 -12 lines
fixed ordering

1 dpavlin 1.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
17 dpavlin 1.2 datasource bip
18     ds-source = "exec:0:%parse%"
19 dpavlin 1.1 datasource ba
20 dpavlin 1.2 ds-source = "exec:1:%parse%"
21 dpavlin 1.1 datasource bc
22 dpavlin 1.2 ds-source = "exec:2:%parse%"
23 dpavlin 1.1 datasource bce
24 dpavlin 1.2 ds-source = "exec:3:%parse%"
25 dpavlin 1.1 datasource bcf
26 dpavlin 1.2 ds-source = "exec:4:%parse%"
27 dpavlin 1.1 datasource bf
28     ds-source = "exec:5:%parse%"
29     datasource bo
30     ds-source = "exec:6:%parse%"
31     # restore
32 dpavlin 1.2 datasource rip
33     ds-source = "exec:7:%parse%"
34 dpavlin 1.1 datasource ra
35 dpavlin 1.2 ds-source = "exec:8:%parse%"
36 dpavlin 1.1 datasource rc
37 dpavlin 1.2 ds-source = "exec:9:%parse%"
38 dpavlin 1.1 datasource rce
39 dpavlin 1.2 ds-source = "exec:10:%parse%"
40 dpavlin 1.1 datasource rcf
41 dpavlin 1.2 ds-source = "exec:11:%parse%"
42 dpavlin 1.1 datasource rf
43     ds-source = "exec:12:%parse%"
44     datasource ro
45     ds-source = "exec:13:%parse%"
46    
47     datasource ba
48     legend="Aborted"
49     datasource bc
50     legend="Completed"
51     datasource bce
52     legend="Completed/Errors"
53     datasource bcf
54     legend="Completed/Failures"
55     datasource bf
56     legend="Failed"
57     datasource bip
58     legend="In Progress"
59     datasource bo
60     legend="Other"
61    
62     graph bip
63     legend="In Progress"
64     draw-as = AREA
65     graph ba
66     legend="Aborted"
67     graph bc
68     legend="Completed"
69     graph bce
70     legend="Completed/Errors"
71     graph bcf
72     legend="Completed/Failures"
73     graph bf
74     legend="Failed"
75     graph bo
76     legend="Other"
77    
78     graph rip
79     legend="In Progress"
80     draw-as = AREA
81     graph ra
82     legend="Aborted"
83     graph rc
84     legend="Completed"
85     graph rce
86     legend="Completed/Errors"
87     graph rcf
88     legend="Completed/Failures"
89     graph rf
90     legend="Failed"
91     graph ro
92     legend="Other"
93    
94     targetType omni
95     ds = "ba, bc, bce, bcf, bf, bip, bo,
96     ra, rc, rce, rcf, rf, rip, ro"
97     view = "backup: ba bc bce bcf bf bip bo,
98     restore: ra rc rce rcf rf rip ro"
99    
100     graph --default--
101     units = "jobs"
102     height-hint = 276
103    
104     target cell
105    

  ViewVC Help
Powered by ViewVC 1.1.26