Pages

Changed Default Page For Nagios Version 4.4.x

Search for a file named index.php. The file located in your nagios installation folder /..../nagios/share/index.php

and then search for $url = 'main.php';
This is the default page for Nagios. Change only main.php to your desired default page, either Type 1 or Type 2. It's your call.


Type 1;
$url='map.php?host=all';


Type 2;
$url='cgi-bin/tac.cgi';



Actually, it's just changing the URL for the default page.
After editing the file, don't forget to restart your Apache.

No comments:

Post a Comment

You might also like:

  • Nagios basic template for Windows
    Nagios basic template for Windows

    We can check the configuration for services from…

  • How to disable Dr. Watson for Windows ?
    How to disable Dr. Watson for Windows ?

    To disable Dr. Watson Click Start, click Run,…

  • CISPA Reached the US Senate
    CISPA Reached the US Senate

    While people have been appalled by the recent…

  • Setup a Linux application to automatically startup when login
    Setup a Linux application to automatically startup when login

    Manual on openSUSE 11.2 Go to System >…

Popular Posts