Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
exfoliation Featured Popular
0.7
2010-12-25
- Nagios 3.x
709447
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!
Installation Instructions: Move the existing 'stylesheets' and 'images' folders aside for safekeeping, then expand the exfoliation tarball. That's it!
For example,
cd /opt/nagios/share
mv stylesheets stylesheets-orig
mv images images-orig
tar xvfz /tmp/exfoliation-x.y.tgz
On debian/ubuntu systems it is slightly more complicated:
mv /etc/nagios3/stylesheets /etc/nagios3/stylesheets-orig
mv /usr/share/nagios3/htdocs/images /usr/share/nagios3/htdocs/images-orig
cd /tmp
tar xvfz exfoliation-x.y.tgz
mv stylesheets /etc/nagios3
mv images /usr/share/nagios3/htdocs
If your Nagios has side.html instead of side.php, insert this:
<link rel="stylesheet" href="stylesheets/common.css" type="text/css" />
For example,
cd /opt/nagios/share
mv stylesheets stylesheets-orig
mv images images-orig
tar xvfz /tmp/exfoliation-x.y.tgz
On debian/ubuntu systems it is slightly more complicated:
mv /etc/nagios3/stylesheets /etc/nagios3/stylesheets-orig
mv /usr/share/nagios3/htdocs/images /usr/share/nagios3/htdocs/images-orig
cd /tmp
tar xvfz exfoliation-x.y.tgz
mv stylesheets /etc/nagios3
mv images /usr/share/nagios3/htdocs
If your Nagios has side.html instead of side.php, insert this:
<link rel="stylesheet" href="stylesheets/common.css" type="text/css" />
Reviews (4)
bymberman, December 20, 2010
8 of 9 people found this review helpful
Much easier on the eyes than the default style, and trivial to install. I'm happy I did.
One thing, though: in the screenshots, the sidebar is styled, but on my instance, it's not. Looking at side.html, it doesn't appear to reference any of the stylesheets. How can I make my sidebar as clean and modern looking as the rest of my pages?
One thing, though: in the screenshots, the sidebar is styled, but on my instance, it's not. Looking at side.html, it doesn't appear to reference any of the stylesheets. How can I make my sidebar as clean and modern looking as the rest of my pages?
A little more contemporary and much easier on the eyes.
bypestigarribia, November 3, 2010
6 of 7 people found this review helpful
Excelent, some tips to get it working in ubuntu:
htdocs folder is on: /usr/share/nagios3/htdocs (you must put files here but first backup!)
you should move stylesheets to /etc/nagios3/ to get it working or change nagios.cfg to point to new directory.
htdocs folder is on: /usr/share/nagios3/htdocs (you must put files here but first backup!)
you should move stylesheets to /etc/nagios3/ to get it working or change nagios.cfg to point to new directory.