Theo Bot <[email protected]> writes: Hello,
> I have a collectd server setup on a linux platform having an influxdb as a > beackend. Is it possible to receive values via AMQP (RabbitMQ). And if so > what would be the message format to process these values and what are the > other requirements? Yes, the amqp plugin supports both subscribing and publishing to an AMQP broker. I never used this feature myself, but my understanding is that you need to publish messages using the PUTVAL format (see the collectd-unixsock(5) manpage) and set "text/collectd" as "Content-Type". HTH, Marc _______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
