Skip to content

Commit 75a9cd9

Browse files
committed
Merge PR #5 from GitHub + My changes on top.
2 parents 778f2b2 + b49a899 commit 75a9cd9

File tree

3 files changed

+179
-85
lines changed

3 files changed

+179
-85
lines changed

defaults/main.yml

+90-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,98 @@
11
---
2-
3-
graphite_user: graphite
2+
graphite_user: graphite
43
graphite_secret_key: UNSAFE_DEFAULT
5-
graphite_time_zone: "America/Los_Angeles"
4+
graphite_time_zone: "UTC"
65

76
graphite_admin_date_joined: "2014-07-21T10:11:17.464"
8-
graphite_admin_email: "[email protected]"
9-
graphite_admin_first_name: ""
10-
graphite_admin_last_name: ""
11-
graphite_admin_last_login: "2014-07-21T10:11:17.464"
12-
graphite_admin_username: "admin"
13-
graphite_admin_password: "admin"
7+
graphite_admin_email: "[email protected]"
8+
graphite_admin_first_name: ""
9+
graphite_admin_last_name: ""
10+
graphite_admin_last_login: "2014-07-21T10:11:17.464"
11+
graphite_admin_username: "admin"
12+
graphite_admin_password: "admin"
1413

1514
# The default is "60s:1d" (1 day data), this will keep data for 5 years.
1615
# If you log a lot of data, you may need to restrict this to a shorter time.
1716
graphite_storage_schemas_default_retentions: "10s:14d,1m:90d,30m:1y,1h:5y"
17+
graphite_storage_schemas_carbon_retentions: 60:90d
18+
graphite_storage_schemas: []
19+
20+
graphite_cache_amqp_exchange: graphite
21+
graphite_cache_amqp_host: localhost
22+
graphite_cache_amqp_metric_name_in_body: false
23+
graphite_cache_amqp_password: guest
24+
graphite_cache_amqp_port: 5672
25+
graphite_cache_amqp_user: guest
26+
graphite_cache_amqp_verbose: false
27+
graphite_cache_amqp_vhost: /
28+
graphite_cache_bind_patterns: "#"
29+
graphite_cache_cache_query_interface: 0.0.0.0
30+
graphite_cache_cache_query_port: 7002
31+
graphite_cache_cache_write_strategy: sorted
32+
graphite_cache_carbon_metric_interval: 60
33+
graphite_cache_carbon_metric_prefix: carbon
34+
graphite_cache_enable_amqp: false
35+
graphite_cache_enable_log_rotation: true
36+
graphite_cache_enable_manhole: false
37+
graphite_cache_enable_udp_listener: false
38+
graphite_cache_line_receiver_interface: 0.0.0.0
39+
graphite_cache_line_receiver_port: 2003
40+
graphite_cache_local_data_dir: /opt/graphite/storage/whisper
41+
graphite_cache_log_cache_hits: false
42+
graphite_cache_log_cache_queue_sorts: true
43+
graphite_cache_log_listener_connections: true
44+
graphite_cache_log_updates: false
45+
graphite_cache_manhole_interface: 127.0.0.1
46+
graphite_cache_manhole_port: 7222
47+
graphite_cache_manhole_public_key: ssh-rsa AAAAB3NzaC1yc2EAAAABiwAaAIEAoxN0sv/e4eZCPpi3N3KYvyzRaBaMeS2RsOQ/cDuKv11dlNzVeiyc3RFmCv5Rjwn/lQ79y0zyHxw67qLyhQ/kDzINc4cY41ivuQXm2tPmgvexdrBv5nsfEpjs3gLZfJnyvlcVyWK/lId8WUvEWSWHTzsbtmXAF2raJMdgLTbQ8wE=
48+
graphite_cache_manhole_user: admin
49+
graphite_cache_max_cache_size: inf
50+
graphite_cache_max_creates_per_minute: 50
51+
graphite_cache_max_updates_per_second: 500
52+
graphite_cache_max_updates_per_second_on_shutdown: 1000
53+
graphite_cache_pickle_receiver_interface: 0.0.0.0
54+
graphite_cache_pickle_receiver_port: 2004
55+
graphite_cache_udp_receiver_interface: 0.0.0.0
56+
graphite_cache_udp_receiver_port: 2003
57+
graphite_cache_use_flow_control: true
58+
graphite_cache_use_insecure_unpickler: false
59+
graphite_cache_use_whitelist: false
60+
#graphite_cache_user:
61+
graphite_cache_whisper_autoflush: false
62+
graphite_cache_whisper_fallocate_create: true
63+
graphite_cache_whisper_lock_writes: false
64+
graphite_cache_whisper_sparse_create: false
65+
66+
graphite_relay_carbon_metric_interval: 60
67+
graphite_relay_carbon_metric_prefix: carbon
68+
graphite_relay_destinations: 127.0.0.1:2004
69+
graphite_relay_line_receiver_interface: 0.0.0.0
70+
graphite_relay_line_receiver_port: 2013
71+
graphite_relay_log_listener_connections: true
72+
graphite_relay_max_datapoints_per_message: 500
73+
graphite_relay_max_queue_size: 10000
74+
graphite_relay_pickle_receiver_interface: 0.0.0.0
75+
graphite_relay_pickle_receiver_port: 2014
76+
graphite_relay_relay_method: rules
77+
graphite_relay_replication_factor: 1
78+
graphite_relay_use_flow_control: true
79+
graphite_relay_use_whitelist: false
80+
#graphite_relay_user:
81+
82+
graphite_aggregator_carbon_metric_interval: 60
83+
graphite_aggregator_carbon_metric_prefix: carbon
84+
graphite_aggregator_destinations: 127.0.0.1:2004
85+
graphite_aggregator_forward_all: true
86+
graphite_aggregator_line_receiver_interface: 0.0.0.0
87+
graphite_aggregator_line_receiver_port: 2023
88+
graphite_aggregator_log_listener_connections: true
89+
graphite_aggregator_max_aggregation_intervals: 5
90+
graphite_aggregator_max_datapoints_per_message: 500
91+
graphite_aggregator_max_queue_size: 10000
92+
graphite_aggregator_pickle_receiver_interface: 0.0.0.0
93+
graphite_aggregator_pickle_receiver_port: 2024
94+
graphite_aggregator_replication_factor: 1
95+
graphite_aggregator_use_flow_control: true
96+
graphite_aggregator_use_whitelist: false
97+
#graphite_aggregator_user:
98+
graphite_aggregator_write_back_frequency: 0

0 commit comments

Comments
 (0)