Plugin:AMQP1
From collectd Wiki
Revision as of 17:03, 7 January 2021 by Mrunge (talk | contribs) (Created page with "{{Infobox Plugin | Name=AMQP1 | Type=write | Callbacks={{Callback|config}}, {{Callback|shutdown}}, {{Callback|write}} | Status={{supported}} | FirstVersion={{Version...")
AMQP1 plugin | |
---|---|
Type: | write |
Callbacks: | config, shutdown, write |
Status: | supported |
First version: | 5.9 |
Copyright: | 2017 Andy Smith |
License: | MIT license |
Manpage: | collectd.conf(5) |
List of Plugins |
The AMQP1 plugin can be used to communicate with other instances of collectd or third party applications using an AMQP 1.0 message intermediary. Metric values or notifications are sent to the messaging intermediary which may handle direct messaging or queue based transfer.
Synopsis
<Plugin "amqp1"> # Send values to an AMQP 1.0 intermediary <Transport "name"> Host "localhost" Port "5672" User "guest" Password "guest" Address "collectd" # RetryDelay 1 <Instance "some_name"> Format "command" PreSettle false Notify false # StoreRates false # GraphitePrefix "collectd." # GraphiteEscapeChar "_" # GraphiteSeparateInstances false # GraphiteAlwaysAppendDS false # GraphitePreserveSeparator false </Instance> </Transport> </Plugin>
Dependencies
- Qpid-proton-c