codedependant / MuninMonitor-Chrome

Munin Monitor polls your Munin overview page for changes and displays links for any services with errors or warnings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Munin Monitor Extension for Chrome

Munin Monitor is a Chrome Extension which polls your Munin overview page for changes and displays links for any services with errors or warnings

Tools used

The extentension is written in coffeescript and utilizes Backbone for MVC tools, Mustache for micro-templating and RequireJS for module loading.

Contributing

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

About

Munin Monitor polls your Munin overview page for changes and displays links for any services with errors or warnings


Languages

Language:JavaScript 98.1%Language:CoffeeScript 1.9%