icinga2beamer/README.md

26 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2020-12-19 08:50:54 +00:00
# icinga2beamer
[![Import](https://cdn.infobeamer.com/s/img/import.png)](https://info-beamer.com/use?url=https://git.kunsmann.eu/kunsi/icinga2beamer.git)
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](screenshot.jpg)
## 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
2020-12-19 08:50:54 +00:00
This package is mirrored to github. However, the most recent version of
the package will be found [on my Gitea instance](https://git.kunsmann.eu/kunsi/icinga2beamer).
Please head there if you want to file any issues.