How-To: Mcollective/RabbitMQ on Ubuntu

1 ) Install RabbitMQ Prerequisites apt-get install -y erlang-base erlang-nox 2 ) Install RabbitMQ from the Download Site wget http://www.rabbitmq.com/releases/rabbitmq-server/v2.8.1/rabbitmq-server_2.8.1-1_all.deb dpkg -i rabbitmq-server_2.8.1-1_all.deb 3 ) Enable the stomp and AMQ plugins rabbitmq-plugins enable amqp_client rabbitmq-plugins enable rabbitmq_stomp 4 ) Create the rabbitmq config file in /etc/rabbitmq/rabbitmq.config %% Single broken configuration Read more…

The Priority 0 Rule

Many years ago when I worked for a Japanese shipping company, Taga-san bought a little red rubber stamp that she used that said “urgent”.  She would stamp documents with the “urgent” stamp to try and garner more attention.  Soon almost every document had the “important” stamp, so the diligent Taga-san Read more…

Plotting Time Series Data with Gnuplot

When dealing with external customers and non-technical people I find it beneficial to provide some sort of visual representation. Dumping a ton of data on people rarely conveys the message effectively. My go to tool for generating graphs, especially of time-series data, is gnuplot.  It’s free, flexible and runs everywhere. Read more…