summaryrefslogtreecommitdiffstats
path: root/etc/icinga2/features-available/graphite.conf
blob: ae8a9288ffdaf0fe2903e71142e3db9f8babd145 (plain)
1
2
3
4
5
6
7
8
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
}