|
|
@ -1,3 +1,16 @@ |
|
|
|
## munin-b3 |
|
|
|
# munin-b3 |
|
|
|
|
|
|
|
Template for [Munin](http://munin-monitoring.org/) using [Twitter Bootstrap 3](http://getbootstrap.com). |
|
|
|
Template for [Munin](http://munin-monitoring.org/) using [Twitter Bootstrap 3](http://getbootstrap.com). |
|
|
|
|
|
|
|
## Installation |
|
|
|
|
|
|
|
If you are on Gentoo, `emerge net-analyzer/munin-b3` from the [last-hope overlay](https://github.com/ercpe/lh-overlay). On other distributions, fetch the [latest snapshot tarball](https://repos.j-schmitz.net/gitweb/?p=munin-b3.git;a=tags) or `git clone git://repos.j-schmitz.net/munin-b3.git` into a convenient place. |
|
|
|
|
|
|
|
### Configuration |
|
|
|
|
|
|
|
Edit `/etc/munin/munin.conf` and set |
|
|
|
|
|
|
|
tmpldir /usr/share/munin-b3/templates |
|
|
|
staticdir /usr/share/munin-b3/static |
|
|
|
|
|
|
|
and wait for `munin-html` to run. |