-
Notifications
You must be signed in to change notification settings - Fork 18
/
MANIFEST
149 lines (148 loc) · 3.8 KB
/
MANIFEST
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
bin/tsds_expire.pl
bin/tsds_firehose.pl
bin/tsds_install.pl
bin/tsds_search_indexer.pl
bin/tsds_upgrade.pl
bin/tsds_influxdb
bin/tsds_writer
bin/tsds_fix_measurements.pl
bin/tsds-decom.pl
bin/tsds_setup.pl
bin/tsds-change-required-metadata.pl
CHANGES.md
conf/apache-tsds-services-temp.conf.example
conf/apache-tsds-services.conf.example
conf/config.xml.example
conf/mappings.xml.example
conf/constraints.xml.example
conf/install/cpu.json
conf/install/interface.json
conf/install/meta_tsds_db.json
conf/install/meta_tsds_rabbit.json
conf/install/meta_tsds_shard.json
conf/install/power.json
conf/install/temperature.json
conf/logging.conf
conf/meta_logging.conf
conf/mongod-config1.conf
conf/mongod-config2.conf
conf/mongod-config3.conf
conf/mongod-shard1.conf
conf/mongod-shard2.conf
conf/mongod-shard3.conf
conf/mongos.conf
conf/query_language.bnf
conf/receiver_logging.conf
conf/report_templates/basic.tt
conf/tsds-services.cron
conf/sphinx.conf.example
conf/sphinx_templates/xmlpipe2_schema.xml
conf/sphinx_templates/xmlpipe2_document.xml
grnoc-tsds-services.spec
systemd/mongod-config1.service
systemd/mongod-config2.service
systemd/mongod-config3.service
systemd/mongod-shard1.service
systemd/mongod-shard2.service
systemd/mongod-shard3.service
systemd/mongos.service
systemd/tsds_influxdb.service
init.d/tsds_writer
INSTALL.md
lib/GRNOC/TSDS.pm
lib/GRNOC/TSDS/AggregateDocument.pm
lib/GRNOC/TSDS/AggregatePoint.pm
lib/GRNOC/TSDS/Aggregate/Histogram.pm
lib/GRNOC/TSDS/Cache.pm
lib/GRNOC/TSDS/Constants.pm
lib/GRNOC/TSDS/Constraints.pm
lib/GRNOC/TSDS/DataDocument.pm
lib/GRNOC/TSDS/DataPoint.pm
lib/GRNOC/TSDS/DataService.pm
lib/GRNOC/TSDS/DataService/Aggregation.pm
lib/GRNOC/TSDS/DataService/Atlas.pm
lib/GRNOC/TSDS/DataService/Image.pm
lib/GRNOC/TSDS/DataService/MetaData.pm
lib/GRNOC/TSDS/DataService/Push.pm
lib/GRNOC/TSDS/DataService/Query.pm
lib/GRNOC/TSDS/DataService/Report.pm
lib/GRNOC/TSDS/DataService/Search.pm
lib/GRNOC/TSDS/DataType.pm
lib/GRNOC/TSDS/Expire.pm
lib/GRNOC/TSDS/GWS.pm
lib/GRNOC/TSDS/GWS/Admin.pm
lib/GRNOC/TSDS/GWS/Aggregation.pm
lib/GRNOC/TSDS/GWS/Atlas.pm
lib/GRNOC/TSDS/GWS/Forge.pm
lib/GRNOC/TSDS/GWS/Image.pm
lib/GRNOC/TSDS/GWS/InfluxDB.pm
lib/GRNOC/TSDS/GWS/MetaData.pm
lib/GRNOC/TSDS/GWS/Push.pm
lib/GRNOC/TSDS/GWS/Query.pm
lib/GRNOC/TSDS/GWS/Report.pm
lib/GRNOC/TSDS/GWS/Search.pm
lib/GRNOC/TSDS/InfluxDB.pm
lib/GRNOC/TSDS/Install.pm
lib/GRNOC/TSDS/MeasurementDecommer.pm
lib/GRNOC/TSDS/MongoDB.pm
lib/GRNOC/TSDS/Parser.pm
lib/GRNOC/TSDS/Parser/Actions.pm
lib/GRNOC/TSDS/RedisLock.pm
lib/GRNOC/TSDS/SearchIndexer.pm
lib/GRNOC/TSDS/Upgrade.pm
lib/GRNOC/TSDS/Upgrade/1_2_0.pm
lib/GRNOC/TSDS/Upgrade/1_2_1.pm
lib/GRNOC/TSDS/Upgrade/1_2_2.pm
lib/GRNOC/TSDS/Upgrade/1_2_3.pm
lib/GRNOC/TSDS/Upgrade/1_4_0.pm
lib/GRNOC/TSDS/Upgrade/1_4_1.pm
lib/GRNOC/TSDS/Upgrade/1_4_2.pm
lib/GRNOC/TSDS/Upgrade/1_5_0.pm
lib/GRNOC/TSDS/Upgrade/1_5_1.pm
lib/GRNOC/TSDS/Upgrade/1_5_2.pm
lib/GRNOC/TSDS/Upgrade/1_5_3.pm
lib/GRNOC/TSDS/Upgrade/1_6_0.pm
lib/GRNOC/TSDS/Util/ConfigChooser.pm
lib/GRNOC/TSDS/Writer.pm
lib/GRNOC/TSDS/Writer/AggregateMessage.pm
lib/GRNOC/TSDS/Writer/DataMessage.pm
lib/GRNOC/TSDS/Writer/Worker.pm
lib/GRNOC/TSDS/MetaStats.pm
lib/GRNOC/TSDS/Setup.pm
Makefile.PL
MANIFEST This list of files
t/00init.t
t/01bootstrap.t
t/03resource_limit.t
t/04validation.t
t/05validationextended.t
t/06whereconditionvalidation.t
t/07change_interval.t
t/08new_value_type.t
t/10bad_data.t
t/11constraints.t
t/12search.t
t/13between.t
t/14metadata_updates.t
t/15metadata_query_fragment.t
t/16misaligned_query_time_aggregate.t
t/17metadata.t
t/98expire.t
t/99decom.t
t/conf/config.xml.example
t/conf/databases/tsdstest.json
t/conf/extra.conf.in
t/conf/logging.conf
t/conf/sphinx.conf.example
t/query_syntax.t
t/TEST
www/admin.cgi
www/aggregation.cgi
www/atlas.cgi
www/forge.cgi
www/image.cgi
www/metadata.cgi
www/push.cgi
www/query.cgi
www/report.cgi
www/search.cgi