Home Directory Patches Nagios Core Show service state in statusmap - Nagios 3.x

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Show service state in statusmap - Nagios 3.x

Rating
4 votes
Favoured:
1
Compatible With
  • Nagios 3.x
Hits
171949
Files:
FileDescription
nagios3-statusmap.patchnagios3-statusmap.patch File
Nagios CSP

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 3.01 Based on the patch from "didgaudin" for Nagios 2.x Updated for Nagios 3.x
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
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
byjuanstroctus, January 22, 2011
thanks for the precise documentation
bysaxonnz, December 16, 2009
1 of 1 people found this review helpful
Great instructions.
Implemented on nagios 3.2.0 without issue.
Ubuntu Hardy, x64.