User:Fab/msg.alpinelinux.org: Difference between revisions

From Alpine Linux
(Created page with " Subscribe to the messages {{Cmd|mosquitto_sub -h msg.alpinelinux.org -t 'build/#' -v}} == Topics == build/<buildserver>")
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
The build servers are publishing messages over [http://en.wikipedia.org/wiki/MQ_Telemetry_Transport MQTT].


The mosquitto package provides tools to consume messages.


Subscribe to the messages
{{Cmd|sudo apk add mosquitto}}
 
Subscribe to the all messages


{{Cmd|mosquitto_sub -h msg.alpinelinux.org -t 'build/#' -v}}
{{Cmd|mosquitto_sub -h msg.alpinelinux.org -t 'build/#' -v}}

Latest revision as of 13:14, 23 May 2014

The build servers are publishing messages over MQTT.

The mosquitto package provides tools to consume messages.

sudo apk add mosquitto

Subscribe to the all messages

mosquitto_sub -h msg.alpinelinux.org -t 'build/#' -v

Topics

build/<buildserver>