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
171612
Files:
FileDescription
nagios3-statusmap.patchnagios3-statusmap.patch File
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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.