Clean, simple Nagios dashboard. Simple configuration. Hostgroup filter.
- Web server of your choice with PHP support
- PHP 5.2 or newer
- git
Naglite3 must be installed on the same host where Nagios is running, as it needs to read status.dat from Nagios.
- Switch to a directory accessible through your web server (e.g. /var/www/).
- git clone this project
- Copy config.php.example to config.php if you need to change a setting.
- Open a browser and point it to your Naglite3 installation.
For all possible config options have a look at config.php.example
If you want to filter the dashboard on spesific hosts. Create a hostgroup in Nagios. use the ?filter= parameter to filter. Example http://example.com/?filter=my_hostgroup
To create a new css, copy lightmode.css from static/css to a new file. Change the colors and point the config.php to the new file
You can change the refresh interval (in seconds) through a GET parameter, too.
Example: http://your-host/Naglite3/?refresh=100
To display a custom alert message. Enable 'display dashboard message' and change 'dashboard_message' in the configuration file.
To change dashboard title. Change 'nagios_title' in the configuration file
You can enable/disable information output in the configuration file.