freebsd-ports/www/carbonapi/files/patch-carbonapi.example.toml
Kurt Jaeger 950de38ee4 New port: www/carbonapi
carbonapi is a frontend for carbonzipper and can partially replace graphiteweb.

WWW: https://github.com/go-graphite/carbonapi

PR:		226808
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com>
2018-03-21 16:49:20 +00:00

19 lines
481 B
TOML

--- carbonapi.example.toml.orig 2018-03-20 21:03:28 UTC
+++ carbonapi.example.toml
@@ -11,7 +11,7 @@ maxBatchSize = 100
pidFile = ""
sendGlobsAsIs = false
tz = ""
-graphTemplates = "graphTemplates.example.toml"
+graphTemplates = "/usr/local/etc/carbonapi/graphTemplates.example.toml"
[cache]
defaultTimeoutSec = 60
@@ -35,7 +35,7 @@ logger = ""
[[logger]]
encoding = "json"
-file = "carbonapi.log"
+file = "/var/log/carbonapi/carbonapi.log"
level = "info"
logger = ""