1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
Munin-Contrib/templates/munstrap
Olivier Mehani 2e16d2f845 Templates: name in title (#1019)
* [original] Put host name first in <TITLE>
* [munstrap] Put host name or service (NAME) first in <title>

Useful when many tabs are open.

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2020-01-27 23:44:26 +01:00
..
static Bugfix: fix graph scaling in munstrap. 2018-03-06 11:29:54 +01:00
templates Templates: name in title (#1019) 2020-01-27 23:44:26 +01:00
LICENSE Adding munstrap template for munin-monitoring/contrib 2015-02-25 22:13:25 +00:00
README.md Updated README with addresses to munin-monitoring/contrib repo 2015-02-27 21:01:33 +00:00
sample-node.jpg Adding munstrap template for munin-monitoring/contrib 2015-02-25 22:13:25 +00:00
sample-zoom.jpg Adding munstrap template for munin-monitoring/contrib 2015-02-25 22:13:25 +00:00
sample.jpg Adding munstrap template for munin-monitoring/contrib 2015-02-25 22:13:25 +00:00

Munstrap

Alternative Munin 2.x templates based on Twitter Bootstrap 3.
From February 2015 the Munstrap template has been added to the munin-monitoring/contrib repo. Please use that location in future.

Sample

Installation

Clone the munin-monitoring/contrib repo to a temporary location:

cd /opt
git clone https://github.com/munin-monitoring/contrib.git

Replace the Munin stock template with Munstrap (the -b options makes a backup of the official template for rolling back):

cd /etc/munin
cp -rb /opt/contrib/templates/munstrap/templates .
cp -rb /opt/contrib/templates/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 /opt/munstrap
git pull

Replace the old munstrap version with the new one:

cd /etc/munin
rm -rf templates static
cp -r /opt/contrib/templates/munstrap/templates .
cp -r /opt/contrib/templates/munstrap/static .

Revert to Official Munin Template

cd /etc/munin
rm -rf templates static
mv templates~ templates
mv static~ static

Samples

View of a specific node: Node view

Zoom feature: Zoom view