Introduction
It is no secret that I am very fond of Munin and since I recently bought a car I wanted to know cheapest gasoline price. I chose to write a munin-plugin to find the optimal time on the day to buy gasoline. Luckily the Danish organization called FDM (United Danish Automobile owners) maintain a user/operator updated list of gasoline prices from all the gas stations in Copenhagen (or any other area of Denmark). These prices are the actual prices at the gas stations and are thus more accurate than the list-prices maintained by the operators themselves. The list can be seen here:
http://www.fdmbenzinpriser.dk/searchprices/2/K%C3%B8benhavn
Update
I have updated the article with a plot of the mean prices per vendor to see if there were some vendors that would be consistently more or less expensive.
Munin plugin
Munin is the perfect platform to sample these prices and show the time trends, so I wrote a simple python based plugin that scrapes the page for prices and calculates the min, max and mean prices.



