This file is indexed.

/usr/lib/python2.7/dist-packages/aodh/locale/aodh.pot is in python-aodh 2.0.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
# Translations template for aodh.
# Copyright (C) 2016 ORGANIZATION
# This file is distributed under the same license as the aodh project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aodh 2.0.0.0b2.dev28\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2016-01-19 06:30+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.2.0\n"

#: aodh/api/app.py:93
#, python-format
msgid "Starting server in PID %s"
msgstr ""

#: aodh/api/app.py:94
msgid "Configuration:"
msgstr ""

#: aodh/api/app.py:98
#, python-format
msgid "serving on 0.0.0.0:%(sport)s, view at http://127.0.0.1:%(vport)s"
msgstr ""

#: aodh/api/app.py:102
#, python-format
msgid "serving on http://%(host)s:%(port)s"
msgstr ""

#: aodh/api/middleware.py:102
#, python-format
msgid "Error parsing HTTP response: %s"
msgstr ""

#: aodh/api/controllers/v2/alarms.py:84
#, python-format
msgid "Alarm quota exceeded for user %(u)s on project %(p)s"
msgstr ""

#: aodh/api/controllers/v2/alarms.py:166
#, python-format
msgid "Timezone %s is not valid"
msgstr ""

#: aodh/api/controllers/v2/alarms.py:284
msgid "Time constraint names must be unique for a given alarm."
msgstr ""

#: aodh/api/controllers/v2/alarms.py:294
#, python-format
msgid "%(rule)s must be set for %(type)s type alarm"
msgstr ""

#: aodh/api/controllers/v2/alarms.py:305
#, python-format
msgid "%(rule1)s and %(rule2)s cannot be set at the same time"
msgstr ""

#: aodh/api/controllers/v2/alarms.py:320
#, python-format
msgid "duplicate actions are found: %s, remove duplicate ones"
msgstr ""

#: aodh/api/controllers/v2/alarms.py:326
#, python-format
msgid "%(name)s count exceeds maximum value %(maximum)d"
msgstr ""

#: aodh/api/controllers/v2/alarms.py:338
#, python-format
msgid "Unable to parse action %s"
msgstr ""

#: aodh/api/controllers/v2/alarms.py:341
#, python-format
msgid "Unsupported action %s"
msgstr ""

#: aodh/api/controllers/v2/alarms.py:344
#, python-format
msgid "You are not authorized to create action: %s"
msgstr ""

#: aodh/api/controllers/v2/alarms.py:600
#, python-format
msgid "Alarm with name=%s exists"
msgstr ""

#: aodh/api/controllers/v2/alarms.py:612
#, python-format
msgid "Error while putting alarm: %s"
msgstr ""

#: aodh/api/controllers/v2/alarms.py:613 aodh/api/controllers/v2/alarms.py:779
msgid "Alarm incorrect"
msgstr ""

#: aodh/api/controllers/v2/alarms.py:671
msgid "state invalid"
msgstr ""

#: aodh/api/controllers/v2/alarms.py:772
#, python-format
msgid "Alarm with name='%s' exists"
msgstr ""

#: aodh/api/controllers/v2/alarms.py:778
#, python-format
msgid "Error while posting alarm: %s"
msgstr ""

#: aodh/api/controllers/v2/base.py:49
#, python-format
msgid "%(entity)s %(id)s Not Found"
msgstr ""

#: aodh/api/controllers/v2/base.py:58
#, python-format
msgid "Not Authorized to access %(aspect)s %(id)s"
msgstr ""

#: aodh/api/controllers/v2/base.py:201
#, python-format
msgid "Unable to convert the value %(value)s to the expected data type %(type)s."
msgstr ""

#: aodh/api/controllers/v2/base.py:206
#, python-format
msgid ""
"The data type %(type)s is not supported. The supported data type list is:"
" %(supported)s"
msgstr ""

#: aodh/api/controllers/v2/base.py:211
#, python-format
msgid ""
"Unexpected exception converting %(value)s to the expected data type "
"%(type)s."
msgstr ""

#: aodh/api/controllers/v2/base.py:221
#, python-format
msgid "Alarm %s not found"
msgstr ""

#: aodh/api/controllers/v2/base.py:223
#, python-format
msgid "Alarm %(alarm_id)s not found in project %(project)s"
msgstr ""

#: aodh/api/controllers/v2/query.py:201
#, python-format
msgid "Filter expression not valid: %s"
msgstr ""

#: aodh/api/controllers/v2/query.py:216
#, python-format
msgid "Order-by expression not valid: %s"
msgstr ""

#: aodh/api/controllers/v2/query.py:226
msgid "Limit should be positive"
msgstr ""

#: aodh/api/controllers/v2/query.py:333
#, python-format
msgid "String %s is not a valid isotime"
msgstr ""

