mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-12 00:44:43 +00:00
Adding munstrap template for munin-monitoring/contrib
This commit is contained in:
parent
578652fc1c
commit
a0f3adede1
40 changed files with 2242 additions and 0 deletions
69
templates/munstrap/README.md
Normal file
69
templates/munstrap/README.md
Normal file
|
@ -0,0 +1,69 @@
|
|||
Munstrap
|
||||
========
|
||||
|
||||
Alternative Munin 2.x templates based on Twitter Bootstrap 3
|
||||
|
||||

|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
Get Munstrap:
|
||||
|
||||
```
|
||||
cd /etc/munin
|
||||
git clone https://github.com/jonnymccullagh/munstrap.git
|
||||
```
|
||||
|
||||
Replace the Munin stock template by Munstrap (don't worry, there is a backup of the old files):
|
||||
|
||||
```
|
||||
cp -rb munstrap/templates .
|
||||
cp -rb munstrap/static .
|
||||
```
|
||||
|
||||
Clean the old generated files:
|
||||
|
||||
```
|
||||
rm -rf /var/www/munin/*
|
||||
```
|
||||
|
||||
Take a coffee and wait some minutes for the html generation by Munin.
|
||||
|
||||
Upgrades
|
||||
--------
|
||||
|
||||
Get the last changes from Munstrap:
|
||||
|
||||
```
|
||||
cd /etc/munin/munstrap
|
||||
git pull
|
||||
```
|
||||
|
||||
Replace the old version by the new one:
|
||||
|
||||
```
|
||||
cd /etc/munin
|
||||
rm -rf templates static
|
||||
cp -r munstrap/templates .
|
||||
cp -r munstrap/static .
|
||||
```
|
||||
|
||||
Revert to stock
|
||||
---------------
|
||||
|
||||
```
|
||||
cd /etc/munin
|
||||
rm -rf templates static
|
||||
mv templates~ templates
|
||||
mv static~ static
|
||||
```
|
||||
|
||||
Samples
|
||||
-------
|
||||
|
||||
View of a specific node:
|
||||

|
||||
|
||||
Zoom feature:
|
||||

|
Loading…
Add table
Add a link
Reference in a new issue