Icinga/icingaweb2

Error Icingaweb2 on specific check

Opened this issue · 4 comments

Hi all,

I got with the icinga-php-library v0.13.0 installed the following error on the Icingaweb2 Site on a specific check, even deleting and re-adding of the same check will lead to the same error, might be an DB error in addition?
Other similiar Checks doesn't show any error

Fatal error
: Allowed memory size of 134217728 bytes exhausted (tried to allocate 7864352 bytes) in
/usr/share/icinga-php/ipl/vendor/ipl/html/src/BaseHtmlElement.php
on line
390


Fatal error
: Uncaught ErrorException: ob_end_clean(): Failed to delete buffer. No buffer to delete in /usr/share/php/Icinga/Application/Web.php:460 Stack trace: #0 [internal function]: Icinga\Application\ApplicationBootstrap->Icinga\Application\{closure}() Icinga/icinga-php-library#1 /usr/share/php/Icinga/Application/Web.php(460): ob_end_clean() Icinga/icinga-php-library#2 [internal function]: Icinga\Application\Web->Icinga\Application\{closure}() Icinga/icinga-php-library#3 {main} thrown in
/usr/share/php/Icinga/Application/Web.php
on line
460
System
Icinga2 r2.14.0-1
IcingaWeb2 2.12.0
PHP-Version | 8.1.25
icingadb 1.1.0

Maybe someone can enlighten me on this behavior.

on the Icingaweb2 Site on a specific check

I assume you're talking about a host's or service's detail view of Icinga DB Web?

@nilmerg correct, it's the service detail view of Icinga DB Web.

Do you have any modules installed that extend the view? Like graphite or grafana?

Have the grafana module enabled, no issues at any other host/service detail view so far