13 lines
244 B
Plaintext
13 lines
244 B
Plaintext
/**
|
|
* The GraphiteWriter type writes check result metrics and
|
|
* performance data to a graphite tcp socket.
|
|
*/
|
|
|
|
library "perfdata"
|
|
|
|
object GraphiteWriter "graphite" {
|
|
// host = "127.0.0.1"
|
|
// port = 2003
|
|
// enable_send_thresholds = true
|
|
}
|