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 3.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!
Based on Nagios 2.x patch from didgaudin
http://www.nagiosexchange.org/cgi-bin/bookmark.cgi?action=link_add;ID=1871;d=1
Install instructions
------------------
Go to your nagios install directory where the cgi files are stored
# cd nagios-3.0.1/cgi
copy patch file "nagios3-statusmap.patch" file there
make a backup file
# cp statusmap.c statusmap.c.org
prepare file for patching
# cp statusmap.c statusmap.c.orig
Patch the orig file
# patch statusmap.c.orig nagios3-statusmap.patch
Copy orig file to live file
# cp statusmap.c.orig statusmap.c
Recompile
# make
Copy new CGI file to nagios sbin directory
cp statusmap.cgi /usr/local/nagios/sbin/
FINISH!
Tested with Nagios 3.01
http://www.nagiosexchange.org/cgi-bin/bookmark.cgi?action=link_add;ID=1871;d=1
Install instructions
------------------
Go to your nagios install directory where the cgi files are stored
# cd nagios-3.0.1/cgi
copy patch file "nagios3-statusmap.patch" file there
make a backup file
# cp statusmap.c statusmap.c.org
prepare file for patching
# cp statusmap.c statusmap.c.orig
Patch the orig file
# patch statusmap.c.orig nagios3-statusmap.patch
Copy orig file to live file
# cp statusmap.c.orig statusmap.c
Recompile
# make
Copy new CGI file to nagios sbin directory
cp statusmap.cgi /usr/local/nagios/sbin/
FINISH!
Tested with Nagios 3.01
Reviews (3)
bybonaime, October 28, 2012
I updated the patch for Nagios 3.3.1. You can find it here:
http://exchange.nagios.org/directory/Patches/Nagios-Core/Show-service-state-in-statusmap--2D-Nagios-3-2E3/details
http://exchange.nagios.org/directory/Patches/Nagios-Core/Show-service-state-in-statusmap--2D-Nagios-3-2E3/details
byjuanstroctus, January 22, 2011
thanks for the precise documentation
Great instructions.
Implemented on nagios 3.2.0 without issue.
Ubuntu Hardy, x64.
Implemented on nagios 3.2.0 without issue.
Ubuntu Hardy, x64.