src: Add DMA localagent
[barometer.git] / src / dma / sampleconf / simple-threshold / transmitter.conf
diff --git a/src/dma/sampleconf/simple-threshold/transmitter.conf b/src/dma/sampleconf/simple-threshold/transmitter.conf
new file mode 100644 (file)
index 0000000..29a186e
--- /dev/null
@@ -0,0 +1,11 @@
+LoadPlugin write_http
+<Plugin write_http>
+       <Node "mynode">
+               URL "http://overcloud-controller-0.internalapi:12345/failure"
+               Format "Json"
+# Select Metrics or Notification
+               Metrics false
+               Notifications true
+                BufferSize 1024
+       </Node>
+</Plugin>