Nagios Landing page customization

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
kalyan1709
Posts: 43
Joined: Tue Oct 16, 2012 12:45 am

Nagios Landing page customization

Post 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
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios Landing page customization

Post 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.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked