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
6481
Files:
FileDescription
nagios4.1-statusmap.patchnagios4.1-statusmap.patch
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!
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!