blob: e9d5bb1905677cdb769aeec1a9a1b36305ca1a03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
LoadPlugin write_http
<Plugin write_http>
<Node "mynode">
URL "http://192.0.2.11:12345/failure"
Format "Json"
# Select Metrics or Notification
Metrics false
Notifications true
BufferSize 1024
</Node>
</Plugin>
|