Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Show service state in statusmap - Nagios 4.x
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!
Add service status color to the statusmap.cgi for Nagios 4.x
Tested with Nagios 4.1.1
Install
------------------
Go to nagios install directory where the cgi files are stored
# cd nagios-4.1.1/cgi/
Prepare file for patching
# cp statusmap.c statusmap.c.orig
Patch the orig file
# patch statusmap.c.orig nagios4.1-statusmap.patch
Copy orig file to live file
# cp statusmap.c.orig statusmap.c
Compile
# make
Copy new CGI file to nagios sbin directory
cp statusmap.cgi /usr/local/nagios/sbin/
And that all!
Tested with Nagios 4.1.1
Install
------------------
Go to nagios install directory where the cgi files are stored
# cd nagios-4.1.1/cgi/
Prepare file for patching
# cp statusmap.c statusmap.c.orig
Patch the orig file
# patch statusmap.c.orig nagios4.1-statusmap.patch
Copy orig file to live file
# cp statusmap.c.orig statusmap.c
Compile
# make
Copy new CGI file to nagios sbin directory
cp statusmap.cgi /usr/local/nagios/sbin/
And that all!
Reviews (0)
Be the first to review this listing!