Munin Monitor is a Chrome Extension which polls your Munin overview page for changes and displays links for any services with errors or warnings
The extentension is written in coffeescript and utilizes Backbone for MVC tools, Mustache for micro-templating and RequireJS for module loading.
This repository has been made available as both a reference on how to use the libraries listed above, as well as for users of the extension to possibly contribute.
In order to compile the coffeescript files into the scripts directory of the extension run the following:
coffee -w --output MuninMonitor/scripts --compile coffeescripts