Go to file
Franzi d8d17f2ade
do not show any service name for host errors
2024-02-13 14:16:24 +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
ack.png show icon instead of [ACK] for acknowledged lines 2024-02-13 09:26:30 +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 make refresh interval configurable 2023-07-06 11:28:49 +02:00
node.lua display ack image at the end of the line, not at the front 2024-02-13 14:05:23 +01:00
package.json fix repository url 2024-02-13 13:44:11 +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 do not show any service name for host errors 2024-02-13 14:16:24 +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.