change default page nagios after login

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
blaha
Posts: 19
Joined: Fri Jul 01, 2016 6:01 am

change default page nagios after login

Post by blaha »

Hi, I would like to change main page nagios after login picture 01. How to change main page to another page, for example: page with all hosts - picture 02.
Thanks
Jan
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: change default page nagios after login

Post by lmiltchev »

Are you using Nagios XI or Nagios Core? If you are using Core, we will need to move your post to the correct support forum.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: change default page nagios after login

Post by mcapra »

If you're using Nagios Core, refer to the following guide:
http://code.naishe.in/2012/07/change-na ... -page.html

For the page you want to view, I set the $url to the following:

Code: Select all

$url = 'cgi-bin/status.cgi?hostgroup=all&style=hostdetail';
This process is slightly different for Nagios XI:
https://assets.nagios.com/downloads/nag ... g-Page.pdf
Former Nagios employee
https://www.mcapra.com/
Locked