summaryrefslogtreecommitdiffstats
path: root/features-available/graphite.conf
diff options
context:
space:
mode:
authorTobias Wiese <tobias@tobiaswiese.com>2020-05-10 22:26:29 +0200
committerTobias Wiese <tobias@tobiaswiese.com>2020-05-10 22:26:29 +0200
commit1f358c5572bd1f847478b314bcd3e9378655ec92 (patch)
treee877d59c21fff46b0671f5a591d479c158e2fde2 /features-available/graphite.conf
basic configuration
Provides a basic inital configuration. Signed-off-by: Tobias Wiese <tobias@tobiaswiese.com>
Diffstat (limited to 'features-available/graphite.conf')
-rw-r--r--features-available/graphite.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/features-available/graphite.conf b/features-available/graphite.conf
new file mode 100644
index 0000000..67b52ec
--- /dev/null
+++ b/features-available/graphite.conf
@@ -0,0 +1,9 @@
+/**
+ * The GraphiteWriter type writes check result metrics and
+ * performance data to a graphite tcp socket.
+ */
+
+object GraphiteWriter "graphite" {
+ // host = "127.0.0.1"
+ // port = 2003
+}