Nagios Template

I am running nagios on MAC, everything seems to be OK.

I want to remove the upper part of the nagios screen Basically Above the “service status detail for all Hosts”.
To be in detail the Host status Totals , Service Status Totals fields to get removed.

Anyone know to do this, Which file to modify.

Thanks in advance
RAjesh

Hi,

all I can say is that you will have to modify the file status.c, which is in your sources files
you’ll then have to re-compile the cgi, and replace status.cgi by your new file

btw: status.c is written in C, which outputs php+html, so you’ll have to know these languages :slight_smile: