Merge branch 'master' of git://git.pcp.io/pcp into qt
[pcp.git] / qa / 497.out
blob5bb1a19571f12e8c329c3a1ce876d4385584d36d
1 QA output created by 497
2 Creating config file "TMP.conf" using default settings ...
4 --- start initial config file ---
5 #pmlogconf 2.0
7 # pmlogger(1) config file created and updated by pmlogconf
9 # DO NOT UPDATE THE INITIAL SECTION OF THIS FILE.
10 # Any changes may be lost the next time pmlogconf is used
11 # on this file.
13 #+ groupdir TMP
15 #+ 01:y:default:
16 ## qa group one this one contains no errors
17 log advisory on default {
18         sample.long.million
20 #----
21 # DO NOT UPDATE THE FILE ABOVE THIS LINE
22 # Otherwise any changes may be lost the next time pmlogconf is
23 # used on this file.
25 # It is safe to make additions from here on ...
28 [access]
29 disallow .* : all;
30 disallow :* : all;
31 allow local:* : enquire;
32 --- end initial config file ---
34 === bad condition in probe clause ===
35 need to add new group tag=02
36 pmlogconf: Warning: TMP/02: pmlogconf-setup failed
37 TMP/02: 
38 probe sample.ulong.ten bozo ? include : exclude
39 TMP/02: Error: condition operator "bozo" not recognized
41 Group: qa group one this one contains no errors
42 Log this group? [y] 
43 No changes
45 === missing val in probe condition ===
46 need to add new group tag=02
47 pmlogconf: Warning: TMP/02: pmlogconf-setup failed
48 TMP/02: 
49 probe sample.ulong.ten == ? include : exclude
50 TMP/02: Error: expected "?" after condition, found "include : exclude"
52 Group: qa group one this one contains no errors
53 Log this group? [y] 
54 No changes
56 === bad keyword in probe state rule ===
57 need to add new group tag=02
58 pmlogconf: Warning: TMP/02: pmlogconf-setup failed
59 TMP/02: 
60 probe sample.ulong.ten exists ? include : foo
61 TMP/02: Error: failure state "foo" not recognized
63 Group: qa group one this one contains no errors
64 Log this group? [y] 
65 No changes
67 === missing : probe state rule ===
68 need to add new group tag=02
69 pmlogconf: Warning: TMP/02: pmlogconf-setup failed
70 TMP/02: 
71 probe sample.ulong.ten exists ? include exclude
72 TMP/02: Error: missing state rule components: "? include exclude"
74 Group: qa group one this one contains no errors
75 Log this group? [y] 
76 No changes
78 === bad probe state rule ===
79 need to add new group tag=02
80 pmlogconf: Warning: TMP/02: pmlogconf-setup failed
81 TMP/02: 
82 probe sample.ulong.ten exists ? include ! exclude
83 TMP/02: Error: expected ":" in state rule, found "!"
85 Group: qa group one this one contains no errors
86 Log this group? [y] 
87 No changes
89 === extra text in probe state rule ===
90 need to add new group tag=02
91 pmlogconf: Warning: TMP/02: pmlogconf-setup failed
92 TMP/02: 
93 probe sample.ulong.ten exists ? include : exclude foo
94 TMP/02: Error: extra state rule components: "? include : exclude foo"
96 Group: qa group one this one contains no errors
97 Log this group? [y] 
98 No changes
100 === bad force clause ===
101 need to add new group tag=02
102 pmlogconf: Warning: TMP/02: pmlogconf-setup failed
103 TMP/02: 
104 force foo
105 TMP/02: Error: force state "foo" not recognized
107 Group: qa group one this one contains no errors
108 Log this group? [y] 
109 No changes
110 --- start final config file ---
111 #pmlogconf 2.0
113 # pmlogger(1) config file created and updated by pmlogconf
115 # DO NOT UPDATE THE INITIAL SECTION OF THIS FILE.
116 # Any changes may be lost the next time pmlogconf is used
117 # on this file.
119 #+ groupdir TMP
121 #+ 01:y:default:
122 ## qa group one this one contains no errors
123 log advisory on default {
124         sample.long.million
126 #----
127 # DO NOT UPDATE THE FILE ABOVE THIS LINE
128 # Otherwise any changes may be lost the next time pmlogconf is
129 # used on this file.
131 # It is safe to make additions from here on ...
134 [access]
135 disallow .* : all;
136 disallow :* : all;
137 allow local:* : enquire;
138 --- end final config file ---