summaryrefslogtreecommitdiffstats
path: root/etc/icinga2/features-available/graphite.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/icinga2/features-available/graphite.conf')
-rw-r--r--etc/icinga2/features-available/graphite.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/icinga2/features-available/graphite.conf b/etc/icinga2/features-available/graphite.conf
new file mode 100644
index 0000000..ae8a928
--- /dev/null
+++ b/etc/icinga2/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
+}