#: aodh/api/controllers/v2/query.py:334
#, python-format
msgid "Failed to parse the timestamp value %s"
msgstr ""

#: aodh/api/controllers/v2/alarm_rules/combination.py:39
#, python-format
msgid "Combined state of alarms %s"
msgstr ""

#: aodh/api/controllers/v2/alarm_rules/combination.py:48
msgid "Alarm combination rule should contain at least two different alarm ids."
msgstr ""

#: aodh/api/controllers/v2/alarm_rules/combination.py:69
#, python-format
msgid "Cannot specify alarm %s itself in combination rule"
msgstr ""

#: aodh/api/controllers/v2/alarm_rules/event.py:48
#, python-format
msgid "Alarm when %s event occurred."
msgstr ""

#: aodh/api/controllers/v2/alarm_rules/threshold.py:93
#, python-format
msgid ""
"Alarm when %(meter_name)s is %(comparison_operator)s a %(statistic)s of "
"%(threshold)s over %(period)s seconds"
msgstr ""

#: aodh/evaluator/__init__.py:118
#, python-format
msgid "alarm %(id)s transitioning to %(state)s because %(reason)s"
msgstr ""

#: aodh/evaluator/__init__.py:129
msgid "alarm state update failed"
msgstr ""

#: aodh/evaluator/__init__.py:208
#, python-format
msgid "initiating evaluation cycle on %d alarms"
msgstr ""

#: aodh/evaluator/__init__.py:213
msgid "alarm evaluation cycle failed"
msgstr ""

#: aodh/evaluator/__init__.py:225
#, python-format
msgid "Failed to evaluate alarm %s"
msgstr ""

#: aodh/evaluator/combination.py:60
#, python-format
msgid "Alarms %(alarm_ids)s are in unknown state"
msgstr ""

#: aodh/evaluator/combination.py:82
#, python-format
msgid "Transition to %(state)s due to alarms %(alarm_ids)s in state %(state)s"
msgstr ""

#: aodh/evaluator/combination.py:86
#, python-format
msgid "Remaining as %(state)s due to alarms %(alarm_ids)s in state %(state)s"
msgstr ""

#: aodh/evaluator/event.py:250
#, python-format
msgid "Event (message_id=%(message)s) hit the query of alarm (id=%(alarm)s)"
msgstr ""

#: aodh/evaluator/gnocchi.py:77 aodh/evaluator/threshold.py:120
msgid "alarm stats retrieval failed"
msgstr ""

#: aodh/evaluator/threshold.py:137
#, python-format
msgid "%d datapoints are unknown"
msgstr ""

#: aodh/evaluator/threshold.py:161
#, python-format
msgid ""
"Transition to %(state)s due to %(count)d samples %(disposition)s "
"threshold, most recent: %(most_recent)s"
msgstr ""

#: aodh/evaluator/threshold.py:165
#, python-format
msgid ""
"Remaining as %(state)s due to %(count)d samples %(disposition)s "
"threshold, most recent: %(most_recent)s"
msgstr ""

#: aodh/notifier/__init__.py:127
#, python-format
msgid "Unable to parse action %(action)s for alarm %(alarm_id)s"
msgstr ""

#: aodh/notifier/__init__.py:136
#, python-format
msgid "Action %(scheme)s for alarm %(alarm_id)s is unknown, cannot notify"
msgstr ""

#: aodh/notifier/__init__.py:147
#, python-format
msgid "Unable to notify alarm %s"
msgstr ""

#: aodh/notifier/__init__.py:160
msgid "Unable to notify for an alarm with no action"
msgstr ""

#: aodh/notifier/log.py:31
#, python-format
msgid ""
"Notifying alarm %(alarm_name)s %(alarm_id)s of %(severity)s priority from"
" %(previous)s to %(current)s with action %(action)s because %(reason)s."
msgstr ""

#: aodh/notifier/rest.py:68
#, python-format
msgid ""
"Notifying alarm %(alarm_name)s %(alarm_id)s with severity %(severity)s "
"from %(previous)s to %(current)s with action %(action)s because "
"%(reason)s. request-id: %(request_id)s "
msgstr ""

#: aodh/storage/models.py:70
msgid "timestamp should be datetime object"
msgstr ""

#: aodh/storage/models.py:72
msgid "state_timestamp should be datetime object"
msgstr ""

#: aodh/storage/hbase/utils.py:230
#, python-format
msgid "Cannot create table %(table_name)s   it already exists. Ignoring error"
msgstr ""

#: aodh/storage/mongo/utils.py:77
#, python-format
msgid "Connecting to %(db)s on %(nodelist)s"
msgstr ""

#: aodh/storage/mongo/utils.py:85
#, python-format
msgid "Unable to connect to the database server: %(errmsg)s."
msgstr ""