Go to file
Franzi 39589f3d12
add note about api permissions to README
2020-12-20 09:36:25 +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 configurable font for headings and output 2020-12-19 09:32:14 +01:00
node.lua configurable font for headings and output 2020-12-19 09:32:14 +01:00
package.json initial commit 2020-12-18 21:58:34 +01:00
package.png initial commit 2020-12-18 21:58:34 +01:00
screenshot.jpg add README, COPYRIGHT, screenshot.jpg 2020-12-19 09:50:54 +01:00
service more config options: configurable font size, ssl verification 2020-12-19 09:08:53 +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.