Skip to content

Icinga/icingaweb2-module-toplevelview

Repository files navigation

Top Level View for Icinga Web 2

Top Level View screenshot

Top Level View is a hierarchy based status view for Icinga Web 2.

You can define a hierarchical structure containing hosts, services and hostgroups. And the view presents you an overview of the overall status of the sub-hierarchies.

With a caching layer, this view can aggregate thousands of status objects and make them easily available for overview and drill down.

This view extends the status logic and behavior of Icinga Web 2 a bit, please see the documentation on details.

Requirements

  • Icinga Web 2 >= 2.5.0
    • and its monitoring module
  • php-yaml

Also see Introduction in docs.

Documentation

All documentation can be found inside the doc directory.

Also available inside Icinga Web 2 with the doc module.

Development Environment

./test/setup_vendor.sh

cp docker-compose.dev.yml docker-compose.yml
# adjust to your needs

docker-compose up -d

Then access http://localhost:8080.

Default admin user is icingaadmin with password icinga.

License

Icinga Web TopLevelView is licensed under the terms of the GNU General Public License Version 2.