Go to file
Franzi 2afef02b2c
add nesting info, use icinga logo for package.png
2021-01-03 09:50:28 +01:00
.gitignore initial commit 2020-12-18 21:58:34 +01:00
COPYRIGHT add README, COPYRIGHT, screenshot.jpg 2020-12-19 09:50:54 +01:00
README.md add note about api permissions to README 2020-12-20 09:36:25 +01:00
hosted.js initial commit 2020-12-18 21:58:34 +01:00
hosted.lua initial commit 2020-12-18 21:58:34 +01:00
hosted.py initial commit 2020-12-18 21:58:34 +01:00
node.json add option to show acknowledged problems 2021-01-02 11:49:59 +01:00
node.lua add option to show acknowledged problems 2021-01-02 11:49:59 +01:00
package.json add nesting info, use icinga logo for package.png 2021-01-03 09:50:28 +01:00
package.png add nesting info, use icinga logo for package.png 2021-01-03 09:50:28 +01:00
screenshot.jpg add README, COPYRIGHT, screenshot.jpg 2020-12-19 09:50:54 +01:00
service add option to show acknowledged problems 2021-01-02 11:49:59 +01:00
silkscreen.ttf initial commit 2020-12-18 21:58:34 +01:00

README.md

icinga2beamer

Import

This package will show all non-OK hosts and services checked by an icinga2 instance. Services will be ordered according to their criticality (CRITICAL, UNKNOWN, WARNING). Hosts which are down are considered CRITICAL.

"Soft" checks will also be taken into account, however they will be put on the very bottom of the list. "Hard" check results will always be displayed first.

Screenshot of the "everything is fine" view

icinga2 api permissions

I'd recommend creating a dedicated api user for icinga2beamer. This package only requires the objects/query/Host and objects/query/Service api permissions in icinga2.

Github Mirror

This package is mirrored to github. However, the most recent version of the package will be found on my Gitea instance. Please head there if you want to file any issues.