Page 1 of 1

Nagios Landing page customization

Posted: Thu Apr 17, 2014 12:36 pm
by kalyan1709
Hi Team.

I am customizing the Nagios landing page, On the process I would like to put "Host Status Totals" and "Service Status Totals" on the Nagios landing page.
Any ideas please???

Thanks,
KalyanP

Re: Nagios Landing page customization

Posted: Thu Apr 17, 2014 12:48 pm
by abrist
These are generated from the cgis. I have not found a way to decouple them from the rest of each page (service details host overview etc). You most likely need to edit the cgis and recompile, or write a new page that scrapes the tables off of one of the cgi pages and then set that php page as your home page by changing the line in index.php:

Code: Select all

<frame src="<?php echo $corewindow;?>" name="main" frameborder="0" style="">
To point to your new page.