Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Vautour Style Featured Popular
1.8
2021-02-20
- Nagios 3.x
- Nagios 4.x
685715
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Description :
Vautour Style is a skin for Nagios Core. Original stylesheets and original icons have been modified to provide a different presentation for the Nagios web interface.
Credits :
Vautour Style have been created by Yoann LAMY under the terms of the GNU General Public License v2.
The menu of Vautour Style use the javascript framework jQuery (https://jquery.com/).
The icons of Vautour Style use "Silk icon set" (http://www.famfamfam.com/lab/icons/silk/) created by Mark James. "Silk icon set" is licensed under Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/).
Install :
Extract the contents of this ZIP file in the Nagios web content folder (usually /usr/local/nagios/share/) :
unzip vautour_style.zip -d /usr/local/nagios/share/
Vautour Style is a skin for Nagios Core. Original stylesheets and original icons have been modified to provide a different presentation for the Nagios web interface.
Credits :
Vautour Style have been created by Yoann LAMY under the terms of the GNU General Public License v2.
The menu of Vautour Style use the javascript framework jQuery (https://jquery.com/).
The icons of Vautour Style use "Silk icon set" (http://www.famfamfam.com/lab/icons/silk/) created by Mark James. "Silk icon set" is licensed under Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/).
Install :
Extract the contents of this ZIP file in the Nagios web content folder (usually /usr/local/nagios/share/) :
unzip vautour_style.zip -d /usr/local/nagios/share/
Reviews (5)
byeanselmi, October 16, 2018
Awesome Skin! work perfect in nagios 4
Great Theme! To install on Ubuntu 10.04 LTS on nagios3 installed through apt-get. there a few thing you need to do.
All commands are run as root. you can get to the root shell safely by doing
"sudo -i" put in your password
1. BACKUP your old htddcs and stylesheet
Code - "tar zxvf htdocsold.tar.gz /usr/share/nagios3/htdocs "
and
Code "tar zxvf stylesheetold.tar.gz /etc/nagios3/stylesheet"
2. Create folder to work for mv to that folder then Code - "wget http://www.be-root.com/downloads/nagios/vautour/vautour_style.zip "
3. Unzip the file Code "unzip vautour_style.zip"
you may to install unzip "apt-get install unzip"
4. Move all file except 'stylesheet' folder to /usr/share/nagios3/htdocs
Code - "mv images index.html index.php js menu.html sidebar.html top.html /usr/share/nagios3/htdocs/ "
It will ask to overwrite some file choose A for all (That why we made a backup!)
5. Move the stylesheet folder to /etc/nagios3/ Code "mv stylesheet /etc/nagios3/"
If you hit refresh on Nagios you will see the new theme, but the menu will not work right. so we have one more step/
6. We need to edit the apache2.cfg for nagios Code - " nano or vim /etc/nagios3/apache2.conf "
We need to comment out most of nagios3 and uncomment the nagios1 reference's
Leave the 'DirectoryMatch' alone. We do not need to change anything.
so it should like this :
#ScriptAlias /cgi-bin/nagios3 /usr/lib/cgi-bin/nagios3
#ScriptAlias /nagios3/cgi-bin /usr/lib/cgi-bin/nagios3
# nagios 1.x:
ScriptAlias /cgi-bin/nagios /usr/lib/cgi-bin/nagios3
ScriptAlias /nagios/cgi-bin /usr/lib/cgi-bin/nagios3
# nagios 2.x:
#ScriptAlias /cgi-bin/nagios2 /usr/lib/cgi-bin/nagios3
#ScriptAlias /nagios2/cgi-bin /usr/lib/cgi-bin/nagios3
# Where the stylesheets (config files) reside
#Alias /nagios3/stylesheets /etc/nagios3/stylesheets
# nagios 1.x:
Alias /nagios/stylesheets /etc/nagios3/stylesheets
# nagios 2.x:
#Alias /nagios2/stylesheets /etc/nagios3/stylesheets
# Where the HTML pages live
#Alias /nagios3 /usr/share/nagios3/htdocs
# nagios 2.x:
#Alias /nagios2 /usr/share/nagios3/htdocs
# nagios 1.x:
Alias /nagios /usr/share/nagios3/htdocs
restart apache and your done ENJOY!! :)
All commands are run as root. you can get to the root shell safely by doing
"sudo -i" put in your password
1. BACKUP your old htddcs and stylesheet
Code - "tar zxvf htdocsold.tar.gz /usr/share/nagios3/htdocs "
and
Code "tar zxvf stylesheetold.tar.gz /etc/nagios3/stylesheet"
2. Create folder to work for mv to that folder then Code - "wget http://www.be-root.com/downloads/nagios/vautour/vautour_style.zip "
3. Unzip the file Code "unzip vautour_style.zip"
you may to install unzip "apt-get install unzip"
4. Move all file except 'stylesheet' folder to /usr/share/nagios3/htdocs
Code - "mv images index.html index.php js menu.html sidebar.html top.html /usr/share/nagios3/htdocs/ "
It will ask to overwrite some file choose A for all (That why we made a backup!)
5. Move the stylesheet folder to /etc/nagios3/ Code "mv stylesheet /etc/nagios3/"
If you hit refresh on Nagios you will see the new theme, but the menu will not work right. so we have one more step/
6. We need to edit the apache2.cfg for nagios Code - " nano or vim /etc/nagios3/apache2.conf "
We need to comment out most of nagios3 and uncomment the nagios1 reference's
Leave the 'DirectoryMatch' alone. We do not need to change anything.
so it should like this :
#ScriptAlias /cgi-bin/nagios3 /usr/lib/cgi-bin/nagios3
#ScriptAlias /nagios3/cgi-bin /usr/lib/cgi-bin/nagios3
# nagios 1.x:
ScriptAlias /cgi-bin/nagios /usr/lib/cgi-bin/nagios3
ScriptAlias /nagios/cgi-bin /usr/lib/cgi-bin/nagios3
# nagios 2.x:
#ScriptAlias /cgi-bin/nagios2 /usr/lib/cgi-bin/nagios3
#ScriptAlias /nagios2/cgi-bin /usr/lib/cgi-bin/nagios3
# Where the stylesheets (config files) reside
#Alias /nagios3/stylesheets /etc/nagios3/stylesheets
# nagios 1.x:
Alias /nagios/stylesheets /etc/nagios3/stylesheets
# nagios 2.x:
#Alias /nagios2/stylesheets /etc/nagios3/stylesheets
# Where the HTML pages live
#Alias /nagios3 /usr/share/nagios3/htdocs
# nagios 2.x:
#Alias /nagios2 /usr/share/nagios3/htdocs
# nagios 1.x:
Alias /nagios /usr/share/nagios3/htdocs
restart apache and your done ENJOY!! :)
byislandsound, June 25, 2010
Used this a few time on a couple different installs and it's always worked out fine for me with a bit of tweaking. Thanks!
I like it. I too ran into the stylesheet issue on 3.1
The problem may be nagios installation related. I am running ubuntu 8.10 and the default nagios install aliases the stylesheet directory to /etc/nagios3/stylesheets so the themes stylesheets are not really accessible through the webserver. Comment out the Alias in /etc/nagios3/apache2.conf and it should start working like a charm....
The problem may be nagios installation related. I am running ubuntu 8.10 and the default nagios install aliases the stylesheet directory to /etc/nagios3/stylesheets so the themes stylesheets are not really accessible through the webserver. Comment out the Alias in /etc/nagios3/apache2.conf and it should start working like a charm....
Wont work on 3.1.0, no top bar and side bar comes up with white texty look.
Owner's reply
I had no problem with this Nagios version (3.1.0) using the skin. However, this developpement version use the index.php file instead of index.html. The skin was created for Nagios 3.0.6. and is using index.html file. You must configure your Web server for using the index.html file instead of the index.php file.