1
0
Fork 0
No description
  • PHP 84.7%
  • Less 7.4%
  • HTML 4.8%
  • JavaScript 2.6%
  • Makefile 0.5%
Find a file
Daniel Baumann 53c02400da
Releasing fastforward version 1.0.1-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-03-03 21:31:28 +01:00
.github Merging upstream version 1.0.1. 2026-03-03 21:30:34 +01:00
application Adding upstream version 1.0.0. 2026-01-20 16:39:16 +01:00
debian Releasing fastforward version 1.0.1-1~ffwd13+u1. 2026-03-03 21:31:28 +01:00
doc Adding upstream version 1.0.0. 2026-01-20 16:39:16 +01:00
library/Toplevelview Merging upstream version 1.0.1. 2026-03-03 21:30:34 +01:00
public Adding upstream version 1.0.0. 2026-01-20 16:39:16 +01:00
test Merging upstream version 1.0.1. 2026-03-03 21:30:34 +01:00
.gitignore Adding upstream version 1.0.0. 2026-01-20 16:39:16 +01:00
AUTHORS Adding upstream version 1.0.0. 2026-01-20 16:39:16 +01:00
CHANGELOG.md Merging upstream version 1.0.1. 2026-03-03 21:30:34 +01:00
configuration.php Adding upstream version 1.0.0. 2026-01-20 16:39:16 +01:00
CONTRIBUTING.md Adding upstream version 1.0.0. 2026-01-20 16:39:16 +01:00
COPYING Adding upstream version 1.0.0. 2026-01-20 16:39:16 +01:00
Makefile Adding upstream version 1.0.0. 2026-01-20 16:39:16 +01:00
module.info Merging upstream version 1.0.1. 2026-03-03 21:30:34 +01:00
phpcs.xml Merging upstream version 1.0.1. 2026-03-03 21:30:34 +01:00
phpunit.xml Adding upstream version 1.0.0. 2026-01-20 16:39:16 +01:00
README.md Adding upstream version 1.0.0. 2026-01-20 16:39:16 +01:00
RELEASE.md Adding upstream version 1.0.0. 2026-01-20 16:39:16 +01:00
SECURITY.md Adding upstream version 1.0.0. 2026-01-20 16:39:16 +01:00

Top Level View for Icinga Web 2

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

Top Level View Light

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.

Example:

name: My View
children:
- name: Section 1
  children:
  - name: Tile 1
    children:
    - host: localhost
    - host: localhost
      service: disk
    - host: anotherhost
      service: ssh
  - name: Tile 2
    hostgroup: linux-servers
  - servicegroup: http

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

Requirements

  • Icinga Web 2 >= 2.5.0
  • Icinga DB Web >= 1.0.0
  • php-yaml

Also see Introduction in docs.

Documentation

All documentation can be found inside the doc directory.

License

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