Changing nagios main page on fedora 26
To setup Nagios refer to the Nagios installation guide.
When Nagios is installed, the default page is shown. To change it to the service page when opening Nagios, edit the file /usr/share/nagios/html/index.php:
[root@server .../nagios/html]# vi /usr/share/nagios/html/index.php
Change $url = 'main.php'; to $url = '/nagios/cgi-bin/tac.cgi';
For more information on status CGI, refer to the Nagios Core documentation.
[root@server .../nagios/html]# systemctl restart nagios
vi /etc/nagios/objects/contacts.cfg
email nagios@localhost
Change this to root@localhost.
vi /etc/aliases
root: cipher
Related Articles
Changing nagios main page on fedora 26
Change the default Nagios main page to the Tactical Overview or service status page.
Installing and configuring Nagios on fedora 26
Nagios offers monitoring and alerting services for servers, switches, applications and services.
netdata monitoring tool installation on fedora26
Netdata is a distributed, scalable monitoring tool available on nix, mac operating systems.