Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
instance = "default" | |
max_procs = 4 | |
listen_addr = "0.0.0.0:2203" | |
pickle_addr = "0.0.0.0:2204" | |
admin_addr = "127.0.0.1:2205" | |
http_addr = "127.0.0.1:8082" | |
spool_dir = "/var/spool/carbon-relay-ng" | |
log_level = "info" | |
bad_metrics_max_age = "48h" | |
legacy_metric_validation = "medium" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[common] | |
user = "carbon" | |
graph-prefix = "carbon.agents.{host}" | |
metric-endpoint = "local" | |
metric-interval = "1m0s" | |
max-cpu = 4 | |
[whisper] | |
data-dir = "/var/lib/whisper" | |
schemas-file = "/etc/go-carbon/storage-schemas.conf" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |