Home Directory Patches Nagios Core Show service state in statusmap - Nagios 4.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 4.x

Rating
1 vote
Favoured:
0
Current Version
1
Last Release Date
2016-08-22
Compatible With
  • Nagios 4.x
Owner
Hits
6175
Files:
FileDescription
nagios4.1-statusmap.patchnagios4.1-statusmap.patch
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Show service state in statusmap - Nagios 4.x
Add service status color to the statusmap.cgi for Nagios 4.x
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!